.ttt-component.no-anim .col-sm-6:nth-of-type(1) {
    width: 100%;
}
.ttt-component.no-anim .col-sm-6:nth-of-type(2) {
    display: none;
}

.ttt-content-section .ttt-full-width-text__content {
    max-width: 100%;
}

.ttt-content-section .ttt-component:not(.ttt-full-width-text) {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px 56px
}.ttt-component.no-anim .col-sm-6:nth-of-type(1) {
    width: 100%;
}
.ttt-component.no-anim .col-sm-6:nth-of-type(2) {
    display: none;
}

.ttt-content-section .ttt-full-width-text__content {
    max-width: 100%;
}

.ttt-content-section .ttt-component:not(.ttt-full-width-text) {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px 56px;
}

.js-form-item > * {
    max-width: 80%;
}

.js-form-item label {
    font-size: 19px;
    font-weight: 500;
    margin-top: 10px;
}

.js-form-item p.description.description--before {
    display: none;
}

.js-form-item .webform-element-description {
    font-size: 15px;
    margin: 0 0 -10px;
    color: #021127c7;
}

span.fieldset-legend {
    font-size: 24px;
    margin: 20px 0 10px;
    display: block;
    font-weight: 600;
}

@media (min-width: 768px) {
.webform-submission-contact-software-products-form .form-item-email, .webform-submission-contact-software-products-form .form-item-phone, .webform-submission-contact-software-products-form .form-type-select, .webform-submission-contact-software-products-form .form-type-textfield, .webform-submission-contact-software-products-form .form-type-textarea {
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 103px;
}
  .js-form-item-company { margin-right: 50%; }
  #edit-personal-details .fieldset-wrapper { 
    display: flex;
    flex-wrap: wrap;
  }
}