.commercial-term-card h2{
    display: block;
    font-size: 96px;
    font-weight: 600;
    line-height: 0.94;
    letter-spacing: -0.03em;
    color: var(--blue);
    margin-bottom: 15px;
}
.commercial-term-sec .col{
    width: 50%;
}
.commercial-term-sec .row{
    justify-content: center;
}
.commercial-term-sec .bottom-desc{
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    text-align: center;
}
.commercial-term-card{
    background-color: var(--gray);
    padding: 40px 28px;
    height: 100%;
    border-radius: 30px;
}
@media only screen and (max-width: 1199px) {
    .commercial-term-card h2{
        font-size: 72px;
    }
}
@media only screen and (max-width: 991px) {
    .commercial-term-card h2{
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .commercial-term-card h2{
        font-size: 60px;
    }
    .commercial-term-card {
        padding: 24px;
        border-radius: 18px;
    }
    .commercial-term-sec .col{
        width: 100%;
    }
    .commercial-term-sec .bottom-desc{
        margin-top: 30px;
    }
}