div#content {
    top: -95px;
}

.titlePic {
    height: 430px;
    position: relative;
    background-image: url(/files/benefitsClub.png);
    margin-bottom: 80px;
    width: 100%;
    background-repeat: no-repeat;
    /* top: -120px; */
    /* background-color: aqua; */
}

.titlePicKids {
    height: 530px;
    position: relative;
    background-image: url(/files/portonesKids.png);
    margin-bottom: 80px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    /* top: -120px; */
    /* background-color: aqua; */
}

a.kidsLink {
    text-decoration: underline;
}

.notitlePic {
    height: 200px;
}

.titleDiv {
    width: 55%;
    color: var(--main-color);
    height: auto;
    display: block;
    position: relative;
    font-size: 47px;
    margin: 0 auto;
    margin-bottom: 60px;
    position: relative;
    margin-top: 0px;
    text-align: center;
    align-items: center;
}

.rulesDiv {
    display: block;
    position: relative;
    color: black;
    width: 60%;
    margin: 0 auto;
    font-size: 17px;
    margin-top: 30px;
    line-height: 1.5;
    font-weight: 100;
    margin-bottom: 100px;
}

.title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 20px;
}

img.card {
    display: block;
    position: relative;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .titlePic .titlePic {
        background-image: url(/files/benefitsBannerMobile.png) !important;
        background-size: contain;
        height: 325px;
    }
    ;
    .titlePic {
        background-image: url(/files/benefitsBannerMobile.png) !important;
        background-size: contain;
        height: 276px;
        background-repeat: no-repeat;
    }
    .titleDiv {
        margin: 0px auto;
        width: 90%;
    }
    .titlePic {
        height: 258px;
        position: relative;
        background-image: url(/files/rulesBenefitsBannerMobile.png);
        margin-bottom: 50px;
        width: 100%;
        background-repeat: no-repeat;
        /* top: -120px; */
        /* background-color: aqua; */
        background-size: cover;
    }
    .titlePicKids {
        height: 258px;
        position: relative;
        background-image: url(/files/portonesKids.png);
        margin-bottom: 50px;
        width: 100%;
        background-repeat: no-repeat;
        /* top: -120px; */
        /* background-color: aqua; */
        background-size: cover;
    }
    .titlePic {}
    .titleDiv {
        font-size: 34px;
        margin-bottom: 60px;
    }
    .rulesDiv {
        width: 81%;
        font-family: 'Montserrat';
        margin-bottom: 10px;
    }
    .title {
        font-family: 'Montserrat';
    }
    img.card {
        height: auto;
        width: 100%;
        margin: 0px auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .notitlePic {
        height: 150px;
    }
}