

@media (max-width: 768px) {
    .arrow:before {
        margin-left: -1.5rem;
    }
    .blog-index {
        padding-top: 12rem !important;
    }
}

@media (max-width: 575px) {
    .hero {
        padding-bottom: 17rem !important;
    }

    .blogs-box .text-1-div {
        margin-left: 4rem !important;
    }

    .blogs-box .sub-box {
        padding: 2rem 2rem 2rem 2.5rem !important;
    }

    .blogs-box .dash:before {
        left: -4rem;
        width: 45px;
        bottom: 35px;
    }

}

@media (max-width: 540px) {
    .blogs-box .text-1-div {
        margin-left: 3.5rem !important;
    }
    .question-icon {
        width: 95%;
    }
    .chat-icon {
        width: 20%;
    }
}

@media (max-width: 524px) {
    .blogs-box .dash:before {
        left: -4rem;
        width: 50px;
    }

}

@media (max-width: 520px) {
    .blogs-box .text-1-div {
        margin-left: 2.5rem !important;
    }
    .question-icon {
        width: 85%;
    }
    .chat-icon {
        width: 17%;
    }
    .blog-index {
        padding-top: 10rem !important;
    }
}

@media (max-width: 502px) {
    .question-icon {
        width: 80%;
    }
}

@media (max-width: 492px) {
    .hero {
        padding-bottom: 16rem !important;
    }
}

@media (max-width: 470px) {
    .blogs-box .text-1-div {
        margin-left: 2rem !important;
    }
    .hero {
        padding-bottom: 17rem !important;
    }
    .blog-index {
        padding-top: 8rem !important;
    }
}

@media (max-width: 460px) {
    .blogs-box .text-1-div {
        margin-left: 2rem !important;
    }
}

@media (max-width: 430px) {
    .chat-icon {
        width: 17%;
    }
    .question-icon {
        width: 75%;
    }
}
@media (max-width: 424px) {
    .hero-box.blogs-box {
        padding: unset !important;
    }

    .blogs-box .text-1-div {
        margin-left: 1.5rem !important;
    }
    .question-icon {
        width: 70%;
    }
    .chat-icon {
        width: 17%;
    }
}

@media (max-width: 395px) {

}

@media (max-width: 375px) {
    .hero {
        padding-bottom: 14rem !important;
    }

    .blogs-box .sub-box {
        padding: 1.5rem 1.5rem 1.5rem 2rem !important;
    }

    .question-icon {
        width: 50%;
    }

    .chat-icon {
        width: 12%;
    }

    .blogs-box .text-1-div {
        margin-left: 0 !important;
    }

    .blogs-box .dash:before {
        left: -3.2rem;
        width: 40px;
        bottom: 20px;
        height: 5px;
    }

    .blog-index {
        padding-top: 8rem !important;
    }
}

@media (min-width: 576px) {
    .hero {
        padding-bottom: 19rem !important;
    }

    .blogs-box .dash:before {
        left: -4.5rem;
        bottom: 35px;
    }
}

@media (min-width: 768px) {
    .hero {
        padding-bottom: 21rem !important;
    }

    .blogs-box .dash:before {
        bottom: 40px;
        left: -6.2rem;
    }
}

@media (min-width: 992px) {
    .hero {
        padding-bottom: 10rem !important;
    }

    .blogs-box .dash:before {
        bottom: 26px;
    }
}

@media (min-width: 1200px) {
    .blogs-box .dash:before {
        bottom: 32px;
    }
}

@media (min-width: 1400px) {

}

