.commonConentSection {
    padding: 50px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.commonConentWrap {
    background-color: #efefef;
    padding: 20px;
    border-radius: 10px;
}

.commonConentWrap p:not(:last-child),
.commonConentWrap h1:not(:last-child),
.commonConentWrap h2:not(:last-child),
.commonConentWrap h3:not(:last-child),
.commonConentWrap h4:not(:last-child),
.commonConentWrap h5:not(:last-child),
.commonConentWrap h6:not(:last-child) {
    margin-bottom: 15px;
}

.commonConentWrap h1 {
    font-size: 34px;
    line-height: 1.4;
}

.commonConentWrap h2 {
    font-size: 32px;
    line-height: 1.4;
}

.commonConentWrap h3 {
    font-size: 30px;
    line-height: 1.4;
}

.commonConentWrap h4 {
    font-size: 28px;
    line-height: 1.4;
}

.commonConentWrap h5 {
    font-size: 26px;
    line-height: 1.4;
}

@media only screen and (max-width: 1400px) {
    .commonConentWrap h1 {
        font-size: 32px;
    }
    .commonConentWrap h2 {
        font-size: 30px;
    }
    .commonConentWrap h3 {
        font-size: 28px;
    }
    .commonConentWrap h4 {
        font-size: 26px;
    }
    .commonConentWrap h5 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .commonConentWrap h1 {
        font-size: 30px;
    }
    .commonConentWrap h2 {
        font-size: 28px;
    }
    .commonConentWrap h3 {
        font-size: 26px;
    }
    .commonConentWrap h4 {
        font-size: 24px;
    }
    .commonConentWrap h5 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 575px) {
    .commonConentWrap h1 {
        font-size: 28px;
    }
    .commonConentWrap h2 {
        font-size: 26px;
    }
    .commonConentWrap h3 {
        font-size: 24px;
    }
    .commonConentWrap h4 {
        font-size: 22px;
    }
    .commonConentWrap h5 {
        font-size: 20px;
    }
}
