#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;
}

.box {
    width: 300px;
    height: 300px;

    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-top: 2rem !important;
}

.box2 {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 3rem !important;
    padding: 1.5rem;
}

.pad {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.pad-row {
    padding-bottom: 2rem !important;
}

.center1 {
    padding-top: 5rem !important;
    padding-left: 2rem;
    padding-right: 2rem;
}

.center2 {
    padding-top: 7.5rem !important;
    padding-left: 2rem;
    padding-right: 2rem;
}

.center3 {
    padding-top: 6rem !important;
    padding-left: 2rem;
    padding-right: 2rem;
}

h1.about {
    padding-bottom: 1rem !important;
    font-family: Poppins;
    font-weight: 600;
    font-size: 42px;
    line-height: 140%;
    color: #121212;
}

h2.about {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 200%;
    text-align: center;
    color: #121212;
}

h3.about {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #323F75;
}

h4.about {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 26px;
    line-height: 140%;
    color: #121212;
    padding-bottom: 0.3rem;
}

h5.about {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 200%;
    color: #121212;
    text-align: left;
}

.line {
    border: 1.5px solid #323F75;
}

.tim .line {
    border: 1px solid #323F75;
}

.div-padding {
    padding-left: 0rem !important;
    margin-left: 0rem !important;
}

.divider {
    border: 1px solid #C4C4C4;
}

.card {
    margin-top: 70px;
    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;
}

.card-body-jam {
    padding: 2rem !important;
}

h1.tim {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #121212;
    padding-top: 1.5rem;
}

h2.tim {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 180%;
    color: #323F75;
    padding-top: 0.25rem;
}

.filling {
    padding-bottom: 2rem;
}

.filling-lg {
    padding-bottom: 2rem;
}

.tim img {
    width: 100%;
    height: auto;
}

.jam img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 426px) {
    h1.tim {
        font-size: 14px;
    }

    h2.tim {
        font-size: 12px;
    }

    .pad {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .pad {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .filling {
        padding-bottom: 0rem;
    }

    .fill-mobile {
        padding-bottom: 1.5rem;
    }

    .tim .line {
        border: 1px solid #323F75;
        margin-top: 14px !important;
        margin-right: 0 !important;
    }

    .card-header {
        padding: 1rem !important;
        background-color: white !important;
        border-bottom: 2px solid #F5F5F7 !important;
    }

    .card-body {
        padding: 1rem !important;
    }

    .card-body-jam {
        padding: 1rem !important;

    }

    h4.about {
        font-size: 18px;
        font-weight: bold;
    }

    .jam img {
        width: 20%;
        height: auto;
        padding-bottom: 1rem !important;
        display: block;
    margin: 0 auto;
    }
}

@media only screen and (max-width: 1200px) {
    .filling {
        padding-bottom: 0rem;
    }

    .filling-rev {
        padding-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 1000px) {
    .filling-lg {
        padding-bottom: 0rem;
    }

    .filling-rev {
        padding-bottom: 0rem;
    }
}

@media only screen and (max-width: 767px) {
    .fill-mobile {
        padding-bottom: 1.5rem;
    }

    .jam img {
        width: 20%;
        height: auto;
        padding-bottom: 1rem !important;
        display: block;
    margin: 0 auto;
    }
}
