#content {
  padding-top: 120px;
  padding-bottom: 30px;
}

.content_title {
  color: rgb(1, 133, 183);
}
.content_desc {
  color: rgb(4, 4, 4);
}
.hero_img {
  max-height: 300px;
}
.content_img img {
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991.98px) {
  .hero_img {
    max-width: 100%;
  }

  .content_title {
    font-size: 42px;
  }

  .content_img {
    margin-bottom: 32px;
  }
}
