.about-half-and-half {
    position: relative;
    color: #737373;
}

.about-half-and-half-text {
    padding: 50px 22px 20px;
    position: relative;
    z-index: 1;
}

.about-half-and-half-image {
    width: 100%;
    position: relative;
}

.about-half-and-half-image__right {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 1;
}

.about-half-and-half-image__right::before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: calc(100% + 5px);
    background: linear-gradient(to bottom,  rgba(238,246,255,1) 0%,rgba(238,246,255,0.45) 100%); 
}

.about-half-and-half-image__top {
    position: absolute;
    right: -100px;
    bottom: -70px;
    z-index: 2;
    max-width: 400px;
}

.about-half-and-half-image__top img {
    object-fit: contain;
}

.about-icon {
    position: absolute;
    right: -100px;
    top: 52px;
    max-width: 200px;
    opacity: 0.65;
}

.about-half-and-half-text__wrapper .sub-heading {
    color: #FF6800;
}

@media (min-width: 600px) {
    .about-half-and-half-image__top {
        bottom: -118px;
    }
}

@media (min-width: 768px) {
    .about-half-and-half {
        overflow: hidden;
    }

    .about-half-and-half-text {
        padding: 60px 52px 40px;
    }

    .about-half-and-half-image__right {
        height: 340px;
    }
    
    .about-half-and-half-image__right::before {
        background: linear-gradient(to bottom,  rgba(238,246,255,1) 0%,rgba(238,246,255,0) 100%); 
    }
    
    .about-half-and-half-image__top {
        right: -66px;
        bottom: -85px;
        max-width: 528px;
    }
    
    .about-icon {
        right: -150px;
        top: -52px;
        max-width: 260px;
        opacity: 0.5;
    }
}

@media (min-width: 1025px) {
    .about-half-and-half-image__top {
        right: -66px;
        bottom: -72px;
        max-width: 528px;
    }
}

@media (min-width: 1200px) {
    .about-half-and-half {
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
    }

    .about-half-and-half-text {
        position: relative;
        width: 62%;
        padding: 110px 0 150px 63px;
    }

    .about-half-and-half-image {
        position: relative;
        width: 38%;
    }
    
    .about-half-and-half-image__right {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .about-half-and-half-image__right::before {
        background: linear-gradient(to right,  rgba(238,246,255,1) 0%,rgba(238,246,255,0) 100%); 
        left: -5px;
        top: 0px;
        width: calc(100% + 5px);
        height: 100%;
    }

    .about-half-and-half-text__wrapper {
        max-width: 724px;
        margin-left: auto;
    }
    
    .about-half-and-half-image__top {
        right: 0;
        bottom: 32px;
        max-width: 744px;
    }
    
    .about-icon {
        right: auto;
        top: auto;
        max-width: 203px;
        opacity: 0.5;
        left: -50px;
        bottom: -72px;
    }
}

@media (min-width: 1300px) {
    .about-half-and-half-text {
        padding: 110px 25px 180px 63px;
    }
}

@media (min-width: 1400px) {
    .about-half-and-half {
        clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
    }
}

@media (min-width: 1800px) {
    .about-half-and-half-text {
        padding: 110px 140px 180px 63px;
    }

    .about-half-and-half-image__top {
        right: 0px;
        bottom: 165px;
    }

    .about-icon {
        right: auto;
        top: auto;
        max-width: 403px;
        opacity: 0.5;
        left: -110px;
        bottom: -57px;
    }
}


/* Image buttons */

.image-buttons-home {
    margin-top: -1px;
}

.image-buttons-home--link {
    display: block;
    width: 100%;
    height: 160px;
    position: relative;
    border: none;
}

.image-buttons-home__img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.image-buttons-home__hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(35, 31, 32, 0.6);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
}

.image-buttons-home__hover h3 {
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.4em;
}

.image-buttons-home__hover h3 br {
    display: none;
}

.image-buttons-home__hover .btn {
    color: #FFFFFF;
    margin-top: 3px;
}

.image-button__no-link {
    pointer-events: none;
}

@media (min-width: 768px) {
    .image-buttons-home__wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .image-buttons-home__col {
        width: 33.33%;
    }

    .image-buttons-home__hover h3 br {
        display: block;
    }

    .image-buttons-home__hover h3 {
        padding-bottom: 12px;
    }
}

@media (min-width: 1200px) {
    .image-buttons-home__wrap {
        justify-content: flex-end;
        max-width: 100%;
        margin-left: auto;
    }

    .image-buttons-home__col {
        margin-left: 21px;
        width: auto;
    }

    .image-buttons-home__hover h3 br {
        display: none;
    }

    .image-buttons-home__hover h3 {
        padding-bottom: 12px;
        font-size: 22px;
    }

    .image-buttons-home--link {
        height: 193px;
        box-shadow: 0 0 20px rgba(0, 40, 85, 0.3);
    }

    .image-buttons-home--link:hover .image-buttons-home__hover {
        background: rgba(0, 80, 170, 0.8);
    }

    .image-buttons-home {
        position: relative;
        margin-top: -125px;
    }
}

@media (min-width: 1800px) {
    .image-buttons-home {
        margin-top: -175px;
    }
}
