 
.about {
    padding: 80px 0;
}
.about .section{
    margin-bottom: 50px;
}
.about .section h2{
    margin-bottom: 40px;
    font-size: 30px;
}
.about .section p{
    margin-bottom: 30px;
    line-height: 1.4;
}
.about .section img {
    width: 100%;
    max-width: 1520px;
}

.tabs .tab-item {
    display: none;
}

.tabs .tab-item.active {
    display: block;
}

.tabs .tab-btn.active {
    background-color: var(--primary-color);
    color: #fff;
}
.tabs .tabs-buttons{
    padding-top:60px ;
    margin-bottom: 60px;
}
.tabs .tabs-buttons button{
    transition: .3s;
    border-radius: 10px;
    margin-right: 10px;
    border: none;
    padding: 14px 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
}
.tabs .tabs-content .tab-item-content {
    display: flex;
    align-items: flex-start;
    margin-bottom: 37px;
    border-bottom: 1px solid #cccccc4c;
    padding-bottom: 46px;
}
.tabs .tabs-content .tab-item-content .title{
    margin-right: 40px;
}
.tabs .tabs-content .tab-item-content .title h2{
    color: var(--primary-color);
    font-weight: 500;
}
.tabs .tabs-content .tab-item-content .info{
    width: 70%;
}
.tabs .tabs-content .tab-item-content .info h4{
    margin-bottom: 8px;
    font-size: 20px;

}
.tabs .tabs-content .tab-item-content .info p{
    line-height: 1.5;
    font-size: 22px;
}








.tabs .tab-item{
    min-height: 500px;
}
.tabs .tab-item-content {

}
.tabs .tab-item-content .orange{
    color: #d97121;
    display: block;
}
.tabs .tab-item-content .red{
    color: #f03110;
    display: block;
}
.tabs .tab-item-content .blue{
    width: fit-content;
    display: block;
    background-color: #89f8fa;
    color: rgb(0, 0, 0);
    padding: 7px 15px ;
    border-radius: 8px;

}
.tabs .tabs-content .tab-item-content .title {
    margin-right: 40px;
    width: 225px;
}
.tabs .tabs-content .tab-item-content p{
    margin-bottom: 15px;
}
.tabs .tabs-content .tab-item-content .title h4{
    
margin-top: 10px;
    
font-size: 20px;
}
.tabs .tabs-content .tab-item-content  span{
    display: inline-block;
}
.tabs .tabs-content .tab-item-content ul {
    list-style-type: disc;
    
}
.tabs .tabs-content .tab-item-content ul li {
 
margin: 10px 0 20px 20px;
 
font-size: 20px;
}
@media (max-width: 567px) {
    .tabs .tabs-buttons {
        display: flex;
        /* justify-content: center; */
        align-items: center;
        max-width: 450px;
        overflow: auto;
        padding: 19px;
    }
 
    .tabs .tabs-content .tab-item-content .info {
        width: 100%;
        margin-top: 15px;
    }
    .tabs .tabs-content .tab-item-content {
        flex-direction: column;
    }
    .tabs .tabs-content .tab-item-content .title {
        margin-right: 0px;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        margin-bottom: 5px;
    }
    .tabs .tabs-content .tab-item-content .title h4 {
        font-size: 22px;
        margin-top: 0;
    }


}



