.container-menu-mobile .component-content .title-section {
  display: none;
}

body.on-page-editor .container-menu-mobile .component-content .title-section {
  display: block;
  opacity: 0.3;
}

.container .container-menu-mobile {
  padding: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.container .container-menu-mobile > .component-content {
  padding: 48px 70px;
  padding-left: 0px;
  padding-top: 0px;
}

@media screen and (max-width: 1199.98px) {
  .container .container-menu-mobile > .component-content {
    padding: 24px 12px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 767.98px) {
  .container-menu-mobile .component-content .title-section {
    display: block;
    position: relative;
    border-bottom: 1px solid #C8CBCD;
    border-top: 1px solid #C8CBCD;
    padding: 12px 0px;
    padding-right: 32px;
    font-size: 18px;
    line-height: 27px;
    position: relative;
    position: relative;
  }
  .container-menu-mobile .component-content .title-section::before {
    content: "";
    position: absolute;
    background-image: url(../images/icons/next-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    height: 24px;
    width: 24px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .container-menu-mobile .component-content .title-section:hover::before {
    background-image: url(../images/icons/next-lighter-green.svg);
  }
  .container-menu-mobile .component-content .title-section:active::before {
    background-image: url(../images/icons/next-darker-green.svg);
  }
  .container-menu-mobile .component-content .title-section::after {
    content: "";
    position: absolute;
    background-image: url(../images/icons/close-v2-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    height: 24px;
    width: 24px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .container-menu-mobile .component-content .title-section:hover::after {
    background-image: url(../images/icons/close-v2-lighter-green.svg);
  }
  .container-menu-mobile .component-content .title-section:active::after {
    background-image: url(../images/icons/close-v2-darker-green.svg);
  }
  .container-menu-mobile .component-content .title-section::before, .container-menu-mobile .component-content .title-section::after {
    right: 0px;
    left: inherit;
  }
  .container-menu-mobile .component-content .title-section::before {
    right: 5px;
  }
  .container-menu-mobile .component-content .title-section::after {
    opacity: 0;
  }
  .container-menu-mobile .component-content .title-section:hover {
    cursor: pointer;
  }
  .container-menu-mobile .component-content .content-section {
    max-height: 0px;
    overflow: visible;
    z-index: 10;
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
  .container-menu-mobile.active .component-content .title-section::after {
    opacity: 1;
  }
  .container-menu-mobile.active .component-content .title-section::before {
    opacity: 0;
  }
  .container-menu-mobile.active .component-content .content-section {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    max-height: 1000px;
  }
}
