@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
a,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}

.off-section-title {
  font-size: 28px;
  margin-bottom: 18px;
  line-height: 42px;
  font-weight: 600;
  color: rgb(11, 35, 90)
}

.off-section-subtitle {
  color: #1a1818;
  font-size: 20px;
  margin-bottom: 12px;
  text-align: center;
}

.button {
  font-size: 20px;
  line-height: 28px;
  color: white;
  background-color: rgb(11, 35, 90);
  padding: 8px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
}

.button:hover {
  color: rgb(11, 35, 90);
  background-color: white;
  border: 1px solid rgb(11, 35, 90);
}

.section-title {
  font-size: 32px;
  color: rgb(11, 35, 90);
  margin-bottom: 3px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.title {
  font-size: 46px;
  color: rgb(11, 35, 90);
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
}

.section-subtitle {
  color: #1a1818;
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}

h3 {
  font-size: 28px;
  color: #222;
  margin-bottom: 10px;
  line-height: 34px;
}

.object-fit {
  height: 200px;
  object-fit: cover;
}

/* @media screen and (max-width: 1399px) {
  .off-section-title {
    font-size: 32px;
    margin-bottom: 7px;
    line-height: 52px;
  }

  .off-section-subtitle {
    color: #1a1818;
    font-size: 20px;
    line-height: 32px;
  }

  .button {
    font-size: 18px;
    line-height: 26px;
    padding: 7px 15px;
  }

  .section-title {
    font-size: 40px;
    margin-bottom: 4px;
  }

  .section-subtitle {
    font-size: 22px;
    margin-bottom: 42px;
  }

  h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
} */

@media screen and (max-width: 1199px) {
  .off-section-title {
    font-size: 26px;
    margin-bottom: 7px;
    line-height: 44px;
  }

  .off-section-subtitle {
    color: #1a1818;
    font-size: 16px;
    line-height: 26px;
  }

  .section-title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 5px;
  }

  .section-subtitle {
    font-size: 19px;
    margin-bottom: 31px;
  }
}

@media screen and (max-width: 991px) {
  .section-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 3px;
  }

  .section-subtitle {
    font-size: 16px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 2px;
  }

  .section-subtitle {
    font-size: 15px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 575px) {
  .section-title {
    font-size: 23px;
  }

  .section-subtitle {
    font-size: 15px;
    margin-bottom: 22px;
    line-height: 22px;
  }

  .off-section-title {
    font-size: 20px;
    line-height: 40px;
  }

  .off-section-subtitle {
    font-size: 14px;
    line-height: 24px;
  }

  .info-card .icon {
    font-size: 30px;
    margin-bottom: 0px;
  }

  .course-fee-section .info-card p {
    font-size: 14px;
    line-height: 23px;
  }

}