.head>.container{
    border-bottom: solid 3px #ccc;
}
.about img{
    width: 80%;
}
.about .row{
    margin-top: 60px;
 }
h4{
    font-weight: 700;
}
p{
    text-indent: 2em;
}
.img{
    text-align: center;
}
@media (max-width: 768px) {
    .img {
        margin-top: 10% !important;
    }
    .text img{
        width: 90% !important;
        height: 90% !important;
    }
}

@media (max-width: 767px) {
    .about .row {
        margin-top: 10px;
    }
    .about .col-sm-7{
        margin-top: 2%;
    }
}