﻿

@media (max-width: 575.98px) {
    .sercard {
        margin-top: 45%;
    }

    .slideInRight {
        font-size: 28px !important;
    }

    .testbox {
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: left;
        height: fit-content;
    }

    .split2 {
        margin-top: 4% !important;
    }

   
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .testbox {
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: left;
        height: fit-content;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .testbox {
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: left;
        height: fit-content;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .testbox {
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: left;
        height: fit-content;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .testbox {
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: left;
        height: fit-content;
    }
}

@media (min-width: 1400px) {
    .slideInRight {
        font-size: 68px !important;
    }

    .testbox {
        width: 50%;
        padding: 0 0 0 30px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: left;
        height: fit-content;
    }

   
}
