.section2{
    padding-top: 40px;
}
.btn-readmore a{
    display: inline-block;
    line-height: 34px;
    padding: 0 35px;
    border: 1px solid #999;
    color: #666;
    transition: all 0.5s ease 0s;
}
.btn-readmore a:hover{
    background-color: #333;
    border-color: #333;
    color: #fff !important;
    text-decoration: none;
}
@media screen and (max-width:768px){
    .d-grid-2{
        grid-template-columns: repeat(1,1fr);
    }
    .box2-50 {
        text-align: center;
    }
    .box2-content,.box2-whats-apps{
        text-align: left;
    }

}