.bannerContainer {
    background-color: #85DAB6;
    position: relative;
    overflow: hidden;
}

.bannerWrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;

    @media screen and (max-width: 690px) {
        justify-content: center;
    }
}

.bannerBorderLeftWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

    @media screen and (max-width: 690px) {
        display: none;
    }
}

.bannerDetailsLeftSvg {
    height: 10rem;
    margin-bottom: 5rem;
}

.bannerCloudLeftWrapper {
    position: relative;
    display: flex;
}

.bannerPlusOutlineLeftSvg {
    position: absolute;
    top: 2rem;
    right: 2rem;
    height: 4rem;
}

.bannerInfoContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 2rem;
    max-width: 335px;
}

.bannerLogoContainer {
    position: relative;
}

.bannerTitle {
    position:absolute;
    top: calc(50% - 0.25rem);
    left: 50%; 
    width: 100%;
    text-align:center;
    transform: translateX(-50%) translateY(-50%);
    color: #FAFAFA;
    font-size: 1.5rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
}

.bannerSubtitle {
    color: #1C1C1C;
    font-size: 1.4rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    margin: 0.5rem 0;
}

.bannerText {
    color: #1C1C1C;
    font-size: 1.2rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    text-align: justify;
    line-height: 2rem;
}

.bannerBigText {
    color: #1C1C1C;
    font-size: 2.25rem;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin: 1rem 0;
}

.bannerMainContentContainer {
    display: flex;
    position: relative;
}

.bannerDogWrapper {
    display: flex;
    justify-content: center;

    @media screen and (max-width: 1250px) {
        display: none;
    }
}

.bannerDogImg {
    height: 30rem;
    z-index: 10;
}

.bannerCloudSvg {
    position: absolute;
    z-index: 0;
    margin-left: 10rem;
    height: 25rem;
}

.bannerDetailsWrapper {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

    @media screen and (max-width: 690px) {
        display: none;
    }
}

.bannerPlusOutlineRightSvg {
    height: 4rem;

    @media screen and (max-width: 1250px) {
        margin-bottom: 15rem;
    }
}

.bannerHealthPlanSvg {
    height: 10rem;

    @media screen and (max-width: 1250px) {
        display: none;
    }
}

.bannerDetailsRightSvg {
    transform: rotate(180deg);
    height: 10rem;
}

.bannerBorderDesignRightSvg {
    @media screen and (max-width: 1250px) {
        display: none;
    }
}

.benefitsContainer {
    background-color: #85DAB6;
    color: #1C1C1C;
    padding: 5rem;
    font-family: 'Noto Sans', sans-serif;

    @media screen and (max-width: 834px){
        padding: 5rem 2rem;
    }
    @media screen and (max-width: 318px){
        padding: 5rem 10px;
    }
}

.benefitsContainer h2 {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 3rem;
    text-align: center;
    font-weight: 700;

    @media screen and (max-width: 318px){
        font-size: 2rem;
    }
}

.benefitsContainer p {
    font-size: 20px;
    text-align: center;
}

.benefitsContainer img {
    width: 64px;
    height: 64px;
}

.benefitsTopicsWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    margin: 2.5rem 0;
}

.benefitsTopic {
    background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 200px;
    gap: 10px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.franchiseeWrapper {
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    color: #1C1C1C;
    margin-bottom: 2rem;
}

.franchiseeWrapper h3{
    font-size: 1.8rem;
    margin: 20px 20% 50px 20%;
 
    @media screen and (max-width: 834px){ 
        margin-left: 10px;
        margin-right: 10px;
    }

    @media screen and (max-width: 318px){
        font-size: 24px; 
    }
}

.franchiseeTitleContainer {
    background-color: #F28E1F;   
    padding: 10px;
    color: #FAFAFA;
    font-size: 3rem;
    font-family: Raleway, sans-serif;
    font-weight: 700;

    @media screen and (max-width: 318px){
        font-size: 2rem;
        margin: 10px 0;
    }
}


.franchiseeSubSectionWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 50px 100px;
    margin: 10px 4rem; 

    @media screen and (max-width: 318px){ 
        margin: 10px;
    }
}

.franchiseeSubSectionWrapper p {
    font-size: 20px;
    margin: 10px;
}

.franchiseeSubSectionWrapper span {
    font-weight: 500;
}

.franchiseeSubSectionForWrap {
    display: flex;
    gap: 50px 100px;
    justify-content: center;
    align-items: stretch;

    @media screen and (max-width: 619px) {
        flex-wrap: wrap;
    }
}

.franchiseeSubSection {
    width: 228px;
    min-width: 228px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 10px 25px 10px;
    gap: 20px;
    border: 1px solid #000000;
    filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    position: relative;
}

.franchiseeSubSectionTitle {
    width: 178px;
    height: 54px;
    position: absolute;
    background-color: #168C5A;
    border-radius: 20px;
    padding: 5px 10px;
    color: #FAFAFA;
    top: -27px;
    display: flex;
    justify-content: center;
    align-items: center;
}