.about_hostel_section {
  padding: 40px 0;

}

.about_hostel_section .about_card {
  background-color: #d8deeb;
  border-radius: 10px;
  padding: 30px 35px;
  height: 100%;

}

.about_hostel_section .about_card .about_title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
  color: #202020;
    display: -webkit-box;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about_hostel_section .about_card .about_text {
  font-size: 18px;
  color: #202020;
  font-family: Roboto;
}

/*====================Media Query========================================*/

@media (min-width: 0px) and (max-width: 574px) {
  .about_hostel_section .about_card .about_title {
    font-size: 20px;
  }
  .about_hostel_section .about_card .about_text {
    font-size: 15px;
  }
}
@media (min-width: 575px) and (max-width: 767.98px) {
  .about_hostel_section .about_card .about_title {
    font-size: 24px;
  }
  .about_hostel_section .about_card .about_text {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_hostel_section .about_card .about_title {
    font-size: 28px;
  }
  .about_hostel_section .about_card .about_text {
    font-size: 17px;
  }
}
