.simple_banner_container {
  background-color: #3339f1;
  padding: 80px 0;
}
.simple_banner_container .simple_banner_title {
  font-size: 56px;
  line-height: 72px;
  margin-bottom: 48px;
  text-align: center;
  color: #fff;
}
.simple_banner_container .button_container {
  text-align: center;
}
.simple_banner_container.black_bg {
  background-color: #14151f;
}
.simple_banner_container.black_bg.dark_blue {
  background-color: #14151f;
}
.simple_banner_container.black_bg .simple_banner_title {
  font-size: 40px;
  line-height: 52px;
}
.simple_banner_container.black_bg .description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
}
.simple_banner_container .buttons-container {
  justify-content: center;
}