input,
textarea,
.btn {
    border-radius: 0px !important;
    margin-bottom: 10px;
}

textarea {
    overflow-x: hidden;
    overflow-y: auto;
    resize: vertical;
    min-height: 320px;
    max-width: 100%;
}

@media (max-width: 768px) {
    textarea {
        min-height: 80px;
    }
}

.banner_bg2,
.banner_bg3,
.banner_bg4 {
    animation: none;
}

.mb-1 {
    font-weight: 600;
    font-size: 16px;
}

.btn-primary {
    color: #fff;
    background-color: #96141E !important;
    border-color: #A81C25 !important;
}

.btn-primary:hover {
    background-color: #A81C25;
}

.mb-20 {
    margin-bottom: 20px;
}