.contentBox{
    max-height: 93vh;
    width : 100%;
}
.contactImg{
    width : 100%;
    height : auto;
}
.contactBox p{
    font-size : 20px!important;
    font-weight: bold;
}
.contactBox i{
    font-size : 25px!important;
}
.aboutBox img{
    width : 100%;
    height : auto;
}
.aboutBox h2{
    font-size : 20px!important;
}
.share-buttons {
  display: flex;
    align-items: center;
  justify-content: center;
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.whatsapp {
  background-color: #25D366;
}

.telegram {
  background-color: #0088cc;
}

.instagram {
  background-color: #E1306C;
}

.share-btn i {
  color: #fff;
  font-size: 18px;
}