.hero__support {
  background: linear-gradient(90deg, #5983b4 0%, #f08bbc 100%);
  padding: 56px 0;
}
.hero__support .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero__support .container h1 {
  color: #ffffff;
  font-family: "1FTV VIP Classico URW Bold";
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.5%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -6px;
}

.hero__support .container p {
  font-family: "1FTV VIP Classico URW";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
.content__editor {
  font-family: "1FTV VIP Classico URW";
  color: #0a4670;
}
.content__editor p,
.content__editor strong,
.content__editor span {
  margin-top: 10px;
}
.content__support__section {
  padding: 0 0 72px 0;
}
.content__support__section .row {
  background: none;
}
.sidebar__support {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #0a45704d;;
  align-self: start;
}
.sidebar__support a {
  font-family: "1FTV VIP Classico URW";
  text-decoration: none;
}
.sidebar__support a h3 {
  font-family: "1FTV VIP Classico URW";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 12px 20px;
  border-radius: 10px;
  color: #005e9a;
}
.sidebar__support a h3.active {
  background: linear-gradient(90deg, #5983b4 0%, #f08bbc 100%);
  color: #ffffff;
}

.content__support .content {
  display: none;
}
.content__support .content h2 {
  font-family: "1FTV VIP Classico URW Bold";
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #005e9a;
  text-transform: capitalize;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .hero__support {
    padding: 30px 0;
  }
  .hero__support .container p {
    font-size: 14px;
  }
  .hero__support .container h1 {
    font-size: 24px;
  }
  .content__support .content h2 {
    font-size: 22px;
  }
  .content__support__section {
    padding: 0 10px 40px 10px;
  }
  .sidebar__support a h3 {
    font-size: 14px !important;
  }
  .content__support {
    margin-top: 30px;
  }
}
