/*COMMON HEADER OVERRIDE*/
#commonHeader{
    background-color: #DF2B4F;
}
.headerBtn{
    color: #FFFFFF;
}
.headerBtn .hippo-icon:before{
    background-image: var(--color-light);
}
/*CONTENT STYLING*/
.bodyContainer {
    position: relative;
    margin-top: 120px;
    display: flex; 
    flex-direction: column;
    align-self: center;
    max-width: 1060px;  
}
.flower{
    position: absolute;
    top: -70px;
    right: 20px;
    width: 250px;
    z-index: 3;
}
.titleContainer {
    padding: 0 1em;
}
.subtitle.base {
    font-family: roboto;
    font-size: 1rem;
    font-weight: bold;
    color: #D12161;
    margin: 0 0 1rem 0;
    text-align: left;
}

.tileRow {
    display: flex;
    margin-top: 1rem;
}

.tile {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding: 0 1em;
}
.tile.paragraph{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: normal;
    font-family: roboto; 
}
.content{
    margin: 0;
}
.buttoncontainer{
    margin: 4rem 0;
}
@media(max-width: 1000px){
    .bodyContainer {
        margin-top: 200px;
    }
    .flower{
        display: none;
    }
}
@media(max-width: 1200px){
    .tileRow{
        flex-direction: column;
    }
    .tile {
        width: 100%; 
    }
    .tile.paragraph {
        margin-top: 1rem;  
    }
    .bottom {
        min-height: 500px;
    }
}
