.aboutCompanySection {
    margin-top: 90px;
}

.aboutCompanySection .aboutStat {
    margin-top: 25px;
}

.aboutCompanySection .aboutVideo {
    margin-top: 60px;
}

.aboutInfo .wrapper {
    display: flex;
    justify-content: space-between;
}

.aboutInfo .leftSide {
    width: 50%;
}

.aboutInfo .rightSide {
    width: 40%;
}

.aboutInfo .img {
    height: 339px;
}

.aboutInfo .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutInfo .title + .content {
    margin-top: 30px;
}

.aboutStat .wrapper {
    display: flex;
    justify-content: space-between;
}

.aboutStat .leftSide {
    width: 40%;
}

.aboutStat .rightSide {
    padding-top: 137px;
}

.aboutStat .title + .content {
    margin-top: 40px;
}

.companyStat {
    display: flex;
    justify-content: flex-end;
}

.companyStat .item + .item {
    margin-left: 60px;
}

.companyStatItem {
    width: 205px;
}

.companyStatItem .title {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #026EF9;
    font-weight: 600;
}

.companyStatItem .title + .num {
    margin-top: 20px;
}

.companyStatItem .num {
    display: block;
    font-size: 70px;
    line-height: 80px;
    color: #232323;
    font-weight: 700;
    letter-spacing: 1px;
}

.companyStatItem .num + .data {
    margin-top: 8px;
}

.companyStatItem .data {
    display: block;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 24px;
    color: black;
    letter-spacing: 0.22px;
}

.aboutVideo {
    height: 601px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.aboutVideo > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.aboutVideo .in {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 29px;
}

.aboutVideo .play {
    display: block;
    margin: 0 auto;
    width: 123px;
}

.aboutVideo .title {
    display: block;
    margin-top: 178px;
    font-size: 24px;
    line-height: 32px;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}

.textContent .docItemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.textContent .docItemWrap .docItem {
    display: flex;
    font-size: 16px;
    line-height: 23px;
    color: #232323;
    font-weight: 500;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    text-decoration: none;
}

.textContent .docItemWrap .docItem:hover {
    color: #026EF9;
}

.textContent .docItemWrap .docItem [class*="icon"] {
    display: block;
    font-size: 24px;
    margin-right: 8px;
}
.textContent .docItemWrap.page-about{
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-around;
}
.textContent .docItemWrap.page-about .docItem {
    padding: 8px;
}

@media (max-width: 1439px) 
{
    .companyStatItem .num {
        font-size: 50px;
        line-height: 60px;
    }
    .companyStat
    {
        padding-left: 50px;
    }
    .companyStatItem
    {
        width: 140px;
    }
}
@media (max-width: 1199px) {
    .aboutCompanySection {
        margin-top: 70px;
    }

    .aboutInfo .rightSide {
        width: 45%;
    }

    .companyStat .item + .item {
        margin-left: 20px;
    }

}

@media (max-width: 1023px) {
    .stepsList {
        margin-left: -16px;
        margin-right: -16px;
        border-bottom: 1px solid #EBF0F7;
    }

    .stepsList .stepItem + .stepItem {
        margin-top: 0;
    }

    .stepItem .head {
        align-items: flex-start;
        padding: 16px 15px;
        font-size: 18px;
        line-height: 24px;
        border-top: 1px solid #EBF0F7;
        border-bottom: none;
    }

    .stepItem .head .state {
        padding-top: 6px;
    }

    .stepItem .head .title {
        padding-top: 6px;
        margin-right: 0;
    }

    .stepItem .content {
        display: none;
        padding-left: 16px;
        padding-right: 16px;
    }

    .stepItem .content .in {
        padding-bottom: 30px;
        max-width: 100%;
    }

    .stepItem .content [class*="btn"] {
        margin-top: 20px;
    }

    .aboutCompanySection {
        margin-top: 60px;
    }

    .aboutCompanySection .aboutStat {
        margin-top: 40px;
    }

    .aboutInfo .wrapper {
        flex-direction: column-reverse;
    }

    .aboutInfo .leftSide {
        margin-top: 20px;
        width: 100%;
    }

    .aboutInfo .rightSide {
        width: 100%;
    }

    .aboutInfo .img {
        height: auto;
    }

    .aboutStat .wrapper {
        display: block;
    }

    .aboutStat .leftSide {
        width: 100%;
    }

    .aboutStat .rightSide {
        margin-top: 40px;
        padding-top: 0;
    }

    .aboutStat .title + .content {
        margin-top: 20px;
    }

    .companyStat {
        justify-content: flex-start;
    }

    .aboutVideo {
        height: 335px;
    }

    .aboutVideo .in {
        padding: 15px;
    }

    .aboutVideo .play {
        width: 81px;
    }

    .aboutVideo .title {
        margin-top: 78px;
    }
    .companyStat
    {
        padding-left: 0;
    }
    .textContent .docItemWrap.page-about .docItem{
        flex: 0 0 auto;
        width: 100%;
    }
}


@media (max-width: 767px) {


    .companyStat {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 98px;
        column-gap: 30px;
    }

    .companyStat .item {
        display: flex;
        align-items: center;
    }

    .companyStat .item:nth-child(1) {
        grid-column: 1;
    }

    .companyStat .item:nth-child(2) {
        grid-column: 2;
        grid-row: 1 / 3;
    }

    .companyStat .item:nth-child(3) {
        grid-column: 1;
    }

    .companyStat .item + .item {
        margin-left: 0;
    }

    .companyStatItem {
        width: 100%;
    }

    .companyStatItem .num + .data {
        margin-top: 4px;
    }

    .companyStatItem .data {
        font-size: 13px;
    }

    .aboutVideo {
        position: relative;
        margin-left: -16px;
        margin-right: -16px;
        height: 0;
        padding-top: 83.5%;
    }

    .aboutVideo .in {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        justify-content: center;
    }

    .aboutVideo .title {
        display: none;
    }
}