.blocks__banner {
  padding: 32px 0 36px 0;
  .container {
    .banner_content {
      h4 {
        font-family: "Roboto", sans-serif;
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.44px;
        text-align: center;
        color: #fff;
        margin: 0 0 10px 0;
      }
      h5 {
        font-family: "Roboto", sans-serif;
        font-size: 21px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.29px;
        text-align: center;
        color: #fff;
        margin: 0;
      }
      .cta__button {
        position: relative;
        display: block;
        text-align: center;
        margin-top: 30px;
        a {
          position: relative;
          display: inline-block;
          font-family: "Roboto", sans-serif;
          background-color: #81c23c;
          color: #fff;
          font-weight: bold;
          padding: 10px 26px;
          text-transform: uppercase;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          &:hover {
            background-color: #94d24b;
          }
        }
      }
    }
  }
}
