.lg-squares h4 {
    position: absolute;
    width: 200px;
    background-color: #009191;
    opacity: 0.8;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.sectionTint {
    background-color: #009191;
    padding: 2rem 1rem;
}
body {
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 16px;
    line-height: 170%;
    color: #FFF;
}