.questions-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(242, 242, 242);
    padding-left: 10px;
}

/* Global rule to make every heading use the new blue */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0072CE !important;
}

/* You can keep this if you need to reset margins */
.questions-block__title {
    margin: 0;
    font-weight: 700;
    font-size: 1.25rem;
}

.questions-block__icon {
    flex-shrink: 0;
}

.tile.richtext-block .component-content {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* ----------------------- Footer --------------------------------------- */
.cmp-mrvl-benfits-footer {
    background-color: black;  
    color: #fff;            
    padding: 20px 0;
    font-size: 14px;
  }
  
  /* Elements */
  .cmp-mrvl-benfits-footer__logo img {
    max-height: 40px;
    width: auto;
  }
  
  .cmp-mrvl-benfits-footer__copyright {
    line-height: 40px;  /* vertically center if you like */
  }
  
  .cmp-mrvl-benfits-footer__admin a {
    color: #fff;
    text-decoration: none;
    line-height: 40px;
  }
  
  .cmp-mrvl-benfits-footer__admin a:hover {
    text-decoration: underline;
  }
  .navigation-main-nav{
	  margin-left: 40px;
  }
  @media only screen and (min-width: 320px) and (max-width: 1270px) {
	.accordion-content.open{
		margin-bottom: 5px;
	}
  }
  @media (min-width: 1271px) {
	.accordion-content.open{
		margin-bottom: 12px;
	}
  }