
/*----------------------------------------------*/

.centered{
    text-align: center;
    margin-top: 60px;
}
.centered h1{
    font-size: 32px;
    color: #39b54a;
    font-weight: 700;
}
.centered img {
    width: 88%;
    margin-top: 20px;
    height: 500px;
}

@media (max-width: 768px) {
    .centered{
        margin-top: 30px;
    }
    .centered img {
        width: 94%;
        margin-top: 10px;
        height: 300px;
        font-family: 'Poppins', sans-serif;
    }
}
  /*------------------------------------------------*/

  .location{
    margin: 0px 90px;
  }
  .location h2{
    font-size: 32px;
    color: #39b54a;
    font-weight: 700;
    text-align: center;
    margin: 30px 0px;
  }
  .image-container img{
    height: 500px;
    width: 540px;
    box-shadow: 2px 2px 8px 2px gray;
  }
  .map-container iframe{
    height: 500px;
    width: 550px;
    margin-left:20px;
    box-shadow: 2px 2px 8px 2px gray;
  }


@media screen and (max-width: 425px) {
    .location{
        margin: 0px 20px;
      }
    .image-container img{
        height: 350px;
      }
      .map-container iframe{
        height: 350px;
        width: 320px;
        margin: 33px 0px 0px -2px;
      }
}
@media screen and (min-width: 426px)  and (max-width: 767px){
    .image-container img{
        height: 350px;
      }
      .map-container iframe{
        height: 350px;
       width: 500px;
       margin: 33px 0px 0px -2px;
      }
}
@media screen and (min-width: 768px)  and (max-width: 1024px){
    .image-container img{
        height: 400px;
      }
      .map-container iframe{
        height: 400px;
        width: 360px;
      }
}
/*-------------------*/
.project-highlight h2{
    font-size: 32px;
    color: #39b54a;
    font-weight: 700;
    text-align: center;
    margin: 30px 0px;
}

.box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap:15px;    
}

.box-container .box{    
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding:30px 20px;
    border: 2px solid #6bc877;
}
 
.container .box-container .box img{
    height: 80px;
}

.container .box-container .box h3{
    color: #39b54a;
    font-size: 22px;
    padding:10px 0;
}

    /*------------------------*/
  .Location-highlights h1{
    font-size: 32px;
    color: #39b54a;
    font-weight: 700;
    text-align: center;
    margin: 30px 0px;
  }

    .Location-highlights .card  {
        margin-bottom: 30px;
        width: 270px;
        height: 240px;        
    }
    .Location-highlights .card img{
        height: 150px;
    }
    .Location-highlights .card-body  {
        background: #6bc877;
        text-align: center;
        color: white;
        padding: 10px 30px ;

    }

    @media screen and (max-width: 360px) {
        .Location-highlights .card  {
            width: 335px;
        }
    }
    @media screen and (min-width: 375px)  and (max-width: 557px){
        .Location-highlights .card  {
            margin-left:20px ;
        }
    }
    @media screen and (min-width: 558px)  and (max-width: 768px){
        .Location-highlights .card  {
            width: 170px;
        }
        .Location-highlights .card  {
          margin-left:0px ;
      }
      .Location-highlights .card img{
        height: 120px;
       }
      .Location-highlights .card-body  {
        background: #6bc877;
        text-align: center;
        color: white;
        padding: 10px 10px ;

    }
    }
    @media screen and (min-width: 768px)  and (max-width: 1024px){
    }









