.saugata_heading{
    height:auto;
    width: 100%;
    background-color: rgb(255, 255, 255);
   }
   .saugata_heading .unique_heading{
    height: auto;
    width: 100%;
   
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .saugata_heading .line_container{
    
    margin: 60px 20px 0px 20px;
   }
   .saugata_heading .small_line{
    height: 2px;
    width: 40px;
    background-color: rgb(5, 2, 131);;
    margin: 0px 0px 5px 30px;
    
   }
   .saugata_heading .big_line{
    height: 3px;
    width: 70px;
    background-color: rgb(5, 2, 131);;
    margin: auto;
   }
   .saugata_heading .middle_content_text{
    color: rgb(5, 2, 131);;
    font-size: 18px;
    font-weight: 500;
    font-family:Copperplate Gothic;
    margin: 70px 0px 5px 0px;
   }
   .saugata_heading .small_line2{
    height: 2px;
    width: 40px;
    background-color: rgb(5, 2, 131);
    margin: 0px 30px 5px 0px;
    
   }
   .saugata_heading .content{
    text-align: center;
    font-size: 28px;
    font-size: bold;
    font-family: Arial Rounded MT;
    color: rgb(36, 36, 36);
    padding: 10px 0px 20px 0px;
   }
     /* heading................end.............................heading */
    .saugata_main{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px 0px;
        background-color: rgb(255, 255, 255);
    }
    .saugata_main .text_content{
        height: 300px;
        width: 300px;
        /* border: 1px solid rgb(24, 24, 77);  */
        display: grid;
        justify-content: flex-start;
        
    }
    .saugata_main .text_content2{
        height: 300px;
        width: 300px;
        /* border: 1px solid rgb(255, 8, 0); */
        display: grid; 
        justify-content: end;
    }
    .saugata_main .img{
         overflow: hidden;
         background-repeat: no-repeat;
         background-size: cover;
         height: 300px;
         width: 380px;
         background-position: center;
         
    }
    
    /* first content.......................................... */
    .saugata_main .text_content .box1{
        height: 90px;
        width: 300px;
        /* border: 1px solid red; */
        margin: 0px 70px;
        
    }
    .saugata_main .text_content .box2{
        height: 90px;
        width: 300px;
        /* border: 1px solid red; */
        margin: 0px 40px;
    }
    .saugata_main .text_content .box3{
        height: 90px;
        width: 300px;
        /* border: 1px solid red; */
    }
    .saugata_main .text_content .heading_content{
        display: flex;
        justify-content: end;
        margin:7px 5px ;
        
    }
    .saugata_main .text_content .heading1{
        font-size: 22px;
        font-weight: 200;
        color: rgb(19, 21, 119);
        padding: 0px 15px;
        font-family:Berlin Sans FB;
    }
    .saugata_main .text_content .icon_box{
        height: 30px;
        width: 30px;
        background-color: rgb(211, 137, 0);
        border-radius: 0px 6px 0px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .saugata_main .text_content .heading2{
        font-size: 22px;
        font-weight: 200;
        color: rgb(19, 21, 119);
        padding: 0px 15px;
        font-family:Berlin Sans FB;
    }
    
    .saugata_main .text_content .heading3{
        font-size: 22px;
        font-weight: 200;
        color: rgb(19, 21, 119);
        padding: 0px 15px;
        font-family:Berlin Sans FB;
    }
    
    .saugata_main .text_content .text{
        font-size: 16px;
        text-align: right;
        padding-right: 50px;
        word-wrap: break-word;
        color: rgb(31, 31, 31);
        font-family:Century Gothic  ;
    }

     /* first cintent.......................................... */
     /* second content.................................................... */

     .saugata_main .text_content2 .box4{
        height: 90px;
        width: 300px;
        /* border: 1px solid red; */
        margin: 0px -70px;
    }
    .saugata_main .text_content2 .box5{
        height: 90px;
        width: 300px;
        /* border: 1px solid red; */
        margin: 0px -40px;
    }
    .saugata_main .text_content2 .box6{
        height: 90px;
        width: 300px;
        /* border: 1px solid red; */
    }
    .saugata_main .text_content2 .heading_content2{
        display: flex;
        justify-content: flex-start;
        margin:7px 5px ;
    }
    .saugata_main .text_content2 .heading4{
        font-size: 22px;
        font-weight: 200;
        color: rgb(19, 21, 119);
        padding: 0px 15px;
        font-family:Berlin Sans FB;
    }
    .saugata_main .text_content2 .icon_box{
        height: 30px;
        width: 30px;
        background-color: rgb(211, 137, 0);
        border-radius: 0px 6px 0px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    
    .saugata_main .text_content2 .heading5{
        font-size: 22px;
        font-weight: 200;
        color: rgb(19, 21, 119);
        padding: 0px 15px;
        font-family:Berlin Sans FB;
    }
   
    .saugata_main .text_content2 .heading6{
        font-size: 22px;
        font-weight: 200;
        color: rgb(19, 21, 119);
        padding: 0px 15px;
        font-family:Berlin Sans FB;
    }
    
    .saugata_main .text_content2 .text2{
        font-size: 16px;
        text-align: left;
        padding-left: 50px;
        word-wrap: break-word;
        color: rgb(22, 22, 22);
        font-family: Century Gothic;
    }
    .saugata_main .text_content i{
        font-size: 20px;
        color: white;
    }

    .saugata_main .text_content2 i{
        font-size: 20px;
        color: white;
    }

    @media(max-width:768px) {
        .saugata_main .text_content{
        height: 300px;
        width: 500px;
        /* border: 1px solid rgb(24, 24, 77);  */
        display: grid;
        justify-content: center;
        align-items: center;
        margin: 0px 0px 20px 0px;
    }
    .saugata_main .text_content2{
        height: 300px;
        width: 500px;
        /* border: 1px solid rgb(255, 8, 0); */
        display: grid; 
        justify-content: center;
        align-items:center ;
        margin: 20px 0px 0px 0px;
    }
    .saugata_main .img{
         overflow: hidden;
         background-repeat: no-repeat;
         background-size: cover;
         height: 300px;
         width: 420px;
         background-position: center;
         /* position: absolute; */
         /* border: 2px solid green; */
    }

    .saugata_main .text_content .box1{
        height: 90px;
        width: 300px;
        /* border: 1px solid red; */
        margin: 0px 0px;
    }
    .saugata_main .text_content .box2{
        height: 90px;
        width: 300px;
        /* border: 1px solid red; */
        margin: 0px 0px;
    }

    .saugata_main .text_content2 .box4{
        height: 90px;
        width: 300px;
        /* border: 1px solid red; */
        margin: 0px 0px;
    }
    .saugata_main .text_content2 .box5{
        height: 90px;
        width: 300px;
        /* border: 1px solid red; */
        margin: 0px 0px;
    }
    }