.adv-drop {
   padding-top: 100px;
   padding-bottom: 100px;
}
.adv-drop-title {
   color: #111111;
   font-size: 36px;
   font-style: normal;
   font-weight: 500;
   line-height: 130%; 
   margin-bottom: 72px;
   text-align: center;
}
.adv-drop-flex {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.adv-drop-column {
   width: calc(50% - 16px);
}
.adv-drop-item {
   width: 100%;
   padding-bottom: 32px;
   margin-bottom: 40px;
   border-bottom: 1px solid #E8E8E8;
   cursor: pointer;
}
.adv-drop-item:last-child {
   margin-bottom: 0px;
}
.adv-drop-item-header {
   padding-left: 25px;
   color: #111;
   font-size: 28px;
   font-style: normal;
   font-weight: 500;
   line-height: 120%;
   position: relative;
   padding-right: 40px;
}
.adv-drop-item-header:before {
   content:'';
   display: block;
   position: absolute;
   top: 8px;
   left: 0px;
   width: 12px;
   height: 12px;
   background: #FFF337;
   border-radius: 100%;
}
.adv-drop-item-header:after {
   content:'';
   display: block;
   position: absolute;
   top: 0px;
   right: 0px;
   width: 32px;
   height: 32px;
   transition: 0.25s;
   transform-origin: center;
   background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTJMMTYgMjBMMjQgMTIiIHN0cm9rZT0iIzExMTExMSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}
.adv-drop-item-body {
   max-height: 0px;
   overflow: hidden;
   transition: 0.25s;
   color: #888;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 26px; 
   padding-left: 25px;
}
.adv-drop-item.active .adv-drop-item-body {
   margin-top: 24px;
   max-height: 550px;
}
.adv-drop-item.active .adv-drop-item-header:after {
   transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
   .adv-drop {
      padding-top: 80px;
      padding-bottom: 80px;
   }
   .adv-drop-title {
      margin-bottom: 48px;
      font-size: 32px;
      font-style: normal;
      font-weight: 500;
      line-height: 130%;
   }
   .adv-drop-flex {
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }
   .adv-drop-column {
      width: 100%;
      margin-bottom: 32px;
   }
   .adv-drop-column:last-child {
      margin-bottom: 0px;
   }
   .adv-drop-item-header{ 
      font-size: 26px;
      font-style: normal;
      font-weight: 500;
      line-height: 120%;
      padding-left: 20px;
   }
   .adv-drop-item-body {
      padding-left: 0px;
   }
   .adv-drop-item-header:before {
      width: 8px;
      height: 8px;
      top: 12px;
   }
   .adv-drop-item {
      margin-bottom: 32px;
   }
}
.adv-drop.full-width {
   padding: 0;
   margin: 92px 0;
}

.adv-drop.full-width .adv-drop-column {
   width: 100%;
}

.adv-drop.full-width .adv-drop-column:nth-of-type(1) .adv-drop-item:nth-of-type(1) {
   padding-top: 0;
}

.adv-drop.full-width .adv-drop-item-header {
   font-size: 18px;
   line-height: 150%;
}

.adv-drop.full-width .adv-drop-item {
   padding: 20px 0;
   margin-bottom: 0;
}

.adv-drop.full-width .adv-drop-item-header:before {
   width: 8px;
   height: 8px;
}

.adv-drop.full-width .adv-drop-item-header:after {
   top: -5px;
}

.adv-drop.full-width .adv-drop-title {
   margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
   .adv-drop.full-width .adv-drop-item-header {
      padding-left: 25px;
   }

   .adv-drop.full-width .adv-drop-item-header:before {
      top: 8px;
   }

   .adv-drop.full-width .adv-drop-item {
      padding: 32px 0;
   }

   .adv-drop.full-width .adv-drop-column {
      margin-bottom: 0;
   }

   .adv-drop.full-width {
      margin: 80px 0;
   }
}