

.titlePic {
    aspect-ratio: 1512/291;
    position: relative;
    background-image: url(/files/benefitsClubDesktop.png);
    margin-bottom: 80px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}


.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: #00B0B9;
    height: auto;
    display: block;
    position: relative;
    font-size: 30px;
    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: 50%;
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
        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: flex;
    position: relative;
    height: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    align-content: center;
    place-self: center;
}

@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/benefitsClubMobile.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 {
        margin-bottom: 16px;
        background-image: url(/files/benefitsClubMobile.png) !important;
        background-size: cover;
        aspect-ratio: 390/290;
    }
    
    .titleDiv {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .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;
    }
}