@media only screen and (max-width: 768px) {

    .special_info {
        position: absolute;
        top: 17%;
        left: 0%;
    }

    .image_text {
        color: #fbf7ba;
        font-size: 15px;
        letter-spacing: 2px;
    }

    .what_make{
        padding: 0px !important;
    }

    .bg_color_dash , .dash_top_img{
        padding: 10px 0px !important;
    }

    .about_us {
        font-size: 22px;
        font-weight: 600;
        color: #632a0d;
    }

    .dash_content h3 {
        font-size: 20px !important;
        color: #632a0d;
    }

    .img_w{
        width: 30px;
        height: 30px;
    }

    .dash_content p {
        font-size: 17px !important;
    }

    .border_box{
        margin: 0px !important;
    }

}