/* Universal breakpoints */
.gray-section {
  background-color: #e8e9ec; }

.banners {
  padding-left: 44px;
  padding-right: 44px;
  box-sizing: border-box; }
  @media (max-width: 991px) {
    .banners {
      padding-left: 16px;
      padding-right: 16px; } }
  .banners h2 {
    text-align: center;
    margin-bottom: 25px; }
    /* @media (max-width: 500px) {
      .banners h2{
        font-size: 33px !important;
      }
    } */
  .banners .asset-tiles {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; }
    @media (max-width: 991px) {
      .banners .asset-tiles {
        margin-top: 20px;
        flex-direction: column; } }
  .banners .marketing-asset-tile {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-color: white;
    padding: 16px;
    box-sizing: border-box; }
    @media (min-width: 992px) {
      .banners .marketing-asset-tile {
        flex: 1;
        height: 260px; } }
    .banners .marketing-asset-tile h3 {
      margin: 0;
      font-weight: 500;
      margin-bottom: 40px; }
      /* @media (max-width: 500px) {
        .banners .marketing-asset-tile h3{
          font-size: 20px ;
        }
      } */
    .banners .marketing-asset-tile a {
      cursor: pointer;
      width: 180px;
      height: 25px;
      text-align: center;
      font-size: 18px;
      }
      @media (min-width: 992px) {
        .banners .marketing-asset-tile a {
          width: 200px;
          } }