/* .list-numbered li::before {
    margin-left: 16px;
}

.list-numbered {
    padding-right: 0;
    padding-left: unset;
} */

.btn-main img {
    transform: rotate(225deg);
}

.img-hero .img-fluid-hero3 {
    /* transform: translate(calc(-50% - -485px), calc(-50% - -140px)) scale(-1.2, 1.2); */
}

.dropdown-menu-end[data-bs-popper] {
    right: auto;
    left: 0;
}

.step:not(:last-child):before,
.step:not(:last-child):after {
    left: 0;
    right: calc(50% + 2.5rem);
}

@media (max-width: 768px) {
    .step:not(:last-child):before, .step:not(:last-child):after{
        right:6px;
    }
}
/* #hero-section h1 {
    line-height: 110px;
}

@media (max-width: 1440px) {
    #hero-section h1 {
        line-height: 100px;
    }
}

@media (max-width: 1366px) {
    #hero-section h1 {
    }
}

@media (max-width: 1200px) {
    #hero-section h1 {
        line-height: 88px;
    }
}

@media (max-width: 991px) {
    #hero-section h1 span {
        font-size: 6vw;
        line-height: 10vw;
    }
}

@media (max-width: 767px) {
    #hero-section h1 span {
        font-size: 6vw;
        line-height: 9vw;
    }
} */