/* ---- Free consultation ---- */
.content-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    border-bottom: 2px solid var(--gold);
    padding-bottom: 80px;
}
.consultation-box {
    width: 600px;
}
.consultation-box span {
    text-transform: uppercase;
}
.consultation-box p {
    font-size: clamp(16px, 2vw, 20px);
    margin: 25px 0 40px;
}
.consultation-section form {
    width: 600px;
}
.consultation-box .socials {
    display: flex;
    align-items: center;
    gap: 24px;
}
.consultation-box .social-box {
    width: 70px;
    height: 70px;
}
.consultation-box .social-box svg,
.consultation-box .social-box img{
    width: 35px;
    height: 35px;
}