.about-one {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991.5px) {
  .about-one .block-title {
    margin-top: 30px;
  }
}
@media (max-width: 767.5px) {
  .about-one .block-title__title {
    font-size: 25px !important;
  }
}
@media (max-width: 375.5px) {
  .about-one .block-title__tag-line {
    font-size: 30px !important;
  }
}
.about-one img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-one .about-one__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}

.event-details__title {
  margin: 0;
  color: black;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 991.5px) {
  .event-details__title {
    text-align: center;
    font-size: 30px;
  }
}
.event-details__text {
  margin: 0;
  color: #7c859b;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 30px;
}
.event-details__text + .event-details__text {
  margin-top: 15px;
}
.event-details .beyond-img {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=personal.css.map */