h6 {
  font-size: 1.5rem;
}

.image-container {
  width: 338px;
  height: 194px;
}

.col-md-4 img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.col-md-4 img:hover {
  transform: scale(1.1);
}

.description {
  width: 338px;
  min-height: 110px;
}

.learn-more-btn {
  width: 338px;
  background: transparent;
}

.features-bg {
  height: 350px;
}

.questions {
  padding-right: 1rem;
}

.questions-text {
  font-size: 1.125rem;
}

@media (max-width: 1199px) {
  .image-container {
    width: 270.4px;
    height: 155.2px;
  }
  .col-md-4 img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
  }
  .description {
    width: 270.4px;
    min-height: 120px;
    font-size: 0.875rem;
  }
  .learn-more-btn {
    width: 270.4px;
    background: transparent;
  }
}
@media (max-width: 991px) {
  .products-row-one {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .products-row-two {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .col-md-4 {
    width: 100%;
  }
  h6 {
    font-size: 1.75rem;
  }
  .image-container {
    width: 100%;
    height: 100%;
  }
  .col-md-4 img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
  }
  .description {
    min-height: auto;
    width: 100%;
    font-size: 1rem;
  }
  .learn-more-btn {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 2.5rem !important;
  }
  .products-row-one {
    margin-bottom: 0 !important;
  }
  h2 {
    font-size: 2rem;
    text-align: center;
  }
  h6 {
    font-size: 1.5rem;
  }
  .image-container {
    width: 100%;
    height: 100%;
  }
  .col-md-4 img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
  }
  .description {
    width: 100%;
    min-height: auto;
  }
  .learn-more-btn {
    margin-bottom: 3rem;
    width: 100%;
  }
  .questions-container {
    padding: 0 !important;
  }
  .questions-section {
    padding: 0.5rem !important;
  }
  .questions-text {
    font-size: 0.875rem;
  }
  .questions-row .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .questions {
    border: none;
    margin-bottom: 0.5rem;
    padding: 0;
  }
}
