@import "../../vars"; @import "../../mixins"; .about-contact { padding-top: 200px; margin-bottom: 70px; } .about-contact-form { display: flex; max-width: 100%; &__title { font-weight: 700; font-size: 48px; line-height: 100%; color: $vmainGrey; margin-bottom: 56px; max-width: 300px; width: 100%; } &__button { margin-top: 24px; font-size: 16px; } } .about-contact-form-line-one { margin-right: 45px; } .about-contact-form-line-two { margin-right: 45px; } .label-about { display: flex; } .input-about { margin-top: 0; margin-bottom: 32px; } .textarea-about { height: 230px; margin-top: 0; margin-bottom: 0; }