h2{
    margin: 0px;
}
.service-glance-component{
    width: 100%;
    height: fit-content;
    padding-left: 160px;
    padding-right:160px;
    background-color: #F2F8FB;
}
.service-glance-content {
    display: flex;
}

.service-section2 {
    display: flex;
    flex: 1%;
    padding-bottom: 30px;
}  
.service-section1 {
    display: flex;
    flex: 1;
    padding-bottom: 30px;
}
.service-section3 {
    display: flex;
    flex: 1;
    padding-bottom: 30px;
}
.service-section1 img{
  
    margin-right: 12px;
    width: 40px;
    height: 40px;
}
.service-section2 img{
    
    margin-right: 12px;
    margin-left: 12px;
    width: 40px;
    height: 40px;
}
.service-section3 img{
    margin-right: 12px;
    margin-left: 12px;
    width: 40px;
    height: 40px;
}
.service-text{
    font-size: 26px;
    font-family: 'Gotham 5r';
    line-height: 32px;
    margin-top: 0px;
}

.service-glance-heading {
    font-family: 'Gotham 5r';
    font-size: 32px;
    font-weight: 350;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-top: 0px !important;
    margin-bottom: 36px !important;
    padding-top: 30px;
    color: #0D1C3D;
}

.service-glance-heading img {
    margin-bottom: -7px;
}
.flex-style{
    display: flex; 
    flex: 1;
}
.link-padding{
    padding-top: 4px;
}
@media (min-width: 767px) and (max-width: 1151px) {
    .service-glance-component{
        width: 100%;
        height: fit-content;
        padding-left: 20px;
        padding-right:20px;
        background-color: #F2F8FB;
    }
    .service-glance-heading {
        margin: 0px;
        padding-top: 25px;
        font-size: 26px;
        font-family: 'Gotham 5r';
        font-weight: 350px;
        line-height: 32px;
        letter-spacing: -1px; 
        color: #0D1C3D;
        margin-top: 0px !important;
        margin-bottom: 30px !important;
    }
    .service-text{
        font-size: 20px;
        font-family: 'Gotham 5r';
        font-weight: 350;
        line-height: 28px;
    }
    .service-section2 {
        display: flex;
        flex: 1%;
        padding-bottom: 25px;
    } 
    .service-section3 {
        display: flex;
        flex: 1%;
        padding-bottom: 25px;
    }  
    .service-section1 {
        display: flex;
        flex: 1;
        padding-bottom: 25px;
    }
    .flex-style{
        display: flex; 
        flex: 1;
    }
    .service-section1 img{
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }
    .service-section2 img{
        margin-right: 10px;
        margin-left: 10px;
        width: 40px;
        height: 40px;
    }
    .service-section3 img{
        margin-right: 10px;
        margin-left: 10px;
        width: 40px;
        height: 40px;
    }
    

}
@media (max-width: 767px) {
    .service-glance-component{
        padding-bottom: 4px;
        width: 100%;
        height: fit-content;
        /* position: fixed; */
        padding-left: 16px;
        padding-right: 16px;
        background-color: #F2F8FB;
        flex-direction: column;
    }
    .service-glance-heading{
        margin: 0px;
        padding-top:20px;
        font-size: 26px;
        font-family: 'Gotham 5r';
        font-weight: 350px;
        line-height: 32px;
        letter-spacing: -1px; 
        color: #0D1C3D;
        padding-bottom: 24px;
        margin: 0px !important;
    }
    .service-text{
        font-size: 16px;
        font-family: 'Gotham 5r';
        font-weight: 350;
        line-height: 24px;
        margin-top: 8px;
    }
    .service-glance-content{
        display:flex;
        flex-direction: column;
        margin-bottom:4px;
    }
    .service-section2{
        display: flex;
        flex: 1;
        padding-bottom: 16px;
    }
    .service-section3{
        display: flex;
        flex: 1;
        padding-bottom:16px;
    }
    .service-section1{
        display: flex;
        flex: 1;
        padding-bottom: 16px;
    }
    .service-section1 img{
        margin-right: 8px;
        width: 40px;
        height: 40px;
    }
    .service-section2 img{
        margin-right: 8px;
        margin-left: 0px;
        width: 40px;
        height: 40px;
    }
    .service-section3 img{
        margin-right: 8px;
        margin-left: 0px;
        width: 40px;
        height: 40px;
    }
    .flex-style{
        display: flex; 
        flex: 1;
    }
    .link-padding{
        padding-top: 6px;
    }
}
