#se1{
    margin-top: 10rem;
}
#se1_sub1{
    margin-bottom: 4rem;
}
#sec2{
    margin-top: 10rem;
}
#mains{
    margin-top: 10rem;
}
#secsub1{
    margin-bottom: 4rem;
    align-items: center;
}
.icon-box{
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all 1.1s;
    background-position: center;
}
.speak_btn
{
    display: flex;
    justify-content: center;
    
}

.icon-box:hover{
    overflow: hidden;
    transform: scale(1.1);
}


@media (max-width: 767px) {
    .widget-content .col-md-6:first-child {
        margin-bottom: 2rem;
    }
}