#features-section .features-img {
  aspect-ratio: 1/1;
  object-fit: contain;
  max-height: 494px;
  height: auto;
  width: 100%;
}

#features-section h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: capitalize;
  font-family: var(--roboto-font);
}

#features-section p {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: var(--gothambook);
  color: var(--color-light-black);
}

@media (max-width: 992px) {
  #features-section .features-img {
    max-height: 600px;
  }

  #features-section h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {

  #features-section h2 {
    font-size: 1.5rem;
  }

  #features-section p {
    font-size: .8rem;
  }
}

@media (max-width: 576px) {
}