/* START PROMOS SECTION */
.promos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2em 0 0.65em;
    margin-top: 0.5em;
    width: 100%;
  }
  
  .promos .promo {
    display:inline-block;
    padding: 3rem 4rem !important;
    background: #ED4029 url(../../img/BG_Textures_getstarted_15opacity.png) repeat center center;
    background-size: auto 100%;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
    color: white;
    margin: 0.25em;
    border: none;
    width: 100%;
  }
  
  .promos .promo h2,
  .promos .promo .sub-nav .menu-item-has-children,
  .sub-nav .promos .promo .menu-item-has-children {
    color: white;
  }
  
  .promos .promo p {
    margin-bottom: 0;
    font-weight: 500;
    color: white;
  }
  
  .promos .promo:hover {
    background-size: auto 105%;
    box-shadow: inset 0 0 50px rgba(26, 26, 26, 0.3);
    color: white;
  }
  
  .promos .promo:nth-of-type(2) {
    background: #C36D15 url(../../img/BG_Textures_getUpdates_15opacity.png) repeat center center;
    background-size: auto 100%;
  }
  
  .promos .promo:nth-of-type(2):hover {
    background-size: auto 105%;
  }
  
  .promos .promo:nth-of-type(3) {
    background: #1C5566 url(../../img/BG_Textures_getResources_15opacity.png) repeat center center;
    background-size: auto 100%;
  }
  
  .promos .promo:nth-of-type(3):hover {
    background-size: auto 105%;
  }
 
  
  @media screen and (min-width: 61.3125em) {
    .promos {
      padding: 2em 0 0.65em 0;
    }
}
  
/* END PROMOS SECTION */