
.about {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
    background-image: url('../img/hero_banner.png');
    background-size: cover;
    background-position: bottom;
}

.about h3 { font-weight: bold; }
.about h5 {
    border-bottom: 4px dotted #bbbbbb;
    padding: 20px;
}

.about .bg-right p {
    background-color: #ffb300;
    padding: 10px;
    border-bottom-right-radius: 10px;
}

.about .details {
    background-color: #f7f7f7;
    padding: 20px;
    box-shadow: 0 2px 3px #d6d6d6;
    border: 0.5px solid #efefef;
    border-radius: 3px;
}