/* Tablet Responsive */

@media screen and (min-width: 768px) and (max-width: 1025px) {

    .banner {
        text-align: left !important;
    }

    .banner h2 {
        text-align: left !important;
    }

    .banner .content p {
        text-align: left !important;
    }

    .banner ul li {
        text-align: left !important;
    }

    .buttons-group {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: left;
    }

    .content-layout-5 .btn-blue-outline {
        float: unset;
        margin-top: 30px;
        display: block;
        width: 65%;
        margin: 0 auto;
    }

    .border-line {
        width: 100%;
        height: 2px;
        background: #1f2641;
    }

    /* .tablet-row {
        justify-content: center !important;
    } */

    .content-layout-2 .row {
        gap: unset !important;
    }
}