.navbar-area {
    background:rgb(255 255 255 / 75%);
    /*background: #ffffff96;*/
}
.logo img {
    width: 100%;
}
.prx-bg-70 {
    /*background: #ffffffd1;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 3px;*/
    color: #ffffff;
}
.prx-bg-70 h2 {
    color: #ffffff;
}
.hero-content-wrapper .button{
    background: #00b477;
}
.icon img {
    width: 100%;
}
.about-image {
    height: 500px;
    overflow: hidden;
    position: relative;
}
.about-image img{    
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.about-content-wrapper i {
    color: #0eb77e;
}
.single-gallery {
    box-shadow: 5px 5px 7px 3px #dbdbdbad;
    border-radius: 5px;
}
@media (max-width: 768px) {
  .about-image {
    display:none;
    height: 150px;
  }
}