.widget.c-form.c-form-template-5 {
  background: #fbfbfb;
  color: #000;
  padding: clamp(71px, 12vw, 148px) 0 clamp(64px, 12vw, 117px);
  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(36px, 5vw, 50px) !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: 15px;
}
.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: 138%;
  margin: 27px 0 0;
}
.widget.c-form.c-form-template-5 .widget-header .widget-description p{
  margin-bottom: 15px;
}
.widget.c-form.c-form-template-5 .widget-button-wrap {
  text-align: center;
  margin-left: 57px;
  transform: translateY(-15px);
}
.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: 60px;
    display: flex;
    justify-content: flex-end;
    transform: none;
  }
  .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;
  }
  .widget.c-form.c-form-template-5 .widget-header .widget-text{
    margin-top: 35px;
  }
  .news-detail-kalendar .widget.c-form.c-form-template-5 .widget-header .widget-description p{
    margin-bottom: 25px;
  }
}
@media all and (max-width: 550px) {
  .widget.c-form.c-form-template-5 .widget-button-wrap .widget-button{
    font-size: 18px;
    width: 161px;
    height: 161px;
  }
  .widget.c-form.c-form-template-5 .widget-header .widget-description{
    margin: 0;
    line-height: 140%;
  }
}

/*# sourceMappingURL=style.css.map */
