/* @media (min-width: 1500px) {
    .container {
        max-width: 1280px !important;
    }
    .text p{
        font-size: 19px !important;
    }
    .half-section .half-col{
        max-width: 620px;
    }
}
@media (min-width: 1700px) {
    .container {
        max-width: 1780px !important;
    }
    .col-ds-4{
        width: 25%;
    }
}
@media (min-width: 1900px) {
    .container {
        max-width: 1650px !important;
    }
    .col-ds-4{
        width: 25%;
    }
    .half-section .half-col{
        max-width: 800px;
    }
} */