.se {
  position: relative;
}

.se-top {
  max-width: 53.625rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5.5rem;
}

@media (min-width: 992px) {
  .se-top {
    margin-bottom: 9.8125rem;
  }
}

.se-top h3 {
  font-size: 3.375rem;
  margin-bottom: 2.5rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .se-top h3 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}

.se-top p {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.1;
}

@media (min-width: 992px) {
  .se .row {
    --bs-gutter-x: 6.6875rem;
  }
}

.se-box {
  border-bottom: 1px solid var(--blue);
  margin-bottom: 2.0625rem;
  padding-bottom: 2.0625rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.se-box h4 {
  font-size: 2.1875rem;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .se-box h4 {
    font-size: 2.5rem;
  }
}

.se-box h4 svg {
  -ms-flex: 0 0 1.5625rem;
      flex: 0 0 1.5625rem;
  width: .6875rem;
  height: 1.1875rem;
  margin-top: .3125rem;
  transition: all 0.3s ease;
}

.se-box p {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 2.5625rem;
  margin-bottom: .625rem;
  height: 0;
  line-height: 1.1;
  display: none;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.se-box.preactive svg {
  transform: rotate(90deg);
}

.se-box.preactive p {
  height: auto;
  display: block;
}

.se-box.active p {
  opacity: 1;
  height: auto;
  transform: none;
}

.se-btn {
  position: relative;
  margin-top: 6.875rem;
  margin-bottom: 6.875rem;
}

@media (min-width: 992px) {
  .se-btn {
    margin-top: 9.375rem;
  }
}

.se-btn svg {
  width: 23.3125rem;
  margin: 0 auto;
  position: absolute;
  top: -6rem;
  left: 0;
  right: 0;
  z-index: -1;
}

.se-btn a {
  display: inline-block;
  font-size: 1rem;
  line-height: .875rem;
  font-weight: 600;
  padding: 1.4375rem 4.7rem;
  text-transform: uppercase;
  color: var(--white);
  background: var(--blue);
  border: 1px solid var(--white);
  border-radius: 99px;
  transition: all 0.3s ease-in-out;
}

.se-btn a:hover {
  color: var(--blue);
  background: var(--white);
  border-color: var(--blue);
}
