/* -----  10. About us Page  -----  */

/*main section*/
.main-section .section-title {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: 0;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .main-section .section-title {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-section .section-title {
        font-size: 53px;
        line-height: 53px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 479px) {
    .main-section .section-title {
        font-size: 42px;
        line-height: 42px;
        letter-spacing: 0;
    }
}

/*second section*/
.second-section {
    padding-top: 80px;
    padding-bottom: 120px;
    background-image: url('../img/sectionbg1.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.second-section ul {
    color: #737E86;
    list-style: none;
    margin: 0;
    padding: 0;
}

.second-section ul li {
    position: relative;
    margin: 0 0 20px 0;
    padding-left: 50px;
}

.second-section li:before {
    color: #3E3E3E;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 17px;
    content: '✔';
}

.second-section ul li:not(:last-child):after {
    content: "";
    width: 70px;
    height: 1px;
    overflow: hidden;
    background: rgba(0, 0, 0, .08);
    position: absolute;
    left: 0;
    bottom: -11px;
}

/*-------------*/
.about-text {
    background-image: url(../img/sectionbg1.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.about-text .section-parent {
    background-image: none;
}
