.container_csoc{
    width: 100%;
}
.csoc_sub-heading .heading-para-2{
    margin-top: -15px;
    margin-bottom: 23px;
    
}
.csoc-home{
    width: 100%;

}
.csoc-home h1{
    color: #377dff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    text-align: center;
    margin:25px;
}
.csoc-home img{
    width: 100%;
    object-fit: contain;
}
.container_csoc p{
    margin-left: 100px;
    margin-right: 100px;
}
.container_csoc h3{
    margin-left: 100px;
    margin-right: 100px;
    font-weight: 900;
}
.heading-para{
    margin-bottom: 0px;
    font-size: 20px;
}


.csoc_content p {
    font-size: 15px;
    line-height: 2;
    font-family: 'Quicksand';
    text-decoration: none !important;
    text-align: justify;
    justify-content: start;
    margin-bottom: 50px;
    margin-top: 20px;

   
}

.content-end p{
    margin-bottom: 20px;
    margin-top: 50px;
    /* background-colo/r: red; */
}
.csoc_sub-heading h2{
    color: #377dff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    text-align: center;
}
.csoc_sub-heading p{
    margin-bottom: 40px;
    margin-top: 20px;
   
}
.csoc_sub-heading{
    padding: 0px;
}

.csoc_image{
    columns: 5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* gap: 75px; */
    margin-left: 150px;
    margin-right: 150px;
}

.csoc_image2{
    columns: 4;
    display: flex;
    justify-content: center;
    gap: 5%;
    margin-bottom: 50px;
    margin-left: 150px;
    margin-right: 150px;
    
}

.csoc_sub-heading{
    font-weight: 0;
}
.csoc_card{
    display: flex;
    flex-direction:column;
}

.csoc_card .box-text{
    width: 100%;
    margin: auto;
    
}
.box-text{
    color:#585858;
    font-weight: 0;
}
.csoc_card img{
    height: 150px;
    object-fit: contain;
    margin-bottom: 20px;
}

.csoc_card:hover{
    transform: scale(1.1);
}
.csoc_card label{
    font-size: 15px;
    text-align: center;
    font-family: 'Quicksand';
    width: 100%;
    font-weight: bold;
}
.Managed-img {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}
.Managed-img img{
    margin-bottom: 50px;
    width: 76%;
}

.Managed-img-CSOC{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;

}
.Managed-img-CSOC img{
    margin-bottom: 50px;
    width: 30%;
    margin: auto;

}
.csoc-list ul{
    width: fit-content;
    margin-bottom: 30px;
}
.csoc-list li{
    font-size: 15px;
    font-family: 'Quicksand';
    margin-left: 100px;
    margin-right: 100px;
    list-style: disc;

}
.csoc-list ul li li {
    font-size: 15px;
    font-family: 'Quicksand';
    margin-left: 100px;
    margin-right: 100px;
    list-style: none;

}
.csoc-list{
    margin-bottom: 50px;
}
.ul2  ul{
    list-style: none;
}

.csoc-list div h1{
    margin-left: 100px;
    margin-right: 100px;
    font-size: 15px;
    color:#444;
    font-weight: 900;
    margin-bottom: 10px;
   
}


.box{
    width: 100%;
    display: flex;
    gap: 20px;

}

@media only screen and (max-width: 600px) {
    .csoc_image2{
        flex-direction: column;
    }
}