@media (min-width: 768px) {
  .block-try_us form fieldset:first-child,
  .paragraph--type--custom-block form fieldset:first-child {
    margin-right: 0;
    margin-left: 15px;
  }
  .block-try_us form fieldset:nth-child(4),
  .paragraph--type--custom-block form fieldset:nth-child(4) {
    margin-right: 15px;
    margin-left: 0;
  }
}

.block-try_us.red .form-actions button:after,
.block-try_us.vbp_color_05 .form-actions button:after,
.paragraph--type--custom-block.red .form-actions button:after,
.paragraph--type--custom-block.vbp_color_05 .form-actions button:after {
  right: 0;
}

.block-try_us.red .form-actions button:hover:after,
.block-try_us.vbp_color_05 .form-actions button:hover:after,
.paragraph--type--custom-block.red .form-actions button:hover:after,
.paragraph--type--custom-block.vbp_color_05 .form-actions button:hover:after {
  right: 0;
}
