.contentMenu{
    font-family: 'Raleway';
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    width: 70%;
}
.contentMenu > div{
    margin-top: 30px;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    background: #00AEEF;
}
.contentMenu a{
    overflow: hidden;
    height: 240px;
}
.contentMenu img{
    max-width: 360px;
    min-width: 200px;
    min-height: 134px;
    width: 100%;
}

.contentMenu >div > p{
    margin: 0;
    color: white;
}
.contentMenu > p{
    width:100%;
    padding: 10px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 300;
    
}
.quote{
    text-align: center;
    font-family: 'Raleway';
    font-size:28px;
    line-height: 120px;
    background: #00AEEF;
    color:white;
    width:100%;
}
p{
    margin-top: 0;
}

@media screen and (max-width: 900px) and (min-width:450px){
    footer{
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}