.c-widget-banners {
  background: #fff; }
  .c-widget-banners__banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #80ba27;
    display: block;
    margin-bottom: 25px;
    padding: 15px;
    height: 160px;
    text-align: center;
    border-radius: 4px; }
    .c-widget-banners__banner:last-child {
      margin-bottom: 0; }
  .c-widget-banners__title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.75em;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    margin-top: -30px; }
    @media (max-width: 1199px) {
      .c-widget-banners__title {
        font-size: 1.375em; } }
    @media (max-width: 991px) {
      .c-widget-banners__title {
        font-size: 1.375em; } }
    @media (max-width: 767px) {
      .c-widget-banners__title {
        font-size: 1.375em; } }
    @media (max-width: 575px) {
      .c-widget-banners__title {
        font-size: 1.375em; } }
    @media (max-width: 1199px) {
      .c-widget-banners__title {
        margin-top: -24px; } }
    @media (max-width: 991px) {
      .c-widget-banners__title {
        margin-top: -20px; } }
    .c-widget-banners__title:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      background-image: url("../images/wave-white.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 138px;
      height: 30px; }
      @media (max-width: 1199px) {
        .c-widget-banners__title:after {
          width: 110px;
          height: 24px; } }
      @media (max-width: 991px) {
        .c-widget-banners__title:after {
          width: 92px;
          height: 20px; } }

/*# sourceMappingURL=widget-banners.css.map */
