/*html, body {*/
/*    scroll-behavior: smooth;*/
/*}*/
.v4-body {
    background-color: #f5f7fa;
}
.v4-page {
    width: 100%;
    background: url("https://www.sciopen.com/assets/img/about_us_bg-4682d6021817cc988de7ea015c2be339.png") no-repeat;
    background-size: contain;
}
.v4-page-services {
    background: url("https://www.sciopen.com/assets/img/services_bg-1c2aa6bbbfa649207355019b63648bd1.png") no-repeat;
}

.v4-about-container {
    width: 100%;
    max-width: 960px;
    padding: 45px 28px 50px 28px;
    box-sizing: border-box;
    background-color: #fefefe;
    margin: 0 auto 32px;
    border: 1px solid #e7e8e8;
}
.v4-about-title {
    color: #3158fa;
    font-size: 20px;
    line-height: 30px;
    box-sizing: border-box;
    border-bottom: 2px solid #eeeeee;
    font-family: "PlayfairDisplay-Bold";
}
.v4-about-tab {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.v4-about-tab .v4-about-tab-item {
    margin-right: 8%;
    margin-top: 24px;
}
.v4-about-tab .v4-about-tab-item:last-child{
    margin-right: 0;
}
.v4-about-tab-item h3 {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 24px;
    font-family: 'PlayfairDisplay-Bold';
}
.v4-about-tab-item ul li{
    margin-top: 16px;
    padding-left: 15px;
    position: relative;
}
.v4-about-tab-item ul li::before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #333333;
}
.v4-about-tab-item ul li a {
    color: #3158fa;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter-Medium';
    display: block;
}
.v4-about-item {
    width: 100%;
    margin-top: 48px;
}
.v4-about-item h2 {
    font-size: 20px;
    color: #333333;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    font-family: 'PlayfairDisplay-Bold';
}
.v4-about-content {
    margin-top: 24px;
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Inter-Regular';
}
.v4-service-tab .v4-service-ul .v4-service-ul-li{
    margin-top: 16px;
    padding-left: 17px;
    position: relative;
}
.v4-service-tab .v4-service-ul .v4-service-ul-li::before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #333333;
}
.v4-service-tab {
    margin-top: 12px;
}
.v4-service-tab .v4-service-ul .v4-service-ul-li a {
    color: #3158fa;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inter-Medium';
}
.v4-sub-ul li {
    margin-top: 3px;
}
.v4-service-tab .v4-service-ul .v4-service-ul-li .v4-sub-ul a {
    font-size: 14px;
    font-family: 'Inter-Regular';
}
.v4-about-child {
    margin-top: 20px;
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
}
.v4-about-child-t {
    font-size: 16px;
    font-family: 'Inter-Bold';
    color: #333;
}
.v4-about-child-c {
    font-family: 'Inter-Regular';
    margin-top: 10px;
}
.v4-about-child-c img{
    max-width: 100%;
}
.v4-footer .footer-panel {
    max-width: 960px
}
@media (max-width: 768px) {
    .v4-about-container {
        padding: 32px 10px 32px 10px;
    }
    .v4-about-tab{
        flex-direction: column;
        margin-right: 0;
    }
    .v4-about-tab .v4-about-tab-item{
        margin-right: 0;
    }
}
