 @media only screen and (max-width: 1200px) { }

 @media only screen and (max-width: 991px) { }

 @media only screen and (max-width: 767px) {

.mt30{
	margin-top: 30px;
}

.hm-about-box  h3 {
	font-size: 50px;
}

.test-head-box-pro h3 {
    font-size: 50px;
}

.test-head-box h3 {
    font-size: 55px;
}

.contact-title h3 {
    font-size: 47px;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border: none;
}


  }

 @media only screen and (max-width: 600px) { 

    table {
        display: block;   
        width: 100%;
        overflow-x: auto;
    }
 }

 @media only screen and (max-width: 575px) { }