h1{
    color: #6C9D41
}
h2{
    color:#6C9D41
}
h3{
    color: #6C9D41
}
h4{
    color: #6C9D41
}
.palm-bgc {
    background-color:#e1e1e1
}
.img-icon {
    max-height: 100px;
    max-width: 100px;
}
@media screen and (max-width: 410px) {
    .front-image {
        width: 350px;
    }
}
@media screen and (min-width: 410px) and (max-width: 510px) {
    .front-image {
        width: 400px;
    }
}
/* For Tablets and larger */
@media screen and (min-width: 510px) {
    .front-image {
        width: 500px;
    }
}