﻿body {
}
.fullbodysection p {
    font-family: 'Montserrat', sans-serif;
}

.fullbodysection h3, h2, h5 {
    font-family: 'Montserrat', sans-serif;
}

.all-healthdivs {
    width: 96%;
    margin: 0 auto;
    overflow: auto;
    margin-bottom: 60px;
}

.healthdiv1 {
    width: 100%;
    overflow: auto;
}

.healthdiv2 {
    width: 100%;
    overflow: auto;
}

.healthdiv3 {
    width: 100%;
    overflow: auto;
    display: flex;
    justify-content: space-between;
}

.healthimage {
    width: 10%;
    float: left;
}

    .healthimage img {
        width: 100%;
        border: 2px solid #f355b2;
        border-radius: 30px;
        background: transparent;
        /*height:200px;*/
    }

.healthtitle {
    width: 88%;
    float: right;
    margin-top: 45px;
    height: 100px;
    border-bottom: 2px solid #cddef2;
}

.healthtitle-left p {
    font-size: 40px;
    margin: 0;
    font-weight: bold;
}

.healthtitle-left {
    width: 50%;
    float: left;
}

.healthtitle-right p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
    float: right;
}

    .healthtitle-right p a {
        text-decoration: none;
        color: black;
    }

.healthtitle-right {
    width: 40%;
    float: right;
}

.level1 {
    width: 88%;
    float: right;
    margin-top: 25px;
    margin-bottom: 30px;
}

    .level1 p {
        color: white;
        font-size: 16px;
        background-color: #f355b2;
        margin: 0;
        width: fit-content;
        float: left;
        padding: 8px 15px;
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
    }

        .level1 p a {
            color: white;
            text-decoration: none;
        }

.session-health {
    width: 25%;
    float: left;
    margin-right: 25px;
}

    .session-health:last-child {
        margin-right: 0;
    }

.sessionimg img {
    width: 100%;
    border-radius: 5px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.sessiontext p {
    background-color: deepskyblue;
    width: fit-content;
    color: white;
    padding: 7px 15px;
    border-radius: 10px;
}

.sessionhead p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.sessioncontent p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 2;
    margin-top: 10px;
}
.svg-arrow {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    vertical-align:middle;
}
@media (max-width: 767px) {
    .level1 p {
        margin-bottom: 12px;
    }
    .healthimage img {
        border-radius: 10px;
    }
    .healthtitle {
        margin-top: 10px;
        height: 30px;
    }
    .healthtitle-left p {
        font-size: 14px;
    }
    .healthtitle-right p {
        font-size: 8px;
        font-weight: 600;
        margin-top: 5px;
    }
    .session-health {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .healthdiv3 {
        display: grid;
    }

    .session-health:last-child {
        margin: 0 auto;
    }
}