@media (max-width: 576px){
    .search-wrap {
        width: 100%;
    }
    .image-to-center {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .form-inline.my-2{
        margin-top: 0rem!important;
        margin-bottom: 0rem!important;
    }
    .searchTerm {
        height: 50px;
    }
    .searchButton {
        height: 50px;
    }
    h3 {
        font-size: 1.5rem !important;
        padding: 1rem;
    }
    .black-text-header-letf.col-12.col-md-6{
       margin-top: 1rem !important; 
       font-size: 1.5rem;
    }
    .black-text-header-letf{
        font-size: 1.3rem !important;
        font-weight: 600 !important;
    }
    .black-text-content-left{
        font-size: 1rem !important;
    }
    .black-text-content-center{
        font-size: 1rem !important;
    }
    .red-text-header-letf{
        font-size: 1.5rem !important;
    }
    .button-read-more{
        margin-top: 2rem;
    }
    .red-square-box-header-with-text-center{
        width: 90%;
        font-size: 1.5rem;
    }
}