.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

/*********************************************/
.ql {
    display: inline-block;
    background-color: #b2b2ba;
    height: 15px;
    width: 45px;
    margin: 3px;
    border-radius: 15px;
}

.qm {
    display: inline-block;
    background-color: #2a6f68;
    height: 15px;
    width: 30px;
    margin: 3px;
    border-radius: 15px;
}

.qs {
    display: inline-block;
    background-color: #9cc6cb;
    height: 15px;
    width: 15px;
    margin: 3px;
    border-radius: 15px;
}

.heading-set{
 line-height: 1.5;
}

.introduction {
    text-align: justify;
}

@media only screen and (max-width: 992px) {
  .introduction {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.introduction-image {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
    border-radius: 75px 150px 75px 150px;
}

.introduction-image img {
    width: 100%;
}

.introduction-text {
    border-radius: 150px 20px 20px 50px;
}
