.entry-content {
    margin-top: 0;
    margin-bottom:0;
}
.wp-block-template-part {
    margin-top: 0;
}




.hover-button {
    width: fit-content;
    transition: all 0.3s ease; 
}
.hover-button:hover {
    opacity: 0.9;
    transition: all 0.3s ease; 
}





/****** SERVICE CARDS ********/
.service-card>div {
    transition: all 0.3s ease;   
}
.service-card>div:hover {
    cursor: pointer!important;
    transform: translateY(-10px);
    transition: all 0.3s ease;
} 
/****** END SERVICE CARDS ********/


/****** ICONS ********/
.soma-icon > div {
    fill: #f0f4e5;
    transition: all 0.3s ease;
}

.soma-icon > div:hover {
    fill: #7b2441;
    cursor: pointer!important;
    transition: all 0.3s ease;
}
/****** END ICONS ********/

/****** CONTACT FORM ********/
.contact-form {
    padding:2rem!important;
}
.form-label {
    width: 100%;
}
.contact-form form input[type="submit"]{
    text-align: center;
    color: #f0f4e5;
    padding: 1rem;
    background: #7b2441;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.contact-form form input[type="submit"]:hover {
    opacity: 0.9;
    transition: all 0.3s ease;
}

textarea {
    height: 115px;
}

@media(min-width: 781px) {
    .contact-form {
        text-align: left;
    }
}
/****** END CONTACT FORM ********/