/* Colors */
/* Gradients */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
/* Key Benefits Banner Component - Styles */
.key-ben {
  margin-top: 20px;
  margin-bottom: 20px; }
  .key-ben .homepage-component-title {
    color: #154EA5;
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 35px; }
  .key-ben .key-ben-bloc {
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-top: inherit;
    height: 100px; }
    @media (max-width: 1200px) {
      .key-ben .key-ben-bloc {
        display: block;
        margin: auto;
        margin-bottom: 33px;
        margin-top: inherit; } }
  .key-ben .key-ben-img {
    width: 48px;
    height: 48px;
    margin-right: 10px; }
    @media (max-width: 1200px) {
      .key-ben .key-ben-img {
        margin: auto;
        display: block; } }
  .key-ben .key-ben-text {
    width: 204px;
    height: 48px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    color: #282828; }
    .key-ben .key-ben-text a:hover {
      text-decoration: none; }
    @media (max-width: 1200px) {
      .key-ben .key-ben-text {
        text-align: center;
        height: 40%;
        margin: auto;
        max-width: 100%; } }
  @media (max-width: 770px) {
    .key-ben .only-desktop {
      display: none; } }
  @media (min-width: 770px) {
    .key-ben .only-mobile {
      display: none; } }
  .key-ben .dis-cont {
    display: contents; }
