.custom-content-form {
    max-width: 980px;
    margin: 0 auto;
}

.custom-content-form .row {
    justify-content: space-between;
}
.custom-content-form .row .col-12.col-lg-6 {
    max-width: 475px;
}
.custom-content-form label {
    display: flex;
    flex-direction: column;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--azul-agbar);
}

.custom-content-form input[type="text"],
.custom-content-form input[type="email"],
.custom-content-form input[type="tel"],
.custom-content-form input[type="file"],
.custom-content-form select,
.custom-content-form textarea {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border-radius: 4px;
    border: solid 1px #ccc;
}

.custom-content-form textarea {
    height: 100px;
}

.custom-content-form input[type="file"]{
    padding: 0;
}