@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700&display=swap");
body {
  font-family: "Sen", sans-serif;
  color: #000000;
}

h1 {
  color: #2f84c4;
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 0 40px;
}

h2 {
  color: #273f7b;
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 0 40px;
}

h3 {
  color: #273f7b;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 0 13px;
}

p {
  color: #273f7b;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
}

p.big {
  color: #273f7b;
  font-size: 1.8rem;
  margin: 0;
}

@media only screen and (max-width: 550px) {
  h1 {
    font-size: 1.575rem;
    font-weight: 900;
  }

  h2 {
    margin-bottom: 40px;
    font-weight: 900;
  }

  h3 {
    font-size: 1.25rem;
  }

  p.big {
    font-size: 1rem;
  }
}
body {
  margin: 0;
  min-height: 100vh;
}

.dialog-off-canvas-main-canvas {
  position: relative;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.container-wide {
  width: 90%;
  max-width: 1827px;
  margin: auto;
}

.webform-confirmation-modal {
  max-width: 90vw;
}

.grecaptcha-badge {
  visibility: hidden;
}

.button {
  box-sizing: border-box;
  white-space: nowrap;
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  padding: 15px 60px;
  background: #2f84c4;
  border: none;
  cursor: pointer;
  display: inline-block;
}
.button:hover {
  background: #273f7b;
  text-decoration: none;
}

.button--yellow {
  color: #273f7b;
  background: #d3cf2f;
}
.button--yellow:hover {
  background: #939231;
}

@media only screen and (max-width: 550px) {
  .button {
    font-size: 1.25rem;
  }
}
.phone-widget {
  position: fixed;
  top: 150px;
  right: 0;
  background: #273f7b;
  padding: 0.7rem 2.7rem 0.7rem 0.7rem;
  border-radius: 33px;
  transform: translateX(11rem);
  transition: all 1s;
  display: flex;
  align-items: center;
  z-index: 1;
}
.phone-widget img {
  height: 30px;
  width: 30px;
  border: 3px solid #ffffff5e;
  border-radius: 100%;
  padding: 0.3em;
  margin-right: 1em;
}
.phone-widget a {
  color: #ffffff;
}
.phone-widget:hover {
  transform: translateX(2rem);
}

@media only screen and (max-width: 700px) {
  .phone-widget {
    display: none;
  }
}
.container-size-name h3 {
  font-size: 2.2rem;
}

.container-size-teaser {
  display: grid;
  box-sizing: border-box;
  border: 5px dashed #2f84c4;
  padding: 50px 30px;
  margin-bottom: 50px;
  grid-template-columns: 1fr 0.7fr;
  grid-column-gap: 25px;
  position: relative;
}
.container-size-teaser p {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 30px;
}
.container-size-teaser p span {
  color: #2f84c4;
}
.container-size-teaser p:last-child {
  margin: 0 0 100px;
}
.container-size-teaser .container-size-teaser__info {
  display: grid;
  grid-template-rows: auto 1fr;
}
.container-size-teaser .container-size-teaser__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.container-size-teaser .container-size-teaser__price-note {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.container-size-teaser .container-size-teaser__price-note p {
  margin: 0;
  font-size: 1.2rem;
}

.container-size-teaser.is-active {
  display: grid;
}

@media only screen and (max-width: 550px) {
  .container-size-teaser {
    grid-template-columns: 1fr;
    border: none;
    padding: 0;
  }
  .container-size-teaser p {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .container-size-teaser p:last-child {
    margin-bottom: 20px;
  }
  .container-size-teaser .container-size-teaser__info {
    border: 5px dashed #2f84c4;
    padding: 30px;
  }
  .container-size-teaser .container-size-teaser__img {
    grid-row: 2;
    margin-top: 40px;
  }
  .container-size-teaser .container-size-teaser__price-note {
    position: initial;
    grid-row: 2;
  }
  .container-size-teaser .container-size-teaser__price-note p {
    margin: 0 0 20px;
  }
}
.contact-banner {
  margin: 0 auto 150px;
  background: url("/themes/custom/awesome/src/images/hero-bg.jpeg") no-repeat center 69%/cover;
  max-width: 2000px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.contact-banner:after {
  content: "";
  clear: both;
  display: block;
}

.contact-banner__place {
  padding-bottom: 40%;
  float: left;
}

.contact-banner__content {
  background: rgba(237, 236, 232, 0.9);
  padding: 50px 60px;
  box-sizing: border-box;
  text-align: center;
  margin: 30px;
}
.contact-banner__content h1 {
  font-size: 2rem;
  margin: 0 0 10px;
}
.contact-banner__content p.big {
  color: #2f84c4;
  margin: 0 0 30px;
  font-size: 1.5rem;
}
.contact-banner__content .button {
  font-size: 1.2rem;
}

@media only screen and (max-width: 1160px) {
  .contact-banner__content {
    padding: 30px 60px;
  }
}
@media only screen and (max-width: 966px) {
  .contact-banner__content {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 839px) {
  .contact-banner__content {
    margin: 10px;
  }
  .contact-banner__content h1 {
    font-size: 1.6rem;
  }
  .contact-banner__content p.big {
    font-size: 1.3rem;
  }
  .contact-banner__content .button {
    font-size: 1rem;
  }

  .contact-banner__place {
    padding-bottom: 46%;
  }
}
@media only screen and (max-width: 600px) {
  .contact-banner__content {
    padding: 10px 30px;
  }
  .contact-banner__content h1 {
    font-size: 0.7rem;
  }
  .contact-banner__content p.big {
    font-size: 0.6rem;
    margin: 0 0 20px;
  }
  .contact-banner__content .button {
    font-size: 0.6rem;
    padding: 10px 20px;
  }

  .contact-banner__place {
    padding-bottom: 55%;
  }
}
@media only screen and (max-width: 810px) {
  .contact-banner {
    margin-bottom: 50px;
  }
}
.map-banner {
  margin-bottom: 100px;
}

@media only screen and (max-width: 550px) {
  .map-banner {
    margin-bottom: 70px;
  }
}
.prices {
  margin-bottom: 150px;
}

.table .tablefield {
  margin: 0 auto 40px;
  border-collapse: collapse;
  width: 100%;
}
.table caption {
  display: none;
}
.table th, .table td {
  padding: 20px 15px;
  border: 4px dashed #273f7b;
  color: #273f7b;
  font-size: 1.375rem;
  text-align: left;
}

.how-it-works {
  margin-bottom: 100px;
  background: rgba(224, 224, 224, 0.31);
  padding: 50px 0;
}
.how-it-works h2 {
  margin-bottom: 100px;
}
.how-it-works .how-it-works__grid {
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px 60px;
}
.how-it-works .how-it-works__teaser {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s linear;
}
.how-it-works .how-it-works__teaser:hover {
  transform: scale(1.05);
  transition: all 0.3s linear;
}
.how-it-works .how-it-works__number {
  flex-shrink: 0;
  margin-right: 34px;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: url("/themes/custom/awesome/src/images/circle-bg.svg") no-repeat center/cover;
  color: #273f7b;
  font-size: 3.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
@media only screen and (max-width: 550px) {
  .how-it-works {
    margin-bottom: 75px;
  }
  .how-it-works h2 {
    margin-bottom: 80px;
  }
  .how-it-works .how-it-works__grid {
    grid-template-columns: 1fr;
    padding: 0 18px;
    grid-gap: 70px;
  }
  .how-it-works .placeholder {
    display: none;
  }
  .how-it-works .how-it-works__number {
    width: 65px;
    height: 65px;
    margin-right: 24px;
    font-size: 1.5rem;
  }
  .how-it-works .how-it-works__text {
    font-size: 1.3rem;
  }
}
.warehouse {
  margin-bottom: 150px;
}
.warehouse h2 {
  margin: 0 0 100px;
}
.warehouse .warehouse__filter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.warehouse .warehouse__filter h2 {
  margin: 0 25px 50px;
  cursor: pointer;
}
.warehouse .warehouse__filter h2.is-active {
  color: #2f84c4;
  text-decoration: underline;
}

@media only screen and (max-width: 550px) {
  .warehouse {
    margin-bottom: 50px;
  }
  .warehouse h2 {
    margin-bottom: 40px;
  }
  .warehouse .warehouse__filter h2 {
    font-size: 1.25rem;
  }
}
.why-us {
  margin-bottom: 100px;
}
.why-us p.big {
  margin: 0 auto 150px;
}
.why-us .why-us__grid {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 140px;
}
.why-us .why-us__teaser {
  box-sizing: border-box;
  padding-top: 60px;
  border-top: 3px dashed #273f7b;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.why-us .why-us__icon {
  flex-shrink: 0;
}
.why-us .why-us__text p.big {
  margin: 0 auto 0;
}

@media only screen and (max-width: 550px) {
  .why-us {
    margin-bottom: 70px;
  }
  .why-us p.big {
    margin: 0 auto 84px;
  }
  .why-us .why-us__teaser--right {
    flex-direction: row-reverse;
  }
  .why-us .why-us__teaser--right img {
    margin: 0 0 0 35px !important;
  }
  .why-us .why-us__grid {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

  .why-us__teaser {
    padding-top: 50px;
  }
  .why-us__teaser p.big {
    margin-bottom: 0;
  }
}
.gallery {
  margin-bottom: 100px;
  background: rgba(224, 224, 224, 0.31);
  padding: 50px 0;
}
.gallery h2 {
  margin-bottom: 100px;
}
.gallery .gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 50px;
}

@media only screen and (max-width: 550px) {
  .gallery {
    margin-bottom: 70px;
  }
  .gallery h2 {
    margin-bottom: 50px;
  }
  .gallery .gallery__grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.webform {
  margin-bottom: 150px;
}
.webform h2 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 550px) {
  .webform {
    margin-bottom: 50px;
  }
  .webform h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
.contact-us-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 70px;
  max-width: 100%;
  margin: auto;
}
.contact-us-form input, .contact-us-form textarea {
  outline: none;
}
.contact-us-form .js-form-item input, .contact-us-form .js-form-item textarea {
  font-family: "Sen", sans-serif;
  border: 4px dashed #273f7b;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 15px;
  color: #273f7b;
  font-size: 1.375rem;
}
.contact-us-form .js-form-item input::placeholder, .contact-us-form .js-form-item textarea::placeholder {
  color: #273f7b;
  opacity: 1;
}
.contact-us-form .js-form-item input:-ms-input-placeholder, .contact-us-form .js-form-item textarea:-ms-input-placeholder {
  color: #273f7b;
}
.contact-us-form .js-form-item input::-ms-input-placeholder, .contact-us-form .js-form-item textarea::-ms-input-placeholder {
  color: #273f7b;
}
.contact-us-form .js-form-type-textarea {
  grid-column: 1/3;
}
.contact-us-form .js-form-type-textarea textarea {
  resize: none;
  min-height: 292px;
}
.contact-us-form .js-form-type-textarea .description {
  font-size: 0.687rem;
  margin-top: 12px;
  color: #273f7b;
  text-align: center;
}
.contact-us-form input.form-submit {
  grid-column: 1/3;
  width: fit-content;
  margin: auto;
  appearance: none;
  -webkit-appearance: none;
}

@media only screen and (max-width: 550px) {
  .contact-us-form {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
  .contact-us-form .js-form-type-textarea {
    grid-column: unset;
  }
  .contact-us-form input.form-submit {
    grid-column: unset;
  }
}
.contact {
  margin-bottom: 250px;
}
.contact h1 {
  color: #273f7b;
  margin-bottom: 68px;
}
.contact .contact__content {
  display: grid;
  grid-template-columns: 5fr 6fr;
  grid-gap: 60px;
}
.contact .contact__socials {
  display: flex;
}
.contact .contact__socials a {
  margin: 0 10px 0 0;
}
.contact .contact__text h3, .contact .contact__text a {
  color: #273f7b;
  font-size: 2.1rem;
  font-weight: 400;
  margin: 0 0 40px;
  display: block;
}
.contact .contact__text a:hover {
  text-decoration: none;
}
.contact .contact__text a:last-child {
  margin: 0;
}
.contact .contact__text h3 {
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .contact {
    margin-bottom: 50px;
  }
  .contact h1 {
    margin-bottom: 30px;
  }
  .contact .contact__content {
    grid-template-columns: 1fr;
  }
  .contact .contact__map {
    height: 400px;
  }
  .contact .contact__text h3, .contact .contact__text a {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.faq {
  margin-bottom: 150px;
}
.faq h1 {
  color: #273f7b;
  margin: 0 0 80px;
}

.faq-item .faq-item__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  cursor: pointer;
  margin-bottom: 55px;
}
.faq-item .faq-item__label .placeholder {
  flex-shrink: 0;
}
.faq-item .faq-item__label h2 {
  margin: 0;
}
.faq-item .faq-item__label div {
  width: 68px;
  height: 68px;
  margin-right: 30px;
  background: url("/themes/custom/awesome/src/images/faq-bg.svg") no-repeat center/contain;
  position: relative;
  box-sizing: border-box;
}
.faq-item .faq-item__label div:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "?";
  font-size: 3.125rem;
  font-weight: 700;
  color: #2f84c4;
}
.faq-item .faq-item__content {
  display: none;
  margin-left: 98px;
}
.faq-item .faq-item__content p {
  margin: 0 0 30px;
  font-size: 1.8rem;
  color: #2f84c4;
}
.faq-item .faq-item__content div {
  height: 25px;
}

.faq-item.open .faq-item__label div:after {
  content: "X";
}

@media only screen and (max-width: 550px) {
  .faq h1 {
    margin-bottom: 55px;
  }

  .faq-item .faq-item__label {
    margin-bottom: 20px;
  }
  .faq-item .faq-item__label h2 {
    font-size: 1.2rem;
  }
  .faq-item .faq-item__label .placeholder {
    width: 48px;
    height: 48px;
  }
  .faq-item .faq-item__label .placeholder:after {
    font-size: 2.125rem;
  }
  .faq-item .faq-item__content p {
    font-size: 1rem;
  }
}
.webform-confirmation-modal .ui-dialog-titlebar {
  background: transparent;
  border: none;
}
.webform-confirmation-modal .ui-dialog-content {
  text-align: center;
  color: #273f7b;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  font-size: 2rem;
  padding: 0.5em 1em 1em;
}

@media only screen and (max-width: 700px) {
  .webform-confirmation-modal .ui-dialog-content {
    padding: 5px 10px 10px;
    max-height: unset !important;
    max-width: 90vw;
  }
}
.header-placeholder {
  height: 98px;
}

.toolbar-fixed .header {
  top: 39px;
}

.toolbar-fixed.toolbar-tray-open .header {
  top: 79px;
}

.toolbar-fixed.toolbar-tray-open.toolbar-vertical .header {
  top: 39px;
}

.header.header--shadow {
  box-shadow: 0 6px 45px -16px rgba(0, 0, 0, 0.75);
}

.header {
  transform: translateY(0);
  box-shadow: none;
  transition: box-shadow 0.1s linear, transform 0.2s linear;
  padding: 0 30px;
  box-sizing: border-box;
  min-height: 120px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  background: #ffffff;
}
.header .container-wide {
  display: grid;
  grid-template-columns: auto 1fr;
}
.header .header__mobile-menu {
  display: none;
}
.header .header__mobile-phone a {
  display: block;
}
.header .header__mobile-phone img {
  display: table;
  filter: invert(1) invert(19%) sepia(78%) saturate(1137%) hue-rotate(200deg) brightness(91%) contrast(89%);
  margin-right: 20px;
  width: 31px;
  height: 34px;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.header ul li a {
  color: #273f7b;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 24px;
  box-sizing: border-box;
}
.header ul li a.active {
  text-decoration: underline;
}

.header.header--hidden {
  transform: translateY(-100%);
}

@media only screen and (max-width: 700px) {
  .header .header__mobile-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header .header__mobile-menu-btn {
    width: 40px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .header .header__mobile-menu-btn span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #273f7b;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .header__mobile-menu-btn span:nth-child(1) {
    top: 0;
  }
  .header .header__mobile-menu-btn span:nth-child(2), .header .header__mobile-menu-btn span:nth-child(3) {
    top: 13px;
  }
  .header .header__mobile-menu-btn span:nth-child(4) {
    top: 25px;
  }
  .header .header__mobile-menu-btn.is-active span:nth-child(1) {
    top: 13px;
    width: 0;
    left: 50%;
  }
  .header .header__mobile-menu-btn.is-active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .header__mobile-menu-btn.is-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .header__mobile-menu-btn.is-active span:nth-child(4) {
    top: 13px;
    width: 0;
    left: 50%;
  }
  .header ul {
    display: none;
    position: absolute;
    background: #ffffff;
    left: 0;
    right: 0;
    justify-content: center;
    text-align: center;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 40px 0;
    -webkit-box-shadow: 0 20px 17px -8px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0 20px 17px -8px rgba(0, 0, 0, 0.32);
    box-shadow: 0 20px 17px -8px rgba(0, 0, 0, 0.32);
  }
  .header ul li a {
    margin: 10px 0;
    display: inline-block;
  }
}
.footer {
  box-sizing: border-box;
  padding: 25px 0;
  background: #273f7b;
}
.footer .footer__content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-column-gap: 30px;
}
.footer .footer__contact {
  padding-left: 50px;
}
.footer .footer__contact h4, .footer .footer__contact p, .footer .footer__contact a {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.footer .footer__contact h4 {
  margin: 0 0 10px;
}
.footer .footer__7labs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.footer .footer__7labs p {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: -8px;
  margin-right: -16px;
}
.footer .footer__7labs a {
  width: 85px;
}
.footer .footer__social {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.footer .footer__social a:nth-child(2) {
  margin: 0 20px;
}
.footer .footer__social a {
  width: 55px;
}

@media only screen and (max-width: 550px) {
  .footer .footer__content {
    grid-template-columns: unset;
    grid-template-areas: "one one" "two two" "three three";
    justify-items: center;
  }
  .footer .footer__content h4, .footer .footer__content p, .footer .footer__content a {
    font-size: 0.875rem;
  }
  .footer .footer__contact {
    grid-area: one;
    padding-left: 0;
  }
  .footer .footer__7labs {
    grid-area: three;
    flex-direction: row;
  }
  .footer .footer__7labs a {
    width: 50px;
  }
  .footer .footer__7labs p {
    margin: 0 5px 0;
  }
  .footer .footer__social {
    grid-area: two;
    align-items: baseline;
    margin: 15px 0;
  }
  .footer .footer__social a:nth-child(2) {
    margin: 0 10px;
  }
}
.page-404 {
  background: url("/themes/custom/awesome/src/images/404.png") no-repeat center/contain;
  padding: 100px 0 300px;
  text-align: center;
}
.page-404 h1 {
  font-size: 15rem;
  font-weight: 400;
  color: #273f7b;
  margin: 0;
}
.page-404 p {
  font-size: 3rem;
  margin: 0 0 60px;
}

.center-text {
  text-align: center;
}

.left-text {
  text-align: left;
}

.right-text {
  text-align: right;
}

.mobile-only {
  display: none;
}

@media only screen and (max-width: 550px) {
  .mobile-only {
    display: block;
  }

  .mobile-hide {
    display: none;
  }
}