
 
 
  
 @media only screen and (max-width: 991px){
     .all-content img {
    width: 300px;
    margin-bottom: 30px;
}
  #text {
    font-size: 50px;
    font-weight: 600;
}
 }
@media only screen and (max-width: 767px){
    .all-content img {
    width: 280px;
    margin-bottom: 30px;
}
  #text {
    font-size: 25px;
    font-weight: 600;
}
.banr-text h2 {
    font-size: 30px;
    line-height:40px;
}
 }
 @media only screen and (max-width: 575px){
    .all-content img {
    width: 220px;
    margin-bottom: 30px;
}
  #text {
    font-size:25px;
    font-weight: 600;
}
.banr-text h2 {
    font-size: 22px;
    line-height: 35px;
}
 }
 @media only screen and (max-width: 400px){
    .all-content img {
    width: 200px;
    margin-bottom: 30px;
}
  #text {
    font-size: 30px;
    font-weight: 600;
}
 }
 /*380px*/


