@media only screen and (max-width: 1024px) {
    .milest-card {
        width: 90%;
        padding: 20px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .since {
        bottom: 20%;
    }

    .milest-card::after {
        display: none;
    }

    .milest-card::before {
        display: none;
    }

    .milest-body {
        border: none;

    }

    .odd {
        margin-top: 30px;
    }

    .contact-img {
        margin-bottom: 50px;
    }

    .contact-bg {
        left: 0;
        width: 70%;

    }

    .footer-contact {
        margin-top: 40px;
        padding-top: 50px;
        align-items: center;
    }

    .footer-contact ul {
        align-items: center;
    }

    .footer-contact::after {

        left: -25%;
        top: 0px;
    }
}
@media only screen and (max-width: 600px) {
    .mynavbar .logo{
         width: 100px;
    }
.since{
    transform: rotate(0) translateX(50%);
    bottom: 0;
    right: 50%;
    text-wrap: nowrap;
    

}
.footer-contact{
    padding: 0 10px;
}
.slider-brand{
    height: 250px;
}
.mybrand {
    padding: 10px 0;
    width: 320px;
    /* background-color: #6B48ED; */
}
.section-item{
    padding: 70px 0;
}
.mother-company{
    flex-direction: column;
}
}