.contact-profile__container {
    margin: 0px 0 !important;
    position: relative !important;
    border-top: 3px solid #edac15 !important;
    border-bottom: 9px solid #f2f2f2 !important;
    padding-bottom: 1.625rem !important;

}
.card-block {
    border: 1px solid #eeeeee;
    margin-top: 0px !important;
    padding: 1.875rem;
}
.contact-profile__icon {
    float: left;
}
.contact-profile__item {
    padding-bottom: 1.1875rem;
    margin-bottom: 1.1875rem;
    border-bottom: 1px solid #eeeeee;
}
.contact-profile__text {
    margin-left: 30px;
    margin-bottom: 0;
}
.contact-profile__social-icons {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f2f2f2;
    padding: 0.6875rem 1.875rem 0.0625rem 0.625rem;
    line-height: 1;
}
.contact-profile__social-icon {
    font-size: 20px !important;
    color: #999999;
    padding-left: 0.0625rem;
}
.contact-profile__social-icons::before {
    position: absolute;
    content: '';
    left: -2.1875rem;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 2.1875rem solid #f2f2f2;
    border-left: 2.1875rem solid transparent;
}
.contact-profile__item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.contact-select, .contact-text, .contact-textarea {
    padding: 1.125rem 1.25rem !important;
    margin-bottom: 1.875rem;
    font-size: 16px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 15px!important;
    font-size: 16px;
    line-height: 30px !important;
    color: #666666 !important;
    background-color: #f2f2f2 !important;
    background-image: none;
    border: 1px solid #dddddd !important;
    border-radius: 0px !important;
}