 .header-blog-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.img-35 {
  max-width: 35%;
  margin: auto;
}

.wrapper {
  background-color: #262626 !important;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
  box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
  border-bottom: 2px solid #262626;
  border-top: 1px solid #262626;
  box-shadow: 0 1px 0 2px #262626;
  color: #FAFAFA;
}

.container-slide img {width: 100%}

.toggle {
    width: 100%;
    padding: 10px 20px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: #FAFAFA;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding-left: 57px;
    transition: color .3s ease;
}
.content-- {
    position: relative;
    font-size: 15px;
    text-align: justify;
    line-height: 17px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding: 0px 20px;
    background: #3E3E3E;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.questions__separator {
  border: 2px solid #515160;
  border-radius: 100%;
  flex-shrink: 0;
  height: 22px;
  left: 19px;
  position: absolute;
  top: 7px;
  transition: border-color .3s ease;
  width: 22px;
}

.rotate {
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

.questions-line {
  background-color: #cdcdcf;
  height: 2px;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.questions__separator .container-line {
  position: relative;
  width: 100%;
  height: 100%;
}

.questions__separator-line:first-child {
  transition: opacity .3s ease;
}
.questions__separator-line {
  background-color: #cdcdcf;
  display: inline-block;
  height: 10px;
  left: 10px;
  position: absolute;
  top: 6px;
  width: 2px;
  z-index: 1;
}

.questions__separator-line:nth-child(2) {
  height: 2px;
  left: 6px;
  top: 10px;
  transition: background-color .3s ease;
  width: 10px;
}


.header-blog-back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
}

.header-blog-title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.header-blog-title:hover i {
  margin-right: 15px;
}

.sticky {
  position: sticky !important;
  top: 85px;
}

.line-height p {
  line-height: 20px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.swiper-container {
    max-width: 100%;
    overflow: hidden;
}

.line {
  max-width: 95%;
  margin: auto;
  background: #A3A3A3;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.img-article {
  padding-left: 7%;
  padding-right: 7%;
  margin-top: 20px;
}

.img-article img {
  width: 100%;
}

.reduce {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.grid-content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
}

.article {
  max-width: 65%;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

.title-article {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
}

.other-container .title-slab {
  margin-top: initial !important;
  font-size: 20px !important;
}

.title-slab {
  margin-top: 10rem;
  font-weight: 501;
  font-size: 28px;
  line-height: 29px;
  color: #FAFAFA;
  text-align: center;
}

.article p {
  color: #A3A3A3;
}

.article h1 {
  color: #FAFAFA;
  font-size: 17px;
}

.article a {
  color: #E2B954;
  cursor: pointer;
  transition: .2s;
  display: inline-block;
  position: relative;
}

.article a:hover::after {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.article a:hover::after {
  content: "";
  transition: transform 250ms ease-in-out;
  display: block;
  border-bottom: 1px solid #E2B954;
}
.article a::after {
  content: "";
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  display: block;
  border-bottom: 1px solid #E2B954;
}

.nb {
  margin-left: 10px;
  counter-reset: item;
}

.nb li {
  counter-increment: item;
}

.nb li::before {
  content: counters(item, ".", decimal) ". ";
  flex-grow: 0;
  flex-shrink: 0;
  float: left;
  margin-right: 5px;
  color: #A3A3A3;
}

.dot {
  margin-left: 10px;
}

.dot li::before {
  content: "•";
  display: inline-block;
  margin-right: 5px;
  color: #A3A3A3;
}

li {
  color: #A3A3A3;
}

.article h2 {
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 10px;
  color: #FAFAFA;
}

.flex-who {
  display: flex;
  align-items: center;
}

.picture {
  max-width: 25%;
  padding: 12px;
  background: #121212;
  border-radius: 7px;
  margin-right: 10px;
}

.picture img {
  width: 100%;
}

.who-details {
  color: #A3A3A3;
  font-style: italic;
  font-size: 13px;
}

.who-details span {
  color: #FAFAFA;
  font-weight: 501;
  font-style: initial;
  font-size: 15px;
}

.who-details img {
  width: 14px;
  margin-left: 5px;
  margin-right: 2px;
}

.subline {
  display: flex;
  align-items: center;
}

.tosubtitle {
  border-top: 4px solid #FAFAFA;
  width: fit-content;
  padding-right: 30px;
  padding-top: 6px;
}

ul li:not(:last-child) {
  margin-bottom: 8px;
}

.swiper-container {
    width: 100% !important;
    max-width: 100vw;
    height: auto;
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    display: flex !important;
}

.swiper-slide {
    width: 100% !important;
    height: 100%;
}

.container-slide {
  padding-left: 7%;
  padding-right: 7%;
}

.swiper-pagination {
  margin-top: 20px;
}

.source {
  text-align: center;
  font-size: 15px;
  color: #A3A3A3;
  margin-top: 3px;
  margin-bottom: -7px;
}

.swiper-pagination-bullet {
  opacity: 1 !important;
  background: #2e2e2e !important;
}

.swiper-pagination-bullet-active {
  background: #121212 !important;
  opacity: 1 !important;
}

@media screen and (max-width: 1050px) {
  .article {
    max-width: 95%;
  }
}