.vision{
    border:2px solid #873f38;
    border-radius:7px;
    height:330px;
}
.service-box-sb1{
    background-image: url(images/bg.png);
    padding:20px;
    border-radius:20px;
}
.sb2{
    border:5px solid #873f38;
}
.service-box-sb1 .service-img {
    border: none !important;
}
.service-box-sb1 .service-img img{
   border-radius:20px;
}
.sb2 .service-img img{
    border:3px solid #f4edab;
}
.service-info p{
    color:#873f38;
    font-size:22px;
    font-weight:bold;
}
.service-info .learn-more{
    margin-top:20px;
    margin-bottom:10px;
}
.service-info .learn-more a{
    padding:10px 10px;
    border-radius:50px;
    background:#f4edab;
    color:#873f38;
    font-size:14px;
    font-weight:bold;
}
.service-info .learn-more a:hover{
    background:#873f38;
    color:#f4edab;
}
.testmonial-img{
    width:150px;
    height:150px;
    margin:auto;
}
.testmonial-img img{
    border-radius:50%;
}
.gallery .blog-img{
    width :270px;
    height:200px;
    margin-bottom:20px;
}
.gallery .blog-img img{
    width :100%;
    height:100%;
    box-shadow: 0 4px 8px #701010
}
.gallery:hover .blog-img img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}