.A1kMS {
  display: flex;
  margin-bottom: 58px;
}

.TqMBO {
  margin-left: 35px;
  /* max-width: 375px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.tJGuV {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
}

.tJGuV:hover {
  cursor: pointer;
}

.bPxmJ {
  font-size: 32px;
}

.dPABh {
  font-size: 14px;
  text-align: justify;
}

.sbtwm {
  display: flex;
  align-items: center;
  color: #a41444;
  cursor: pointer;
  font-size: 16px;
  margin-right: 20px;
}

.sbtwm:hover {
  color: #e01b5d;
}

.sbtwm:active {
  color: #87163c;
}

.sbtwm > svg {
  stroke: #a41444;
}

.sbtwm:hover > svg {
  stroke: #e01b5d;
}

.sbtwm:active > svg {
  stroke: #87163c;
}

@media (max-width: 720px) {
  .A1kMS {
    flex-direction: column;
  }

  .TqMBO {
    margin-left: 0px;
    gap: 15px;
  }

  .bPxmJ {
    font-size: 20px;
    font-weight: 600;
    order: -1;
    margin: 15px 0;
  }

  .sbtwm {
    font-size: 14px;
  }
}

.RKMOy {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
  overflow-y: scroll;

  /*zero scrollbar styles*/
  -ms-overflow-style: none; /*IE 10+*/
  scrollbar-width: none; /*Firefox;*/

  &::-webkit-scrollbar {
    display: none; /*Safari and Chrome*/
  }
}

._tHDY {
  font-size: 16px;
  font-variant: all-small-caps;
  cursor: pointer;
  padding: 0 10px 10px;
  white-space: nowrap;
}

.T90E0 {
  color: #a41444;
  border-bottom: 1px solid #a41444;
  z-index: 1;
}

.EwKQ6 {
  /* position: absolute; */
  /* bottom: 4px; */
  margin: 0 20px;
  /* width: calc(80% - 40px); */
  height: 1px;
  z-index: 0;
  border-bottom: 1px solid #d9d9d9;
  margin-top: -25px;
}

