.service-main{
    padding-top: 600px;
    width: 100%;
    padding-bottom: 100px;
    
}

.service-col {
    /* height: 300px;
    object-fit: cover; */
    margin-top: 60px;
}
.service-col img{
    height: 300px;
    object-fit: cover;

    /* margin-top: 30px; */
}
.aboutus-contain-main-header{
    text-align: center;
    margin-top: 40px;
}
.topic-background{
    position: absolute;
    top:100px;
    width: 100%; 
    height:600px;
    object-fit: cover;
    background: linear-gradient(rgb(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../image/2a.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: top ;
  
}
.topic{
    margin-top: 250px;
    text-align: center;
    font-weight: 500;
    color: azure;
    font-size: 50px;
}.image{
    width: 100%; 
    height:400px;
    object-fit: cover;
}
.line-2{
    height:2px;
    width: 100px;
    background-color: white;
    margin-top: 10px;
    margin-right:calc(50% - 15px);
}
.content{
    /* background-color: red; */
    /* min-height: 100px; */
    /* position: static; */
    margin-bottom: 0px;
   }