.panel-1-wrapper {

  width: 100%;
  margin-top: 50px;

}

.panel-1-menu-items {

  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;

}

.panel-1-menu-items .panel-1-menu-item {

  width: 100%;
  height: 50px;
  max-width: 200px;
  border-bottom: 1px solid black;
  margin-right: 20px;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;

}

.panel-1-menu-item .panel-1-title {

  font-weight: 200;
  color: black;

}

.panel-1-menu-item .panel-1-icon {

  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 20px;

}

.active-panel-item {

  border-bottom: 1px solid #97C7A6 !important;

}

.active-panel-item .panel-1-title {

  color: #97C7A6;

}

.panel-1-content-sections {

  width: 100%;
  margin-top: 30px;

}

.panel-1-content-section {

  display: none;
  width: 50%;

}

.panel-right {

  background-image: url('../../../../images/icons/arrow-right-black.svg');
  width: 15px;
  height: 15px;
  margin-left: 0px;
  margin-top: 0px;

}

.panel-left {

  background-image: url('../../../../images/icons/arrow-left-black.svg');
  width: 15px;
  height: 15px;
  left: -30px;
  margin-top: 0px;

}
