.home-image-text {
    position: relative;
    z-index: 1;
    padding: 48px 0;
}

.home-image-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 22px);
    height: 100%;
    background: #EDF9FB;
    border-radius: 0 100px 0 0;
    z-index: -1;
}

.home-image-text__wrap {
    padding-right: 28px;
}

.home-image-text__image {
    width: 201px;
    margin: 21px auto;
    position: relative;
    z-index: 2;
}

.home-image-text__image img {
    border-radius: 500px 500px 0 0;
    object-fit: cover;
    height: 100%;
}

.award-top-arrow {
    position: absolute;
    top: -21px;
    left: 0;
    z-index: -1;
    width: 70px;
    height: auto;
}

.award-top-arrow {
    stroke-width: 10;
}

.award-bottom-arrow {
    position: absolute;
    bottom: -21px;
    right: 0;
    width: 37px;
    height: auto;
}

.award-bottom-arrow {
    stroke-width: 10;
}

.home-image-text__image::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -10px;
    width: 41px;
    height: 48px;
    background: #7ED1E1;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: -2;
}


.home-image-text__image::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: -21px;
    width: 41px;
    height: 48px;
    background: #7ED1E1;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    z-index: 1;
}

.home-image-text__text {
    padding-top: 16px;
}

.awards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px -16px 32px -16px;
}

.awards-bttn.hidden-lg {
    text-align: center;
}

.awards-bttn.hidden-lg .awards {
    justify-content: center;
}

.award {
    width: 134px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 20px;
    margin: 0 16px;
}

.award img {
    mix-blend-mode: multiply;
    object-fit: contain;
}

@media (min-width: 768px) {
    .home-image-text {
        padding: 39px 0 46px 0;
    }
    
    .home-image-text::before {
        width: calc(100% - 52px);
        border-radius: 0 150px 0 0;
    }

    .awards-bttn {
        text-align: center;
    }

    .home-image-text__wrap {
        padding-right: 58px;
    }

    .home-image-text__flex {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .home-image-text__text {
        width: calc(100% - 195px);
        padding: 0 0 34px 40px;
    }
    
    .home-image-text__image {
        width: 201px;
        margin: 0 0 0 -6px;
    }

    .awards {
        justify-content: center;
        margin: 30px -12px 32px -12px;
    }
    
    .award {
        margin: 0 10px;
    }
    
}

@media (min-width: 1200px) {
    .home-image-text {
        padding: 83px 0 96px 0;
    }
    
    .home-image-text::before {
        width: calc(100% - 63px);
        border-radius: 0 250px 0 0;
    }


    .home-image-text__wrap {
        padding-right: 0;
    }

    .home-image-text__flex {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .home-image-text__text {
        width: 596px;
        padding: 0 0 0 0;
        margin-left: 15px;
    }
    
    .home-image-text__image {
        width: 358px;
        margin-top: 32px;
    }

    .awards {
        justify-content: flex-start;
        margin: 40px -60px 40px 0;
        gap: 40px;
    }

    .award {
        width: 130px;
        margin: 0;
    }

        
    .award-top-arrow {
        top: -32px;
        width: 124px;
    }

    .award-top-arrow {
        stroke-width: 6;
    }

    .award-bottom-arrow {
        bottom: -38px;
        width: 66px;
    }

    .award-bottom-arrow {
        stroke-width: 6;
    }

    .home-image-text__image::after {
        top: -10px;
        left: -15px;
        width: 73px;
        height: 85px;
    }

    .home-image-text__image::before {
        right: -38px;
        width: 73px;
        height: 85px;
    }
    
    
}

@media (min-width: 1366px) {
    
    .home-image-text::before {
        border-radius: 0 400px 0 0;
    }

    .home-image-text__text {
        margin-left: 78px;
    }

}


@media (min-width: 1600px) {

    .home-image-text {
        padding: 94px 0 95px 0;
    }
    
    .home-image-text::before {
        border-radius: 0 500px 0 0;
    }

    
    .home-image-text__text {
        width: 784px;
        margin-left: 75px;
    }
    
    .home-image-text__image {
        width: 530px;
        margin-top: 48px;
    }

    .award-top-arrow {
        top: -48px;
        width: 183px;
    }

    .award-top-arrow {
        stroke-width: 4;
    }

    .award-bottom-arrow {
        bottom: -55px;
        width: 98px;
    }

    .award-bottom-arrow {
        stroke-width: 4;
    }

    .home-image-text__image::after {
        top: -15px;
        left: -21px;
        width: 109px;
        height: 126px;
    }

    .home-image-text__image::before {
        right: -54px;
        width: 109px;
        height: 126px;
    }

    .awards {
        gap: 40px;
        margin: 40px 0 50px 0;
    }

    
    .award {
        width: 160px;
        height: 124px;
        margin: 0;
    }
    
}

@media (min-width: 1920px) {

    .home-image-text__text {
        width: 884px;
    }

    .awards {
        gap: 70px;
    }
    
}