input, textarea {
    color: white;
}


input.error {
    border-color: #EC1C23 !important;
    color: #EC1C23 !important;
}
a.btn{
    background: linear-gradient(285.17deg, #DE070F 0%, rgba(222, 7, 15, 0.8) 100%);
    box-shadow: 4px 4px 8px rgba(121, 122, 121, 0.16);
    outline: none;
    color: #FFFFFF;
}

.custom-list li{
    list-style: disc;
}

@media (max-width: 1920px) and (min-width: 1200px) {

    .about-block .col-md-6 {
        font-size: 15px;
        padding-left: unset;
        padding-right: unset;
    }
}

.text-success {
    color: white !important;
}