$component: 'form';
$template: 'template-6';
$item: 'widget';

.widget.c-#{$component}.c-#{$component}-#{$template} {
  .#{$item}-wrapper-3 {
    background: #fbfbfb;
    border-radius: 10px;
    padding: 45px 42px;
  }

  .#{$item}-title {
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #222222;

    @media all and (max-width: 600px) {
      text-align: center;
    }
  }

  .#{$item}-description {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #8e949d;

    @media all and (max-width: 600px) {
      text-align: center;
    }
  }

  .#{$item}-buttons {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #8e949d;
  }

  .#{$item}-button {
    font-size: 13px;
    padding: 11px 22px;
    border-radius: 50px;

    @media all and (max-width: 600px) {
      width: 100%;
    }
  }

}