@media screen and (max-width: 991px){
    h1 {
        font-size: 50px;
    }
    .header_text {
        max-width: 640px;
    }
    .header_text h1 {
        font-size: 80px;
    }
    .about_section_div {
        gap: 50px;
    }
    .about_img, .about_text {
        width: 50%;
        max-width: unset;
    }
    .blog_content {
        gap: 25px;
    }
}
@media screen and (max-width: 768px){
    h1 {
        font-size: 35px;
    }
    .header_logo {
        min-width: 125px;
    }
    .header_logo img {
        font-size: 30px;
    }
    .nav li a {
        padding: 7px 7px;
        font-size: 9px;
        min-width: unset;
        width: 75px;
        margin-left: 7px;
    }
    .header_text_div {
        padding-top: 135px;
    }
    .header_text {
        border: 4px solid #f19a0e;
        padding: 30px 20px;
    }
    .header_text h1 {
        font-size: 46px;
    }
    .header_text p {
        margin-top: 20px;
        font-size: 21px;
    }
    .header_text .order_button {
        margin-top: 35px;
    }
    .about_section_div {
        flex-direction: column;
    }
    .about_img, .about_text {
        width: 100%;
        max-width: unset;
    }
    .about_img img {
        border: 4px solid #f19a0e;
    }
    .blog_content {
        flex-direction: column;
        align-items: center;
    }
    .blog_content_box {
        max-width: 340px;
        width: 100%;
    }
    .footer_left_div h3 {
        font-size: 23px;
    }
    .footer_left_div h4 {
        font-size: 15px;
        margin-top: 10px;
    }
    .footer_left_div h5 {
        font-size: 23px;
    }
    .footer_left_div h6 {
        font-size: 20px;
    }
    .footer_left_div p {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .footer_right_div ul {
        padding-right: unset;
        font-size: 20px;
        line-height: 40px;
        padding: 15px;
        padding-left: 30px;
        padding-top: 65px;
    }


}