.inner-free-consultation-container {
    gap: 16px;
    text-align: left;
    color: #313035;
    font-style: normal;
    height: 778px;
    background-image: url('/wp-content/themes/twentysixteen-child/assets/images/free-consultation-background.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 24px;
}

.inner-free-consultation-image-title {
    font-family: Outfit;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.inner-free-consultation-image-subtitle {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.inner-free-consultation-image-text {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.inner-free-consultation-image-text-container {
    border-radius: 16px;
    border: 1px solid #DDDDE4;
    background: #FFF;
    align-self: end;
}

.inner-free-consultation-form {
    border-radius: 16px;
    border: 1px solid #DDDDE4;
    background: #FFF;
}

.inner-free-consultation-form-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
} 

.inner-free-consultation-form-container .flex-row {
    gap: 16px;
}

.inner-free-consultation-form-container .flex-row .flex-col {
    flex: 1 0 0;
}

.inner-free-consultation-form-container .inner-free-consultation-form-label {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.inner-free-consultation-form-container .inner-free-consultation-form-label .required {
    color: #FF0000;
}

.inner-free-consultation-form-checkbox {
    color: #64636E;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.inner-free-consultation-image-list {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.inner-free-consultation-form-input {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #C9CCD4;
    background: #FFF;
}

.inner-free-consultation-form-input::placeholder {
    color: #8E8D9B;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.inner-free-consultation-form-input[type="checkbox"] {
    align-self: start;
}

.inner-free-consultation-form-input-textarea {
    height: 126px;
}

.inner-free-consultation-form-button {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 200px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}