.custom-info-section label {
  font-size: 60px;
}

.custom-img img {
  border-radius: 15px;
}

@media (max-width: 912px) {
  .custom-img img {
    object-fit: cover;
    width: 100%;
    height: 600px;
    border-radius: 15px;
  }
}
