@keyframes floatIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
h1 {
  text-align: center;
  margin: 1rem 0 1rem 0;
  font-size: 2rem;
  font-weight: 900;
  text-wrap: balance;
}
@media (min-width: 641px) and (max-width: 853px) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 854px) {
  h1 {
    font-size: 4.2rem;
  }
}

.background-color {
  background-color: #e1f0fa;
}

.booking-btn,
#jump-btn {
  background-color: #e30337;
  max-width: fit-content;
  min-width: 169px;
  border: 0;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.booking-btn:hover,
#jump-btn:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
}
@media (max-width: 403px) {
  .booking-btn,
  #jump-btn {
    padding: 10px 16px;
  }
}
@media (min-width: 404px) and (max-width: 640px) {
  .booking-btn,
  #jump-btn {
    padding: 10px 16px;
  }
}

.link-btn {
  display: block;
  width: fit-content;
  margin: 1rem auto 1rem;
  text-align: center;
  padding: 10px 20px;
  background-color: #54b2ee;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  border: none;
}
.link-btn:hover, .link-btn:focus {
  text-decoration: none !important;
  color: white;
}

.top-sctn {
  background-image: url("/static/repairapp/images/modern-kitchen-28.webp");
  background-size: cover;
  background-position: center;
}
@media (min-width: 404px) and (max-width: 640px) {
  .top-sctn {
    background-position: calc(50% + 220px) center;
  }
}
@media (max-width: 403px) {
  .top-sctn {
    background-position: calc(50% + 300px) center;
  }
}

.top-s-filter {
  border: none;
  background: rgba(0, 20, 38, 0.6);
}

.motto-sctn {
  font-size: 2.6rem;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  text-wrap: balance;
  color: white;
}
@media (max-width: 403px) {
  .motto-sctn {
    font-size: 2rem;
  }
}
@media (min-width: 404px) and (max-width: 640px) {
  .motto-sctn {
    font-size: 2.2rem;
  }
}

.top-banner-sctn {
  display: flex;
  flex-direction: column;
  opacity: 0;
  width: 100%;
  gap: 1.8rem;
  padding: 2.5rem;
  text-align: left;
  color: white;
  transform: translateX(30px);
  animation: floatIn 2s ease-out forwards;
}
@media (max-width: 403px) {
  .top-banner-sctn {
    padding: 1.5rem;
  }
}
@media (min-width: 854px) {
  .top-banner-sctn {
    padding: 3rem;
    width: 80%;
    align-self: flex-end;
    text-align: center;
  }
}
.top-banner-sctn h1 {
  text-align: left;
  margin: 1rem 0 1rem 0;
  font-size: 2.5rem;
}
@media (max-width: 403px) {
  .top-banner-sctn h1 {
    font-size: 2.3rem;
  }
}
@media (min-width: 641px) and (max-width: 853px) {
  .top-banner-sctn h1 {
    font-size: 3rem;
  }
}
@media (min-width: 854px) {
  .top-banner-sctn h1 {
    font-size: 4rem;
    text-align: center;
  }
}
.top-banner-sctn h2 {
  font-weight: 700;
  font-family: Rubik;
  font-size: 1.6rem;
  color: #9ce7fe;
}
@media (max-width: 403px) {
  .top-banner-sctn h2 {
    font-size: 1.4rem;
  }
}
.top-banner-sctn img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 404px) and (max-width: 640px) {
  .top-banner-sctn img {
    width: 500px;
    height: auto;
  }
}
@media (min-width: 854px) {
  .top-banner-sctn img {
    width: 536px;
    height: auto;
  }
}

.banner-welcome p {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1rem;
  text-rendering: optimizeSpeed;
  text-wrap: balance;
}
@media (max-width: 403px) {
  .banner-welcome p {
    font-size: 1rem;
  }
}
@media (min-width: 404px) and (max-width: 640px) {
  .banner-welcome p {
    font-size: 1rem;
  }
}

.booking-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 403px) {
  .booking-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.booking-buttons .booking-btn,
.booking-buttons #jump-btn {
  background-color: #e30337;
  max-width: fit-content;
  border: 0;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.booking-buttons .booking-btn:hover,
.booking-buttons #jump-btn:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
}
@media (min-width: 404px) and (max-width: 640px) {
  .booking-buttons .booking-btn,
  .booking-buttons #jump-btn {
    padding: 10px 16px;
  }
}

.intro-text-sctn {
  padding: 2rem;
  text-align: center;
  text-wrap: pretty;
}
@media (min-width: 854px) {
  .intro-text-sctn {
    width: 70%;
    margin: 0 auto;
  }
}

#reviews-sctn {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  gap: 3rem;
}
@media (min-width: 854px) {
  #reviews-sctn {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
#reviews-sctn p {
  margin: 0;
}
#reviews-sctn .g-rating-c-sctn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgb(211, 211, 211);
  box-shadow: 0 0.75em 1.5em -0.25em rgba(145, 158, 171, 0.1215686275), 0 0 0.125em 0 rgba(145, 158, 171, 0.2);
}
#reviews-sctn .g-rating-c-sctn a {
  display: block;
  width: fit-content;
  text-align: center;
  padding: 10px 20px;
  background-color: #54b2ee;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
@media (max-width: 525px) {
  #reviews-sctn .g-rating-c-sctn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#reviews-sctn .g-rating-flex-sctn {
  display: flex;
  flex-direction: row;
  align-items: last baseline;
}
#reviews-sctn .g-rating-flex-sctn i,
#reviews-sctn .g-rating-flex-sctn .g-rating {
  color: #f5c200;
  font-weight: 500;
  margin-right: 0.3rem;
}

.ha-rating-banner {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  justify-content: space-around;
  background-color: white;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgb(211, 211, 211);
  box-shadow: 0 0.75em 1.5em -0.25em rgba(145, 158, 171, 0.1215686275), 0 0 0.125em 0 rgba(145, 158, 171, 0.2);
}
@media (max-width: 669px) {
  .ha-rating-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.ha-rating-banner i {
  color: #f5c200;
  margin-right: 0.3rem;
  font-size: 2rem;
}
.ha-rating-banner .ha-imgs {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.ha-rating-banner .ha-imgs img {
  max-width: 100px;
}
.ha-rating-banner div {
  text-align: center;
}

.tile-msn {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background-color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 3rem;
  margin: 5rem 0 5rem 0;
}
.tile-msn p,
.tile-msn a {
  text-align: center;
}
@media (max-width: 403px) {
  .tile-msn {
    padding: 1.5rem;
  }
}
@media (min-width: 854px) {
  .tile-msn {
    display: flex;
    flex-direction: row;
  }
}
.tile-msn .left-fl-wu {
  flex: 1;
  align-content: center;
  order: 1;
}
.tile-msn .right-fl-wu {
  flex: 1;
  align-content: center;
  order: 2;
}
.tile-msn .left-fl-aic {
  flex: 1;
  align-content: center;
  order: 2;
}
.tile-msn .right-fl-aic {
  flex: 1;
  align-content: center;
  order: 1;
}
@media (min-width: 854px) {
  .tile-msn .left-fl-aic {
    order: 1;
  }
  .tile-msn .right-fl-aic {
    order: 2;
  }
}

.service-blocks-container {
  display: flex;
  flex-direction: row;
  text-align: center;
  flex-wrap: wrap;
  gap: 1rem;
  align-content: center;
  justify-content: center;
}
@media (min-width: 853px) and (max-width: 1024px) {
  .service-blocks-container {
    display: flex;
    flex-direction: column;
  }
}
.service-blocks-container .service-blocks {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 1rem;
  gap: 0.5rem;
  padding: 1rem;
  align-content: center;
  align-items: center;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 0.3s, box-shadow 0.3s;
}
@media (min-width: 1050px) and (max-width: 1545px) {
  .service-blocks-container .service-blocks {
    max-width: 48%;
  }
}
.service-blocks-container .service-blocks .why-expl {
  font-size: 14px;
  font-weight: 300;
  color: #2d262d;
}
.service-blocks-container .service-blocks i {
  color: rgb(132, 132, 132);
  font-size: 50px;
  height: auto;
  width: auto;
}
@media (max-width: 403px) {
  .service-blocks-container .service-blocks i {
    font-size: 40px;
  }
}
@media (min-width: 404px) and (max-width: 640px) {
  .service-blocks-container .service-blocks i {
    font-size: 12vw;
  }
}
@media (min-width: 641px) and (max-width: 853px) {
  .service-blocks-container .service-blocks i {
    font-size: 50px;
  }
}
@media (min-width: 854px) {
  .service-blocks-container .service-blocks i {
    font-size: 70px;
  }
}
.service-blocks-container .service-blocks p {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 403px) {
  .service-blocks-container .service-blocks p {
    font-size: 1rem;
  }
}
@media (min-width: 404px) and (max-width: 640px) {
  .service-blocks-container .service-blocks p {
    font-size: 1.2rem;
  }
}
@media (min-width: 641px) and (max-width: 853px) {
  .service-blocks-container .service-blocks p {
    font-size: 1.1rem;
  }
}
@media (min-width: 854px) {
  .service-blocks-container .service-blocks p {
    font-size: 1.2rem;
  }
}

.appl-icons-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 1rem;
}
.appl-icons-container .grid-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.appl-icons-container img {
  justify-self: center;
  align-self: center;
  cursor: pointer;
}
.appl-icons-container p {
  margin: 16px 0 16px 0 !important;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
}
@media (min-width: 404px) and (max-width: 640px) {
  .appl-icons-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}

.divider-cta-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  gap: 4rem;
}
@media (max-width: 403px) {
  .divider-cta-wrap {
    padding: 1.5rem;
  }
}
.divider-cta-wrap .booking-btn {
  font-size: 1.5rem;
}
@media (max-width: 403px) {
  .divider-cta-wrap .booking-btn {
    font-size: 1.2rem;
  }
}

.divider-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  align-items: center;
  align-content: center;
}
.divider-cta .divider-img-container {
  max-width: 550px;
  min-width: 275px;
}
.divider-cta .divider-img-container img {
  width: 100%;
}
@media (min-width: 854px) {
  .divider-cta {
    display: flex;
    flex-direction: row;
    flex: 2 1;
  }
}

.divider-fact-cta {
  max-width: 600px;
  flex: 2;
  gap: 3rem;
  margin: 2rem 0 2rem 0;
  align-items: center;
}

.floating-facts-container {
  display: flex;
  width: 100%;
  height: 300px;
  align-items: center;
}
@media (min-width: 404px) and (max-width: 640px) {
  .floating-facts-container {
    height: 250px;
  }
}

.floating-fact {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  position: absolute;
  font-size: 1.5rem;
  text-align: left;
  font-family: Rubik, sans-serif;
}

.floating-fact.active {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: floatIn 2s ease-out forwards;
}

.brands-list-sctn {
  background-color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 2rem;
  margin: 5rem 0 5rem 0;
}
@media (max-width: 403px) {
  .brands-list-sctn {
    padding: 1.5rem;
  }
}
.brands-list-sctn p,
.brands-list-sctn a {
  text-align: center;
}

.brand-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  text-align: center;
}
@media (min-width: 854px) {
  .brand-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.brand-list li {
  padding: 0.3rem 0;
}

.brands-slider {
  background: white;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 6rem;
  position: relative;
}
.brands-slider::before, .brands-slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 40%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.brands-slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.brands-slider::before {
  left: 0;
  top: 0;
}

#brands-logos-flex {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  animation: scroll 60s linear infinite;
  justify-content: flex-start;
  width: max-content;
  height: 6rem;
  position: relative;
}
#brands-logos-flex .b-logo-frame {
  padding: 0.3rem;
  display: flex;
  flex: 0 0 auto;
  width: 9rem;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#brands-logos-flex img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}

.request-f-fl {
  display: flex;
  justify-content: center;
  padding: 1.5rem;
  margin: 3rem 0 3rem 0;
  background-image: url("/static/repairapp/images/planes.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 403px) {
  .request-f-fl {
    padding: 1rem;
    background-image: none;
  }
}
@media (min-width: 404px) and (max-width: 640px) {
  .request-f-fl {
    background-image: none;
  }
}

.m-book-now {
  max-width: 400px;
  min-width: 280px;
  background-color: #54b2ee;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  padding: 1rem;
  color: white;
  margin-top: 2rem;
}
.m-book-now p {
  text-align: left !important;
  margin: 1rem 0 1rem 0;
  font-size: 1rem;
}
.m-book-now .nobr {
  white-space: nowrap;
}

#call-request-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#call-request-form label {
  margin: 0;
}
#call-request-form .form-row {
  display: flex !important;
  gap: 0.3rem;
  margin: 0;
}
#call-request-form .form-group {
  flex: 1;
  margin: 0 !important;
}
#call-request-form input,
#call-request-form select,
#call-request-form textarea {
  border: 0;
  outline: 0;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  padding: 0.3rem;
}
#call-request-form input::placeholder,
#call-request-form select::placeholder,
#call-request-form textarea::placeholder {
  font-size: 1rem;
  cursor: text;
}
#call-request-form .submit-call-btn {
  width: 100px;
  background-color: #ffffff;
  color: black !important;
  border: 0;
  border-radius: 56px;
  cursor: pointer;
  padding: 8px 10px;
  font-weight: 400;
}
#call-request-form .submit-call-btn:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
}

#loading-button {
  width: 150px !important;
  background-color: #ffffff;
  color: black !important;
  border: 0;
  border-radius: 56px;
  cursor: pointer;
  padding: 8px 10px;
}

@media (max-width: 403px) {
  .g-recaptcha {
    transform: scale(0.75);
    transform-origin: 0 0;
    width: 100% !important;
  }
}
@media (min-width: 404px) and (max-width: 640px) {
  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
    width: 100% !important;
  }
}
@media (min-width: 641px) and (max-width: 853px) {
  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
    width: 100% !important;
  }
}

@media (max-width: 403px) {
  #call-request-error {
    font-size: 0.8rem !important;
  }
}

.faqs-section {
  padding: 2rem 1.5rem 2rem 1.5rem;
  margin: 3rem 0 3rem 0;
  background-color: white;
  text-wrap: balance;
}
.faqs-section h3 {
  margin: 1rem 0 1rem 0;
  font-weight: 700;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
}
@media (max-width: 403px) {
  .faqs-section {
    padding: 2rem 1rem 2rem 1rem;
  }
}

.bttm-sctn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 2rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}
@media (max-width: 403px) {
  .bttm-sctn {
    padding: 1.5rem;
  }
}
.bttm-sctn .mrtt-map-container {
  width: 100%;
  max-width: 280px;
  padding: 1rem;
  flex-shrink: 0;
}
.bttm-sctn .mrtt-map-container img {
  border-radius: 50%;
  image-rendering: optimizeQuality;
  width: 100%;
}
.bttm-sctn .h-p-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
  min-width: 270px;
  min-height: 230px;
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid rgb(211, 211, 211);
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
}
.bttm-sctn .h-p-flex h3 {
  margin: 1rem 0 1rem 0;
  font-weight: 500;
  font-size: 1.5rem;
}
.bttm-sctn .cards-img-container {
  width: 100%;
  max-height: 40px;
  overflow: hidden;
}
.bttm-sctn .cards-img-container img {
  max-width: 100%;
  max-height: 40px;
  object-fit: contain;
}
@media (min-width: 854px) {
  .bttm-sctn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

#location-carousel {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  overflow-x: auto !important;
  touch-action: pan-x;
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 1rem;
  gap: 1.1rem;
  padding: 1rem;
  scrollbar-width: thin;
  margin: 2rem 0 2rem 0;
}

#location-carousel-wrapper {
  position: relative;
  width: 100%;
}

.carousel-controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  pointer-events: none;
}
.carousel-controls #prev-location,
.carousel-controls #next-location {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  pointer-events: all;
  z-index: 1;
}

.location-tile-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  scroll-snap-align: center;
  background-color: white;
  border-radius: 1rem;
  border: 1px solid rgb(211, 211, 211);
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  padding: 1rem;
  height: 132px;
}
@media (max-width: 403px) {
  .location-tile-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    flex-shrink: 1;
    height: 175px;
  }
}
@media (min-width: 404px) and (max-width: 640px) {
  .location-tile-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    flex-shrink: 1;
    height: 155px;
  }
}
.location-tile-link a {
  font-size: 1.2rem;
  text-wrap: nowrap;
  text-align: center;
  margin: 1rem 1rem 0 1rem;
  text-decoration: none;
  color: black;
  cursor: pointer;
}
@media (min-width: 404px) and (max-width: 640px) {
  .location-tile-link a {
    font-size: 1rem;
  }
}
@media (max-width: 403px) {
  .location-tile-link a {
    font-size: 1rem;
  }
}
.location-tile-link .city-map-link {
  width: 120px;
  padding: 0 1rem 0 1rem;
  flex-shrink: 0;
}
@media (max-width: 403px) {
  .location-tile-link .city-map-link {
    width: 110px;
  }
}
.location-tile-link .city-map-link img {
  border-radius: 50%;
  image-rendering: optimizeQuality;
  width: 100%;
}

.schle-txt {
  padding: 3rem;
  text-align: center;
  text-wrap: pretty;
}
@media (max-width: 403px) {
  .schle-txt {
    padding: 1.5rem;
  }
}
.schle-txt h2 {
  font-size: 1.8rem;
  margin: 1rem 0 1rem 0;
}
@media (min-width: 854px) {
  .schle-txt h2 {
    font-size: 3.2rem;
  }
}

/*# sourceMappingURL=city_base.css.map */
