.insights {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.insights .insights--content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.insights .insights--content .insights--title {
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  color: #22223C;
  max-width: 850px;
}
@media screen and (min-width: 1024px) {
.insights .insights--content .insights--title {
    margin-top: 130px;
    font-size: 55px;
}
}
@media screen and (max-width: 1024px) {
.insights .insights--content .insights--title {
    margin-top: 25px;
    font-size: 30px;
}
}
.insights .insights--content .insights--description {
  max-width: 850px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #22223C;
}
@media screen and (min-width: 1024px) {
.insights .insights--content .insights--description {
    margin-bottom: 40px;
    margin-top: 70px;
    font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.insights .insights--content .insights--description {
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 16px;
}
}
.insights .insights--content .insights--options {
  display: flex;
  width: 100%;
  max-width: 850px;
}
@media screen and (min-width: 1024px) {
.insights .insights--content .insights--options {
    justify-content: space-between;
    margin-bottom: 135px;
}
}
@media screen and (max-width: 1024px) {
.insights .insights--content .insights--options {
    flex-direction: column;
    grid-gap: 40px;
    align-items: center;
    margin-bottom: 70px;
}
}
.insights .insights--content .insights--options .insights--option {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.insights .insights--content .insights--options .insights--option .insights--option-svg {
  margin-bottom: 50px;
}
.insights .insights--content .insights--options .insights--option .insights--option-btn {
  width: 100%;
}

/*# sourceMappingURL=546.c08cf272.css.map*/