.page_static {
    font-size: 14px;
    padding: 0 0 50px;
}

.page_static__contact {
    background: none;
    padding: 0 0 60px;
}

.stp_header {
    text-align: center;
    padding: 50px 0 10px;
    margin: 0 0 25px;
}

.stp_title {
    font-size: 26px;
    margin: 0;
    font-weight: bold;
    text-transform: capitalize;
}

.contact_content {
    line-height: 22px;
    text-align: center;
    margin: 0 0 10px;
}

.contact_title {
    color: #70BF54;
    font-size: 18px;
    margin: 0 0 25px;
    text-align: center;
    line-height: 30px;
}

.contact_group {
    max-width: 800px;
    margin: 0 auto;
}

.contact_option {
    border: solid 1px #F2F2F2;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.contact_group__item {
    padding-right: 4px;
    padding-left: 4px;
}

.contact_option__icon {
    padding: 4px 0 0;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 15px;
}

.contact_option__title {
    text-align: center;
    font-weight: 700;
    margin: 0 0 10px;
}

.contact_option__data {
    display: flex;
    flex-direction: column;
}

.contact_option__data div a {
    color: #70BF54;
}

.contact_option__action {
    border: 1px solid #E0E0E0;
    display: block;
    padding: 10px 20px;
    color: #282364;
    border-radius: 5px;
    background-clip: padding-box;
    margin: 5px 0;
}

.contact_option__action:hover {
    border-color: #70BF54;
    color: #70BF54;
    text-decoration: none;
}

.color_blue {
    color: #2f80ed;
}

.color_red {
    color: #eb5757;
}
