#cta-62ce27fe4edcc334eb163ff7 section.content-element {
  background-color: #fffae5;
}
#cta-62ce27fe4edcc334eb163ff7 .b-sh {
  display: flex;
  justify-content: center;
  gap: 30px 20px;
}
#cta-62ce27fe4edcc334eb163ff7 .b-sh .cta-column {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 300px !important;
  padding-bottom: 1rem;
  background-color: #fff;
}
#cta-62ce27fe4edcc334eb163ff7 .b-sh .cta-column div.component.cta-image {
  margin: 0px;
  margin-bottom: 25px;
  height: auto;
}
#cta-62ce27fe4edcc334eb163ff7 .big_text p {
  line-height: 1;
}
#cta-62ce27fe4edcc334eb163ff7 .big_text p a {
  color: #367588;
  font-size: 22px;
  text-decoration: none !important;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  #cta-62ce27fe4edcc334eb163ff7 .b-sh {
    flex-direction: column;
  }
  #cta-62ce27fe4edcc334eb163ff7 .b-sh .cta-column {
    width: 100% !important;
  }
  #cta-62ce27fe4edcc334eb163ff7 .b-sh .cta-column div.component {
    margin: 0px;
    margin-bottom: 10px;
    /*padding: 10px;*/
  }
}