.sw-title:target::before {
    content: "» ";
}
.sw-title:target::after {
    content: " «";
}

.sw-container {
    display: flex;
    flex-direction: row-reverse;
}

.sw-img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 30%;
    max-width: 50%;
}

.sw-img {
    width: 90%;
}

.sw-text {
}

@media screen and (max-width: 1125px) {
  .sw-container {
    display: inline;
  }
}
