.about-page {
    max-width: 850px;
    margin: 0 auto;
}

.about-page__title {
    font-size: 1.75rem;
}

.about-content {
    max-width: 1200px;
    margin: 0 auto 64px;
    padding: 0 20px;
}

.about-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.about-content table {
    max-width: 100%;
}

.about-content p,
.about-content li {
    line-height: 1.5;
}

.about-content > p:not(:has(img)) {
    max-width: 900px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.world_wolford {
    margin-top: 50px;
}

.world_wolford-item {
    display: flex;
    margin-bottom: 45px;
}

.world_wolford-item__img {
    display: block;
    max-width: 100%;
    height: auto;
}

.world_wolford-item__img-mob {
    display: none;
}

a.world_wolford-item__block {
    display: flex;
    width: 100%;
    height: 115px;
    margin: auto auto auto -65px;
    border: 10px solid #e6e6e6;
    background-color: #fff;
    text-decoration: none;
}

.world_wolford-item__block-text {
    display: block;
    margin: auto;
    color: #000;
    font-family: Prata, serif;
    font-size: 24px;
    transition: color .25s ease-in-out;
}

.world_wolford-item__block-text::after {
    display: inline-block;
    width: 45px;
    height: 10px;
    margin-left: 15px;
    background: url('/images/arrowworld.png') no-repeat;
    content: '';
}

a.world_wolford-item__block:hover .world_wolford-item__block-text {
    color: #b59361;
}

.world_wolford-item_right a.world_wolford-item__block {
    z-index: 1;
    margin-right: -65px;
    margin-left: 0;
}

@media (max-width: 1024px) {
    a.world_wolford-item__block {
        margin-left: -160px;
    }

    .world_wolford-item_right a.world_wolford-item__block {
        margin-right: -160px;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .about-page {
        max-width: none;
    }

    .about-content {
        margin-bottom: 40px;
        padding: 0 16px;
    }

    .world_wolford {
        margin-top: 0;
    }

    .world_wolford-item,
    .world_wolford-item_right {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .world_wolford-item_right {
        flex-direction: column-reverse;
    }

    .world_wolford-item__img {
        margin: auto;
    }

    a.world_wolford-item__block,
    .world_wolford-item_right a.world_wolford-item__block {
        width: 250px;
        height: 75px;
        margin: -30px auto 0;
        border-width: 7px;
    }

    .world_wolford-item__block-text {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .world_wolford-item__img-mob {
        display: block;
        max-width: 100%;
        height: auto;
        margin: auto;
    }

    .world_wolford-item__img {
        display: none;
    }
}
