.main {
  position: relative;
  background: #ffffff; }

.main section {
  position: relative; }

.main section.slogan {
  background: url("../assets/background.png"), var(--primary-dark) !important;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 0;
  text-align: center;
  z-index: 3; }

.main section.slogan .title {
  line-height: 1.5em;
  font-size: 48px; }

.main section.slogan .subtitle {
  line-height: 1.5em;
  font-weight: 300;
  font-size: 28px; }

@media (max-width: 768px) {
  .main section.slogan .title {
    font-size: 30px;
    line-height: 1.2em; }
  .main section.slogan .subtitle {
    font-size: 22px;
    line-height: 1.2em; } }

.main section.questions {
  background: var(--primary-light); }

.main section.questions .container {
  max-width: 900px;
  width: 95%;
  padding: 25px 0; }

.main section.questions .card {
  border-radius: 25px;
  background: var(--primary-dark);
  border: none;
  position: relative;
  z-index: 1; }

.main section.questions .card-header {
  background: transparent;
  border-radius: inherit;
  border-bottom: none; }

.main section.questions .card .body {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: white;
  color: var(--primary-dark); }

.main section.questions .question {
  color: white;
  font-size: 24px;
  line-height: 1.6;
  font-size: 1.2rem; }

.main section.questions .question .btn {
  white-space: normal;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  border-bottom: none;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.main section.questions .question .btn .icon {
  transform: rotate(0deg);
  transition: 0.5s;
  font-size: 24px; }

.main section.questions .question .btn.collapsed .icon {
  transform: rotate(180deg); }

.main section.questions .response {
  letter-spacing: -.18px;
  line-height: 1.6;
  font-size: 1rem;
  padding: 20px;
  margin-bottom: 0; }

.main section.questions ul {
  padding-left: 40px !important; }

.main section.questions .circle {
  position: absolute;
  width: 30%;
  z-index: 0; }

.main section.questions .circle:nth-child(1n) {
  right: -15%;
  top: -15%;
  transform: scaleX(-1); }

.main section.questions .circle:nth-child(2n + 1) {
  left: -15%;
  top: 25%;
  transform: scaleX(1); }

.main section.questions .circle:nth-child(3n + 1) {
  right: -15%;
  top: 70%;
  transform: scaleX(-1); }

.main section.questions .cloud {
  width: 15vw;
  z-index: 0; }

.main section.questions .cloud-top-left {
  position: absolute;
  left: 25px;
  top: 10%;
  transform: scaleX(-1); }

.main section.questions .cloud-middle-left {
  position: absolute;
  left: 25px;
  top: 75%;
  transform: scaleX(-1); }

.main section.questions .cloud-top-right {
  position: absolute;
  right: -15px;
  top: 47.5%; }

.main section.questions .cloud-bottom-right {
  z-index: 2;
  right: 5%;
  bottom: 10px;
  position: absolute;
  transform: scaleX(-1.2) scaleY(1.2); }

a, a:hover {
  color: inherit;
  text-decoration: none;
  transition: 0.5s; }

a:hover {
  opacity: 0.9; }
