﻿.service {
    width: 100%;
    border: 1px solid #dddddd;
    color: #777777;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 8px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    transition: all 500ms ease;
}

.footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
}
.about-section {
    padding-top: 20px;
}


.service-section {
    padding-top: 20px;
}

.contact-section {
    padding-top: 20px;
}