/* 
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.sovik_main{
    height:350px;
    width:100%;
  
}
.souvik_main_head.line{
    height:auto;
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:20px;
}
.souvik_main_line{
    border:1.8px solid blue;
    width:10%;
}

.souvik_main_txt{
     font-family: "Inter", sans-serif;
    height:40px;
    width:35%;
        display:flex;
    justify-content: center;
    align-items: center;
    font-size:24px;
    font-weight: bold;
    
}
.souvik_main_achivements{

    height:auto;
    width:100%;
    display:flex;
       margin-top:40px;
       justify-content:space-evenly;
}
.souvik_main_second.row{
    border:1px dashed #d3dae4;
    height:130px;
    width:20%;
    position:relative;
}
.souvik_main_second_row.one{
font-family: Urbanist, sans-serif;
    height:auto;
    width:100%;
    margin-top:15px;
     display:flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
}
.souvik_main_second_row.two{
     color:#555555;
    height:auto;
    width:100%;
    margin-top:30px;
    font-size:17px;
  font-family: Corbel;
     display:flex;
    justify-content: center;
    align-items: center;

}
.souvik_achivements.round{
  color:#0d5ff9;
    height:50px;
    width:50px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:50%;
    position:absolute;
    top:-22px;
    left:-20px;
    background-color: #e5f8f8;
} */
