.gradient:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#a54e62), to(#dc6882));
  background: -webkit-linear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: -moz- oldlinear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: -o-linear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: linear-gradient(to bottom, #a54e62 0%, #dc6882 100%);
}

.shadow-small {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
  -moz-box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
  box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
}

.shadow-big {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
  -moz-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
}

.shadow-big-medium {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
  -moz-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
  box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
}

.rounded-corners {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.widget-margin {
  margin-top: 90px;
  margin-bottom: 90px !important;
}

@media (max-width: 991px) {
  .widget-margin {
    margin-top: 60px;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .widget-margin {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }
}

.widget-margin-bottom {
  margin-bottom: 90px !important;
}

@media (max-width: 991px) {
  .widget-margin-bottom {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .widget-margin-bottom {
    margin-bottom: 50px !important;
  }
}

.widget-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .widget-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .widget-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 720px) {
  .col-sm-auto {
    width: auto;
  }
}

@media (min-width: 720px) {
  .col-md-auto {
    width: auto;
  }
}

@media (min-width: 850px) {
  .col-lg-auto {
    width: auto;
  }
}

@media (min-width: 1050px) {
  .col-xl-auto {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xxl-auto {
    width: auto;
  }
}

.widget-single-cases .element .first-col {
  margin-bottom: 50px;
}

.widget-single-cases .element ul, .widget-single-cases .element ol {
  margin-top: 30px;
}
