.swsizeguide {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.swsizeguide a {
  display: flex;
  gap: 10px;
}
.swsizeguide a i {
  margin-top: auto;
  margin-bottom: auto;
}
.swsizeGuideModal .modal-dialog {
  min-width: 80%;
}

.swsizeGuideModalContent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .swsizeguide {
    justify-self: center;
    width: fit-content;
    min-width: 50%;
    max-width: 70%;
  }
}
