.body-bg {
    display: none !important;
}

.bcs-content {
    padding: 32px 16px 0px 16px;
}

.bcs-content h1 {
    padding-bottom: 32px;
    font-family: "Barlow", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.bcs-content h2 {
    padding-bottom: 32px;
    font-family: "Barlow", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.bcs-content p {
    padding-bottom: 32px;
    font-family: "Barlow", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 23.4px */
}

@media (min-width: 360px) {
}

@media (min-width: 390px) {
}

@media (min-width: 430px) {
}

@media (min-width: 744px) {
    .bcs-content {
        padding: 64px 32px 0px 32px;
    }
}

@media (min-width: 1080px) {
    .bcs-content {
        padding: 64px 128px 0px 128px;
    }
}

@media (min-width: 1440px) {
}

@media (min-width: 1920px) {
}