.contact-feature{
    border-color: #3D3D79;
}

.contact-feature-icon img{
    /* filter: hue-rotate(105deg); */
    filter: brightness(0) invert(1);
    min-width: 50px;
}

.form-control, .form-select, textarea, input{
    outline: 1px solid #3D3D79 !important;
}

@media screen and (max-width: 460px){
    .contact-feature{
        overflow-x: scroll;
    }
}