@media only screen and (max-width: 1200px) {
  .full {
    min-height: 75vh;
    height: 75vh !important;
  }

  .text {
    font-size: 1.5rem !important;
  }

  .title {
    font-size: 3rem !important;
  }

  .custom-card img {
    height: 50vh;
  }
}

@media only screen and (max-width: 768px) {
  .full {
    min-height: 50vh;
    height: 50vh !important;
  }

  .text {
    font-size: 1rem !important;
  }

  .title {
    font-size: 2.5rem !important;
  }

  .custom-card img {
    height: 30vh;
  }
}
