/*************Responsive Styles*****************/
@media screen and ( max-width: 1200px){}

@media screen and ( max-width: 1024px){}

@media screen and (max-width: 985px){
  .banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .banner {
    height: 100%;
    max-height: 100%;
    background-image: none !important;
    padding: 0px;
    padding-bottom: 40px;
    background: #2B2F7E;
  }
  .banner-left {
    background-image: url(../images/respbanner.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .banner-left {
    width: 100%;
    padding: 50% 15px 25%;
  }
  .banner-right {
    width: 90%;
    margin: 0 auto;
    margin-top: -12.5%;
  }
  .request-form form {
    max-width: 100%;
  }
  .title h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .title {
    margin-bottom: 10px;
  }
  .description p {
    font-size: 30px;
    line-height: 37px;
  }
  .banner {
    background-image: none;
  }

 
  .gallery-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 0;
  }

  .gallery-boxes {
    width: 48%;
  }

  .text-section {
    width: 100%;
  }
  .nuestros-programas-boxes{
    display: grid;
    grid-template-columns: 60%;
    justify-content: center;

}
.contacta-inner{
    flex-direction:column;
    row-gap:30px;
  }
  .contacta-left,.contacta-right{
    width:100%;
  }
  .contacta-title{
    text-align:center;
    font-size:36px;
  }
  .contacta-title h2 {
    text-align: center;
  }
  .whyrich-heading h2 {
    font-size: 29px;
  }
 .whyrich-content {
      margin-top: 15px;
    }
 .gallery-boxes img {
  width: 100%;
  display: block;
 }
 .gallery-section {
  padding: 60px 0px 40px;
}
.education-programs {
  padding: 40px 0px;
}
.whyrichmond {
  padding: 40px 0px 0px 0px;
}
  
}

@media screen and (max-width: 767px){
    .whyrichmond-inner{
        flex-direction: column;
        gap: 20px;
       }
       .whyrichmond-left{
         width:100%;
       }
     .whyrichmond-right{
         width:100%;
       }
}

@media screen and (max-width: 640px){
  .banner-left {
    padding-top: 70%;
  }
}

@media screen and (max-width: 479px){
  .title{
  width: 75%;
  }
  
  .title h1 {
  font-size: 30px;
  line-height: 30px;
  color: #FFFFFF;
  background-color: #2B2F7E;
  display: inline;
  white-space: pre-wrap;
  }
  
  .description {
    padding-top: 15px;
  width: 80%;
  }
  
  .description p {
  font-size: 22px;
    line-height: 1;
  color: #ffffff;
  background-color: #90C04C;
  display: inline;
  white-space: pre-wrap;
  }
  
  .request-form-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #FFFFFF;
  }
  
  .banner-left {
    
    padding-top: 15%;
  }
  .gallery-boxes img {
    width: 100%;
    height: auto;
  }
  .whyrich-heading h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .box-heading h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .nuestros-programas-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .nuestros-programas-head h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .nuestros-campus-title h2 {
      font-size: 36px;
      line-height: 46px;
    }
    .Reconocimientos-heading h2 {
      font-size: 32px;
      line-height: 38.33px;}
  .nuestros-programas-boxes {
    grid-template-columns: 100%;
  }
  .education-programs .container{
    padding: 0;
  }
  .gallery-boxes {
    width: 100%;
}
.education-programs {
  padding: 0px;
}
.nuestros-programas-head h3 {
  padding-bottom: 10px;}
  
.nuestros-programas-contents {
  padding-top: 25px;
}

}