
.about-banner {
    height: 520px;
    position: relative;
}

.about-text a {
    display: inline-block;
    color: var(--default-color-1);
    text-decoration: underline;
}

.about-banner-img {
}

.about-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
}


.about-banner-img img {
}

.about-banner-content .grid.wide {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .about-banner-content h1 {
        margin: 0;
        color: #fff;
        font-size: 55px;
        font-family: 'interSB';
        margin-bottom: 12px;
    }

.about-banner-slug {
    display: flex;
    align-items: center;
    font-size: 17px;
}

    .about-banner-slug a {
        color: var(--default-color-4);
        text-transform: uppercase;
        font-family: 'interSB';
        text-decoration: underline;
    }

    .about-banner-slug p {
        color: #fff;
        font-family: 'interSB';
        margin: 0 7px;
    }

    .about-banner-slug span {
        color: #fff;
        text-transform: uppercase;
        font-family: 'interSB';
    }

.about {
    background-color: #F0F0F0;
}

.about-container {
    padding: 60px 0;
}

.about-top {
    display: flex;
    align-items: center;
}

.about-top-item {
}

    .about-top-item.left {
        flex: 1;
        padding-right: 33px;
    }

    .about-top-item.right {
        width: 668px;
        display: flex;
        flex-wrap: wrap;
        align-items: end;
        align-items: flex-end;
        align-items: self-end;
    }


    .about-top-item .left-title {
        margin: 0;
        font-family: interSB;
        font-size: 50px;
        text-transform: uppercase;
        line-height: 134%;
        color: #333;
        padding: 0 25px;
        position: relative;
    }

        .about-top-item .left-title::before {
            content: '01';
            position: absolute;
            top: 0;
            left: -64px;
            color: #0017801C;
            font-size: 181px;
            font-family: 'interB';
        }

        .about-top-item .left-title strong {
            color: var(--default-color-2);
        }

    .about-top-item .left-descript {
        display: block;
        color: #232323;
        font-family: interM;
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .about-top-item .left-text {
        line-height: 167%;
        color: #555;
        font-size: 16px;
    }

        .about-top-item .left-text p {
        }

            .about-top-item .left-text p:first-child {
                margin-top: 0;
            }

            .about-top-item .left-text p:last-child {
                margin-bottom: 0;
            }

    .about-top-item .left-hotline {
        display: flex;
        margin-top: 16px;
        align-items: center;
    }

    .about-top-item .left-hotline-icon::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #da2128;
    }

    .about-top-item .left-hotline-icon {
        width: 50px;
        height: 50px;
        border: 1px solid #fec2007d;
        font-size: 19px;
        color: #fff;
        position: relative;
        background-color: #da2128;
    }

        .about-top-item .left-hotline-icon i {
            position: relative;
            z-index: 2;
        }

    .about-top-item .left-hotline-content {
        padding-left: 10px;
    }

        .about-top-item .left-hotline-content h3 {
            margin: 0;
            color: #232323;
            font-weight: 100;
            font-family: 'interSB';
            font-size: 20px;
        }

        .about-top-item .left-hotline-content span {
            color: #555;
            font-size: 17px;
            margin-top: 5px;
            display: block;
        }

    .about-top-item .right-item {
        margin: 5px;
    }

        .about-top-item .right-item:nth-child(1) {
            width: calc(50% - 10px);
            height: 216px;
        }

        .about-top-item .right-item:nth-child(2) {
            width: calc(50% - 10px);
            height: 216px;
        }

        .about-top-item .right-item:nth-child(3) {
            width: 668px;
            height: 445px;
        }

        .about-top-item .right-item img {
        }

.about-text {
    line-height: 180%;
    color: #232323;
    font-size: 17px;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-top: 30px;
    background-image: url(../../../Design/img/new-bg-pro_03.png);
    background-size: cover;
    background-repeat: no-repeat;
}

    .about-text h1,
    .about-text h2,
    .about-text h3,
    .about-text h4 {
        color: var(--default-color-2);
        font-family: interSB;
    }

@media(max-width:1023px) {
    .about-banner {
        height: 370px;
    }

    .about-top {
        flex-direction: column;
    }

    .about-top-item .left-title {
        padding: 0 60px;
    }

        .about-top-item .left-title::before {
            top: 0;
            left: -6px;
        }

    .about-top-item.left,
    .about-top-item.right {
        padding: 0;
        width: 100%;
    }

    .about-top-item.left {
        padding-bottom: 35px;
    }

    .about-top-item .right-item:nth-child(1),
    .about-top-item .right-item:nth-child(2) {
        display: none;
    }

    .about-top-item .right-item {
        width: 100% !important;
        height: 350px !important;
        margin: 0;
    }

    .about-container {
        padding: 35px 0;
        padding-top: 60px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .about-banner {
        height: 300px;
    }

    .about-banner-content h1 {
        font-size: 36px;
    }

    .about-banner-slug {
        font-size: 15px;
    }

    .about-top-item .left-title {
        padding: 0;
        font-size: 34px;
    }

    .about-top-item .left-descript {
        font-size: 18px;
        margin-bottom: 12px;
        margin-top: 10px;
    }

    .about-top-item .right-item {
        width: 100% !important;
        height: 250px !important;
    }

    .about-text {
        font-size: 16px;
        padding: 15px;
    }

        .about-text p:first-child {
            margin-top: 0;
        }

        .about-text p:last-child {
            margin-bottom: 0;
        }

    .about-top-item.left {
        padding-bottom: 24px;
    }
}
