.image-text {
    display: flex;
    margin-bottom: 90px;
    font-size: 20px;
}

.image-text.image-right .image {
    order: 2;
}

.image-text .image {
    flex: 0 0 50%;
    max-width: 50%;
}

.image-text .image img {
    display: block;
    width: 100%;
}

.image-text .icon {
    margin-bottom: 33px;
}

.image-text .icon img {
    max-width: 85px;
}

.image-text .content {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 4%;
}

.image-text h3,
.image-text h4 {
    margin: 0 0 12px;
    font-size: 31px;
    line-height: 1.1;
}

.image-text .more {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.image-text .more a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid #fdc743;
}

.image-text .more a:hover {
    color: #fdc743;
}

.image-text .text a {
    text-decoration: none;
    border-bottom: 2px solid #fdc743;
    transition: none;
}

.image-text .text a:hover {
    border-bottom: none;
}

@media screen and (max-width: 799px) {
    .image-text .icon {
        margin-bottom: 8px;
    }

    .image-text .icon img {
        max-width: 50px;
    }

    .image-text h4 {
        font-size: 28px;
    }

    .image-text .text {
        font-size: 16px;
    }

    .image-text .more {
        font-size: 12px;
    }
}

@media screen and (max-width: 575px) {
    .image-text {
        display: block;
        margin-bottom: 62px;
    }

    .image-text.image-right .image {
        order: 0;
    }

    .image-text .image,
    .image-text .content {
        flex-basis: auto;
        max-width: none;
    }

    .image-text .image {
        margin-left: -15px;
        margin-right: -15px;
    }

    .image-text .content {
        padding: 20px 5px 0;
    }
}
