#bg {
    background-image: url(../../images/shape-2.png), url(../../images/shape-1.png);
    background-position: right bottom, left bottom;
    background-repeat: no-repeat, no-repeat;
    box-shadow: 0 0 8px 8px white inset;
}

.container-fluid {
    padding: 3rem !important;
}

.pad {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.overview p {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
    color: #121212;
}

.card {
    margin-top: 60px;
    margin-bottom: 200px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.card-header {
    padding: 1.5rem 3rem 1.5rem !important;
    background-color: white !important;
    border-bottom: 2px solid #F5F5F7 !important;
}

.card-header h6 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
    color: #323F75;
    margin: 0 !important;
}

.card-body {
    padding: 2rem 4rem !important;
}

@media only screen and (max-width: 426px) {
    .overview p {
        font-family: Open Sans;
        font-size: 14px;
        line-height: 200%;
        text-align: justify;
        color: #121212;
    }
    
    .container-fluid {
        padding: 1.5rem !important;
    }

    .card {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .card-header {
        padding: 1.5rem !important;
        background-color: white !important;
        border-bottom: 2px solid #F5F5F7 !important;
    }

    .card-body {
        padding: 1rem 2rem !important;
    }
}
