*{
    padding: 0;
    margin: 0;
}
.About-bg center img{
    width: 100%;
}
.para{
    text-align: center;
    margin-left: 10%;
    font-size: 1.2em;
    width: 80%;
}
.we-believe  p{
    font-size: 1.2em;
    padding: 25px 0 0 0 ;
    width: 80%;
    line-height: 25px;
    font-weight: 600;
}
.row  p{
    padding: 5px 15px 0 15px;
    text-align: left;
    
}
.about-more{
    margin-top: 10px;
    margin-left: 10%;
    width: 80%;
}
.contact{
    margin: 25px 0 20px 0;
}
#business{
    padding: 15px;
    line-height: 35px;
}
.contact a{
    background-color: #3857ff;
    color: white;
    padding: 15px;
    font-size: 1.2em;
    border-radius: 25px;
    text-decoration: none;
}
.we-believe center img{
    width: 60%;
}
@media(min-width:1000px){
.About-bg center img{
    width: 75%;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.we-believe  p{
    font-size: 1.5em;
    padding-top: 15px;
}
.we-believe center img{
    width: 30%;
}  
}