.comments {
    text-align: left;
}
.comments > h2 {
    font-family: Gilroy;
    font-weight: 700;
    color: #454545;
    text-transform: uppercase;
    margin-top: 2rem;
    font-size: 18pt;
}
.comments .form-container label {
    text-transform: uppercase;
}
.comments .form-container label span {
    color: #ed4747;
}
.comments .form-container .form-control {
    background-color: #f9f9f9;
}

.comments .form-control, .custom-control-input {
    border-radius: unset;
}
.comments .form-control:focus, .custom-control-input:focus {
    box-shadow: unset;
}