/* Universal breakpoints */
.ideas-to-go__banner {
  box-sizing: border-box;
  background-color: #3b3d49;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
  background: linear-gradient(0deg, rgba(59, 61, 73, 0.6) 0%, rgba(59, 61, 73, 0.6) 100%),lightgray 50%/cover no-repeat; }
  @media (max-width: 991px) {
    .ideas-to-go__banner {
      justify-content: end;
      align-items: start;
      min-height: 470px; } }

.ideas-to-go h2,
.ideas-to-go p {
  font-weight: 500;
  color: white; }

.ideas-to-go h2 {
  font-size: 64px;
  margin: 0;
  margin-bottom: 16px; }
  @media (max-width: 991px) {
    .ideas-to-go h2 {
      font-size: 48px; } }

.ideas-to-go p {
  margin-bottom: 32px;
  font-size: 32px; }

.ideas-to-go a {
  display: flex;
  box-sizing: border-box;
  width: 240px;
  height: 56px;
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  /*text-transform: uppercase;*/
  border-radius: 8px;  }
  @media (max-width: 479px) {
    .ideas-to-go a {
      width: 100%; } }
.ideas-to-go {
	margin-top : 3rem!important;
}