.comeet {
  padding: 120px 30px 105px;
  display: flex;
  justify-content: center;
}
.comeet__container {
  max-width: 930px;
  width: 100%;
}
.comeet__sup {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.08rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  color: #0A2144;
}
.comeet__title {
  font-weight: bold;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: -1.8px;
  text-align: center;
  margin-bottom: 100px;
}
.comeet .comeet-u-1-2 {
  width: 100%;
}
.comeet .comeet-outer-wrapper .comeet-groups-list .comeet-group-name, 
.comeet .comeet-outer-wrapper .comeet-groups-list .comeet-group-name a {
  color: #0A2144;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
}
.comeet .comeet-group-name span {
  display: inline-block;
  width: 30px;
  background: rgba(181, 205, 255, 0.4);
  border-radius: 7px;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  color: #2671FF;
  text-align: center;
  padding: 4px 0 3px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.comeet .comeet-list li {
  margin-bottom: 0;
}
.comeet .comeet-outer-wrapper .comeet-groups-list .comeet-list {
  /* margin-bottom: 50px; */
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
}
.comeet .comeet-outer-wrapper .comeet-groups-list .comeet-list .comeet-positions-list {
  padding-top: 30px;
  padding-bottom: 110px;
  width: 100%;
}
.comeet li a.comeet-position {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 34px 10px;
}
.comeet .comeet-outer-wrapper .comeet-groups-list .comeet-list .comeet-positions-list .comeet-position .comeet-position-meta {
  width: 200px;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  color: #98A6B2;
}
.comeet .comeet-position-name {
  flex: 1;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #0B1627;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comeet .group-name-link {
  pointer-events: none;
}
.comeet .comeet-social {
  display: none;
}
.share-buttons {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.share-buttons__list {
  margin-left: 32px;
}
.share-buttons__list:first-child {
  margin-left: 0;
}
.plus-minus-toggle {
  cursor: pointer;
  height: 24px;
  position: relative;
  width: 24px;
  background: #FFFFFF;
  border: 1px solid #728799;
  box-sizing: border-box;
  border-radius: 40px;
  display: inline-block;
  margin-right: 24px;
}
.plus-minus-toggle:before,
.plus-minus-toggle:after {
  background: #728799;
  content: '';
  height: 1px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 10px;
  transition: transform 200ms ease;
}
.plus-minus-toggle:after {
  transform-origin: center;
}
.plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .comeet {
    padding: 80px 30px 30px;
  }
  .comeet__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .comeet__title,
  .commeet__sup {
    text-align: left;
  }
  .comeet li a.comeet-position {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 20px 10px;
  }
  .comeet .comeet-outer-wrapper .comeet-groups-list .comeet-list .comeet-positions-list {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .comeet .comeet-outer-wrapper .comeet-groups-list .comeet-group-name, .comeet .comeet-outer-wrapper .comeet-groups-list .comeet-group-name a {
    font-size: 16px;
    margin-right: 10px;
  }
  .comeet .comeet-outer-wrapper .comeet-groups-list .comeet-list .comeet-positions-list .comeet-position .comeet-position-meta {
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 7px;
    width: 100%;
  }
  .comeet .comeet-position-name {
    font-size: 14px;
    line-height: 130%;
    flex-wrap: wrap;
  }
  .comeet .right-arrow-link {
    flex: 100%;
    margin-top: 15px;
  }
  .comeet__social {
    margin-top: 40px;
  }
}
.comeet__social .share-buttons__item svg path {
  transition: all 0.2s ease-in-out;
}
.comeet__social .share-buttons__item:hover svg path {
  fill: #fff;
  transition: all 0.2s ease-in-out;
}
.comeet__social .share-buttons__item svg circle {
  transition: all 0.2s ease-in-out;
}
.comeet__social .share-buttons__item:hover svg circle {
  fill: #0B1627;
  transition: all 0.2s ease-in-out;
}