.offers-hero-section {
  background-image: url("../../assets/img/offer-hero.jpg");
  height: 630px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.offers-hero-section h1 {
  font-family: 'Montserrat';
  font-size: 49px;
  font-weight: 700;
}
.hero-text {
  bottom: 100px;
}


@media (max-width: 768px) {
  .offers-hero-section h1 {
    font-size: 25px;
  }
  .lesson-with-tom, .pay-up-front, .online-lesson{
      width: 100% !important;
      border-radius: 30px;
  }
}

.column-content p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.online-lesson {
  width: 532px;
  height: 100%;
  background-image: url("../../assets/img/Rectangle%20160%20(1).png");
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  align-items: end;
  padding: 20px 27px;
}

@media (max-width: 768px) {
  .online-lesson {
    height: 964px;
  }
}

.column-content h4 {
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}

.pay-up-front {
  width: 532px;
  height: 470px;
  background-image: url("../../assets/img/Rectangle%20158%20(1).png");
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  align-items: end;
  padding: 20px 27px;
}

.lesson-with-tom {
  width: 532px;
  height: 470px;
  background-image: url("../../assets/img/Rectangle%20155%20(1).png");
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  align-items: end;
  padding: 20px 27px;
}

.offer-second-section .title p {
  background: #000000;
  padding: 10px 20px;
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 600;
  width: 333px;
  margin: 0px auto;
}

.offer-second-section-description {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
}

.offer-second-section {
  padding: 100px 0px;
}

.column-content {
  /*position: absolute;*/
  bottom: 20px;
  left: 30px;
  right: 30px;
}

.title {
  color: #27AAE1 !important;
}

