.site-button, .site-button-secondry {
    position: relative;
    padding: 15px 15px;
    letter-spacing: 4px;
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}

.contact-form_1 {
    padding-right: 30px !important;
}
h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #000;
    margin-bottom: 3px;
}

.about-home-2:after {
    content: "";
    position: absolute;
    top: 9px;
    right: 0px;
    width: 117%;
    height: 94%;
    background-color: transparent;
    border: 20px solid #dfdfdf;
    z-index: -1;
}