/*X-Small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .write-review-div {
        margin-top: 12rem !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    .header-support {
        display: none !important;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
    .herobottom {
        flex-direction: column !important;
        position: relative !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: 120px !important;
    }

    .herocard {
        /*width: 100% !important;*/
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {

}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (max-width: 1400px) {

}
