﻿.titleBGwrapper {
    background-image: url('../../images/SVG/titleBG.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 104px;
    width: 100%;
}

.titleBGwrapper .bannerHeading {
    text-align: center;
}

.titleBGwrapper .bannerHeading h1 {
    height: 104px;
    margin-bottom: 0;
    color: #0B3E6B;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
}

.aboutusArea .card {
    height: 360px;
    width: auto;
    border-radius: 50px;
    border: none;
    box-shadow: 0px 20px 30px rgba(140,150,160,0.2);
}
.aboutusArea .card-body {
    padding: 43px;
}

@media(max-width: 768px) {
    .aboutusArea .card {
        height: auto;
    }
}