.image-info__text {
    text-align: center;
    margin-bottom: 35px;
}

.image-info__text h2 a {
    font-weight: 400;
    color:var(--font-gray);
}

.image-info__text h2 a:hover {
    color:var(--brown);
}

.image-info__image {
    margin: 0 auto;
    width: 230px;
}

.image-info__image img {
    border-radius: 50%;
}

.page-header + .image-info {
    margin-top: 75px;
}

@media (min-width: 768px) {
    .image-info__wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .image-info__image {
        margin: 0;
        width: 315px;
    }

    .image-info__text {
        text-align: left;
        margin-bottom: 0;
        width: calc(100% - 315px);
        padding-right: 33px;
    }

    .page-header + .image-info {
        margin-top: 100px;
    }
}

@media (min-width: 1200px) {
    .image-info__wrapper {
        max-width: 1027px;
    }

    .image-info__wrapper--center {
        margin: 0 auto;
    }

    .image-info__image {
        margin: 0;
        width: 393px;
    }

    .image-info__text {
        width: calc(100% - 393px);
        padding-right: 32px;
    }
}


@media (min-width: 1600px) {
    .image-info__wrapper {
        max-width: 1029px;
    }

    .image-info__wrapper--center {
        max-width: 1166px;
    }

    .image-info__image {
        width: 300px;
    }

    .image-info__text {
        width: calc(100% - 300px);
        padding-right: 69px;
    }

    .image-info__wrapper--center .image-info__image {
        width: 574px;
    }

    .image-info__wrapper--center .image-info__text {
        width: calc(100% - 574px);
        padding-right: 43px;
    }

    .page-header + .image-info {
        margin-top: 140px;
    }
}