.widget.c-form.c-form-template-5 {
  background: #fbfbfb;
  color: #000;
  padding: clamp(60px, 12vw, 150px) 0 clamp(60px, 12vw, 129px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.widget.c-form.c-form-template-5 .widget-header .widget-title{
  color: #FFF;
  font-size: clamp(30px, 5vw, 40px) !important;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
}
.widget.c-form.c-form-template-5 .widget-header .widget-title span{
  display: block;
  color: #FA0;
}
.widget.c-form.c-form-template-5 .widget-header .widget-title br{
  display: none;
}
.widget.c-form.c-form-template-5 .widget-header .widget-text{
  margin-top: 32px;
}
.widget.c-form.c-form-template-5 .widget-header .widget-description {
  color: #FFF;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 184.069%;
  margin: 27px 0 0;
}
.widget.c-form.c-form-template-5 .widget-button-wrap {
  text-align: center;
  margin-left: 126px;
}
.widget.c-form.c-form-template-5 .widget-button-wrap .widget-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 146px;
  white-space: normal;
  color: #282828;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 129.5%;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;

  transition: background-color .3s ease-out;
}
.widget.c-form.c-form-template-5 .widget-button-wrap .widget-button:hover,
.widget.c-form.c-form-template-5 .widget-button-wrap .widget-button:focus{
  background-color: #fff !important;
}

@media all and (max-width: 1000px) {
  .widget.c-form.c-form-template-5 .widget-button-wrap{
    margin-left: 0;
    margin-top: 40px;
  }
  .widget.c-form.c-form-template-5 .widget-header .widget-title br{
    display: block;
  }
  .widget.c-form.c-form-template-5 .widget-header .widget-description br{
    display: none;
  }
}
@media all and (max-width: 550px) {
  .widget.c-form.c-form-template-5 .widget-button-wrap .widget-button{
    font-size: 16px;
    width: 120px;
    height: 120px;
  }
  .widget.c-form.c-form-template-5 .widget-header .widget-description{
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */
