*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  max-width: 480px !important;
  width: 100%;
  margin: 0 auto;
}

html,
body {
  font-family: sans-serif;
}

img {
  max-width: 360px !important;
  height: 100%;
}

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.before-after {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.before-after img {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.before-after .title {
  margin-top: 40px;
  font-weight: 500;
  text-align: center;
}
