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