.support-tickets-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support-tickets-title__left {
  font-size: x-large;
  margin: 15px 0;
  font-weight: bold;
}
.support-tickets-title__right {
  margin: 15px 0;
}
.support-tickets-before {
  padding: 20px;
  background-color: rgba(255, 195, 0, 0.1);
  border-radius: 8px;
  float: right;
  margin-bottom: 20px;
}
.support-tickets-before__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: black;
}
.support-tickets-before ol {
  padding-left: 20px;
}
.support-tickets-before li {
  margin: 20px 16px 8px 16px;
  list-style-type: none;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.support-tickets-before li a {
  text-decoration: underline;
}
.support-tickets-before li:before {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  content: "1";
  position: absolute;
  left: 20px;
  background-color: #FFD95F;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: white;
  text-align: center;
}
.support-tickets-before li:nth-child(2):before {
  content: "2";
}
.support-tickets-before li:nth-child(3):before {
  content: "3";
  margin-top: -2px;
}
.support-tickets-topics {
  padding-left: 0;
}
@media only screen and (max-width: 40.062em) {
  .support-tickets-topics {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 40.063em) {
  .support-tickets-topics {
    padding-right: 20px;
  }
}
.support-tickets-topics a {
  text-decoration: unset;
}
.support-tickets-topics a:hover {
  background-color: #F4F5F7;
}
.support-tickets-topics__topic {
  color: black;
  font: normal normal bold 16px/24px Roboto;
  display: flex;
  padding: 20px;
  border: solid 1px #D9DCE0;
  border-radius: 8px;
  margin-bottom: 10px;
}
.support-tickets-topics__topic__question {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.support-tickets-topics__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.support-tickets-topics__content__left {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
}
@media only screen and (max-width: 40.062em) {
  .support-tickets-topics__content__left {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 40.063em) {
  .support-tickets-topics__content__left {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 40.062em) {
  .support-tickets-topics__content__left__image {
    margin-bottom: 10px;
    margin-right: 250px;
  }
}
@media only screen and (min-width: 40.063em) {
  .support-tickets-topics__content__left__image {
    margin-bottom: 0px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 40.062em) {
  .support-tickets-topics__content__left__title {
    margin-right: -32px;
  }
}
@media only screen and (min-width: 40.063em) {
  .support-tickets-topics__content__left__title {
    margin-right: 0px;
  }
}
.support-tickets-topics__content__right {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: end;
  height: 100%;
}
.support-tickets-topics__content__right__image {
  width: 32px;
  height: 32px;
  margin-top: -3px;
}
