@media(min-width: 769px) {
    .col-corners::before {
        content: "";
        position: absolute;
        left: -24px;
        top: -24px;
        width: 128px;
        height: 128px;
        border-top: 2px solid rgba(197, 160, 89, 0.30);
        border-left: 2px solid rgba(197, 160, 89, 0.30);
    }

    .col-corners::after {
        content: "";
        position: absolute;
        right: -24px;
        bottom: -24px;
        width: 128px;
        height: 128px;
        border-bottom: 2px solid rgba(197, 160, 89, 0.30);
        border-right: 2px solid rgba(197, 160, 89, 0.30);
    }
}

@media(max-width: 1200px) {

    .col-corners::before {
        left: -10px;
        top: -10px;
    }

    .col-corners::after {
        right: -10px;
        bottom: -10px;
    }
}

@media(max-width: 768px) {
    .why-choose-sec {
        display: flex;
        overflow-x: auto !important;
        scrollbar-width: none !important;
    }

    .why-choose-sec .why-choose-box {
        min-width: 233px;
    }
}