.section-eduation-loan-one {
    height: auto;
    display: block;
    position: relative;
    padding: 50px 0px;
    background: none;
}

.loan-box-area {
    height: auto;
    display: block;
    position: relative;
    padding: 15px;
    margin: 0px auto;
}

.loan-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: #0E5858;
}

.offer-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.offer-item img {
    width: 40px;
    height: 40px;
}

.offer-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.loan-box-two {
    margin-top: 40px;
    padding: 40px;
    border-radius: 26px;
    box-shadow: 0px 4px 7.8px 0px #00000040;
}

.loan-box-two h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .loan-heading {
        font-size: 30px;
        font-weight: 700;
        line-height: 38px;
        text-align: center;
        color: #1b8593;
    }
    .loan-box-two h4 {
        margin-top: 25px;
    }
}

@media screen and (max-width: 450px) {
    .loan-heading {
      font-size: 25px;
      line-height: 34px;
    }
}

@media screen and (max-width: 320px) {
    .loan-heading {
      font-size: 22px;
      line-height: 29px;
    }
}