

@media (max-width: 767px) {
    .mobile-phone__icon {
        position: fixed;
        right: 30px;
        bottom: 30px;

        max-width: 34px;
        max-height: 34px;

        display: flex !important;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1440px) {
    .hero-images {
        right: calc(128px + (100vw - 1440px)/2) !important;
    }
}

@media (max-width: 1190px) {
    .hero-images {
        top: 92px;
    }

    .img-1 {
        max-width: 291px !important; 
        max-height: 170px !important;
        top: 180px !important;
        right: 120px !important;
    }
    
    .img-2 {
        max-width: 347px !important;
        max-height: 298px !important;
        top: 60px !important;
    }
    
    .img-3 {
        max-width: 158px !important;
        max-height: 126px !important;
        top: 200px !important;
        right: -20px !important;
    }

    .hero-btn-1 {
        right: 200px !important;
        top: 75px !important;
    }
}


@media (max-width: 920px) {
    .hero-images {
        display: none;
    }
}