.about{
    padding: 80px 0;
    background-image: url(../image/about/back-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.about .card{
    padding: 20px 10px;
    font-size: 18px;
    line-height: 35px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
    border-right: 3px solid var(--tp-theme-1);
    color: var(--tp-theme-1);
    background-color: var(--tp-common-white);
}
.about .card .left{
    width: 69px;
    height: 69px;
    text-align: center;
    line-height: 69px;
    background: #4358FF;
    color: var(--tp-common-white);
    margin-right: 15px;
}
.about .card .left span{
    font-size: 30px;
}
.brand{
    padding: 80px 0;
    background-image: url(../image/about/brand.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.brand .blog__item {
    background-color: var(--tp-common-white);
}

.brand .blog__content{
    padding: 0 15px 15px;
}

.brand .blog__content a{
   display: block;
}

.brand .blog__title{
 height: auto;
 margin-bottom: 10px;
}
.section__title-wrapper{
    margin-bottom: 30px;
}

.values{
    padding: 120px 0;
    background-color: #eaeef7;
}
.values .box{
    width: 91px;
    height: 91px;
    text-align: center;
    line-height: 91px;
 
    background: #4c539b;
    border-radius: 8px;
    margin-top: 30px;
    
}
.values .box span{
    color: var(--tp-common-white);
    font-size: 30px;
}

.icons{
    padding: 60px 0;
    background-image: url(../image/about/back-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.icons .single-education-card{
    border-right: 1px solid var(--tp-common-white);
    border-color: rgba(255, 255, 255, 0.2);
    height: 144px;
}
.icons .single-education-card::before{
    content: none;
}
.icons .border-none{
    border: none;
}

.article .blog__item{
    margin-bottom: 50px;
}

@media (max-width: 767px){
    .about{
        padding: 40px 0;
    }
    .about-back{
        object-fit: cover;
    }
    .values {
        padding: 30px 0;
    }
    .values .form-group{
        text-align: center;
    }
    .values .card .card-row{
        padding:15px 20px;
        background-color: var(--tp-common-white);
    }

    .values .card .box{
        margin: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;

    }
    .values .card .box img{
        vertical-align: top;
    }

    .values .card .box span{
        font-size: 22px;
    }
    .values .card .card-row{
        margin-bottom: 20px;
        align-items: inherit;
        margin-bottom: 20px;
        flex-flow: column;
    }
     
    .values .card .card-row  h6{
        font-size: 20px;
        margin-left: 10px;
    }
    

    .icons{
        padding: 20px 0;
    }
    .icons .single-education-card{
        /* border: none; */
        height: 115px;
        border-bottom: 1px solid var(--tp-common-white);
        border-color: rgba(255, 255, 255, 0.2);
    }

    .icons .lists:nth-child(2) .single-education-card{
            border-right: none;
    }
    .icons .lists:nth-child(3) .single-education-card,
    .icons .lists:nth-child(4) .single-education-card{
        border-bottom: none;
    }

    .dynamic  .blog__item {
        display: flex;
        margin-bottom: 15px;
    }
    .dynamic  .section__title{
        margin-bottom: 30px;

    }
    .dynamic   .blog__title  {
        margin: 0;
        line-height: 22px;
        height: initial;
        font-size: 16px;
    }
    .dynamic .default-btn{
        margin: 20px auto 0;
    }
  
    .blog__content{
        flex: 1;
        padding: 0;
        padding-left: 15px;
    }

    .brand .blog__item{
        margin-bottom: 20px;
    }

    .dynamic .blog__thumb img{
        width: 140px;
        height: auto;
    }
    .dynamic{
        padding-top: 0;
        padding-bottom: 50px;
    }

    .dynamic .blog__item{
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .blog__area .blog__content p{
        font-size: 15px;
    }
   
}

@media (min-width: 767px) {
    .about .introduce .main-right{
        margin-left: 20px;
    }
}