@media (max-width: 600px) {
  :root {
    --selcom-header-height: 58.2px;
  }

  .site-header {
    height: 58.2px;
  }

  .site-header__inner {
    box-sizing: border-box;
    width: 100%;
    padding: 10.8px 7.2px 11.35px;
    align-items: flex-start;
    justify-content: center;
  }

  .menu-toggle {
    top: 10.8px;
    left: 7.2px;
    width: 30px;
    height: 30px;
    padding: 0 1px;
  }

  .menu-toggle > span:not(.screen-reader-text) {
    width: 28px;
    margin: 6px 0;
  }

  .site-logo {
    flex: 0 0 103.675px;
    width: 103.675px;
    height: 36.05px;
  }

  .site-logo img {
    width: 103.675px;
    height: 36.05px;
  }

  .mobile-navigation {
    position: fixed;
    z-index: 1010;
    inset: 0;
    width: 100%;
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
    background: transparent;
    border: 0;
  }

  .site-header.is-open {
    color: #fff;
    background: transparent;
    box-shadow: none;
  }

  .site-header.is-open .site-header__inner {
    opacity: 0;
    pointer-events: none;
  }

  .mobile-navigation__backdrop {
    position: fixed;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(3, 7, 12, 0.58);
    cursor: pointer;
  }

  .mobile-navigation__inner {
    position: relative;
    z-index: 1;
    width: calc(100vw - 30.2px);
    height: auto;
    min-height: 100dvh;
    margin: 0;
    padding: 34.475px 34.475px 48px;
    overflow: visible;
    background: #1c1c1c;
    box-shadow: 18px 0 50px rgba(0, 0, 0, 0.28);
    animation: selcomMobileMenuIn 260ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-navigation__head {
    display: flex;
    height: 47.9625px;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-navigation__logo,
  .mobile-navigation__logo img {
    display: block;
    width: 137.925px;
    height: 47.9625px;
    object-fit: contain;
    object-position: left center;
  }

  .mobile-navigation__close {
    position: absolute;
    top: 40.94px;
    right: 36px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    margin: 0;
  }

  .mobile-navigation__close::before,
  .mobile-navigation__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1px;
    content: "";
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .mobile-navigation__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .mobile-navigation nav {
    display: block;
    margin-top: 61.375px;
  }

  .mobile-navigation nav a,
  .mobile-navigation__next {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border: 0;
    font-family: "NexaLight", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }

  .mobile-navigation__next .selcom-arrow {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
    background-image: url("../images/down-arrow.svg");
    opacity: 0.72;
  }

  .mobile-navigation nav a.is-current,
  .mobile-navigation__next.is-current {
    color: #fff;
  }

  .mobile-navigation__panel--submenu {
    margin-top: 61.375px;
  }

  .mobile-navigation__panel--submenu nav {
    margin-top: 31px;
  }

  .mobile-navigation__back {
    display: flex;
    width: 100%;
    padding: 0 0 17px;
    align-items: center;
    gap: 12px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    background: transparent;
    font-family: "NexaLight", Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
  }

  .mobile-navigation__back .selcom-arrow {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    background-image: url("../images/down-arrow.svg");
  }

  .mobile-navigation__panel--submenu nav a {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
  }

  .mobile-navigation__panel--submenu nav a.mobile-navigation__overview {
    padding-bottom: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    font-size: 17px;
    font-weight: 600;
  }

  .mobile-navigation__offices {
    display: grid;
    margin-top: 37px;
    padding-top: 37px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mobile-navigation__office strong {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 22.1px;
  }

  .mobile-navigation__office strong::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 2px;
    content: "";
    background: var(--selcom-red);
  }

  .mobile-navigation__office p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 22.1px;
  }

  .mobile-navigation {
    scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
    scrollbar-width: thin;
  }

  .mobile-navigation::-webkit-scrollbar {
    width: 4px;
  }

  .mobile-navigation::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 4px;
  }

  @keyframes selcomMobileMenuIn {
    from {
      opacity: 0;
      transform: translateX(-28px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .home #main-content {
    margin-top: -3.2px;
  }

  .home .selcom-container {
    width: calc(100% - 45px);
  }

  .home .home-hero {
    height: 70vh;
    min-height: 70vh;
    align-items: initial;
    background-position: 58% center;
  }

  .home .home-hero__content {
    position: absolute;
    top: 157.875px;
    left: 5%;
    width: 90%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .home .home-hero h1 {
    max-width: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .home .home-hero__actions {
    width: auto;
    align-items: center;
    gap: 20px;
    margin-top: 29.71875px;
  }

  .home .home-hero__actions .button {
    width: auto;
    min-width: 0;
    min-height: 35px;
    height: 35px;
    padding: 12px 29px 9px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 14px;
  }

  .home .hero-down {
    bottom: 38.8px;
    width: 40px;
    height: 40px;
  }

  .home .home-tagline {
    height: 111.6px;
    min-height: 111.6px;
    padding: 10.8px 0;
  }

  .home .home-tagline h2 {
    width: 100%;
    max-width: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .home .context-section {
    height: 538.1px;
    padding: 29.7px 0 0;
  }

  .home .context-section:has(#approfondisci-box.open) {
    height: auto;
    min-height: 538.1px;
    padding-bottom: 30px;
  }

  .home .context-section .section-kicker {
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }

  .home .context-section .section-rule {
    width: 82.55px;
    height: 1.6px;
    margin: 6px auto 9.3px;
  }

  .home .context-section .section-title {
    width: 274.0625px;
    margin: 0 auto 22.2px;
    font-size: 20px;
    line-height: 20px;
  }

  .home .context-section #approfondisci-box,
  .home .context-section .testo-base {
    font-size: 18px;
    line-height: 27px;
  }

  .home .context-section .testo-base {
    display: block;
  }

  .home .context-section #approfondisci-box .btn-wrapper {
    margin-top: 13px;
  }

  .home .context-section .context-button {
    min-width: 166.4875px;
    min-height: 42px;
    height: 42px;
  }

  .home .carousel-section {
    height: 785.6375px;
    padding: 0;
    margin: 0 0 30.0125px;
    overflow: hidden;
  }

  .home .carousel-section .carousel-section__head {
    width: calc(100% - 60.025px);
    height: 273.0375px;
    margin: 0 auto;
    padding: 75.0375px 0 0;
  }

  .home .carousel-section .section-kicker {
    display: block;
    font-size: 16px;
    line-height: 16px;
  }

  .home .carousel-section .section-rule {
    width: 78.7875px;
    height: 1.6px;
    margin: 6px 0 9.6px;
  }

  .home .carousel-section .section-lead {
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .home .carousel-shell--solutions,
  .home .carousel-shell--solutions .horizontal-track {
    height: 512.6px;
  }

  .home .carousel-shell--solutions .horizontal-track {
    width: 84%;
    gap: 20px;
    margin: 0 auto;
    padding: 12.6px 0 0;
    scroll-padding-inline: 0;
  }

  .home .solution-card {
    flex: 0 0 100%;
    width: 100%;
    min-height: 500px;
    height: 500px;
    padding: 31.4px 10% 0;
    align-items: flex-start;
    border-radius: 30px;
  }

  .home .solution-card__summary {
    width: 100%;
  }

  .home .solution-card__content {
    width: 70%;
    max-width: 70%;
    flex-basis: 70%;
  }

  .home .solution-card__number,
  .home .solution-card p {
    display: none;
  }

  .home .solution-card h3 {
    max-width: none;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .home .solution-card__open {
    flex-basis: 35px;
    width: 35px;
    height: 35px;
  }

  .home .carousel-controls {
    display: none;
  }

  .home .domains-section {
    height: 1208.3125px;
    padding: 10px 0 0;
    margin: 0 0 26.2625px;
    overflow: hidden;
  }

  .home .domains-section__head {
    width: calc(100% - 60.025px);
    margin: 0 auto 26px;
  }

  .home .domains-section__head .section-kicker {
    font-size: 16px;
    line-height: 16px;
  }

  .home .products-section {
    height: 781.8px;
    padding: 0;
    margin: 0 0 26.2625px;
    overflow: hidden;
  }

  .home .products-section .carousel-section__head {
    width: calc(100% - 45px);
    height: 250px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }

  .home .products-section .section-title {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
  }

  .home .products-section .section-rule {
    width: 78.7875px;
    height: 1.6px;
    margin: 40px 0 22px;
  }

  .home .products-section .section-lead {
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .home .carousel-shell--products,
  .home .carousel-shell--products .horizontal-track {
    height: 507.8px;
  }

  .home .carousel-shell--products .horizontal-track {
    gap: 20px;
    padding: 0 22.5px;
    scroll-padding-inline: 22.5px;
  }

  .home .product-card {
    flex: 0 0 330px;
    width: 330px;
    min-height: 507.8px;
    height: 507.8px;
    border-radius: 20px;
  }

  .home .product-card__media {
    height: 238px;
    aspect-ratio: auto;
  }

  .home .product-card__content {
    padding: 32px 20px 26px;
  }

  .home .product-card h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .home .product-card p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .home .product-card .button {
    min-height: 35px;
    height: 35px;
    padding: 8px 20px;
  }

  .home .statement-banner {
    height: 213px;
    min-height: 213px;
    padding: 0 10px;
  }

  .home .statement-banner h2 {
    width: 100%;
    max-width: 355.2px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .home .values-section {
    height: 620.125px;
    padding: 37.5125px 0 0;
    margin: 0 0 30.0125px;
    overflow: hidden;
  }

  .home .values-section__head {
    height: 157.9625px;
    margin: 0;
    text-align: center;
  }

  .home .values-section__head .section-kicker {
    font-size: 14px;
    line-height: 14px;
  }

  .home .values-section__head .section-rule {
    width: 82.55px;
    height: 1.6px;
    margin: 8px auto 38.9px;
  }

  .home .values-section__head .section-lead {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .home .values-track {
    width: calc(100vw - 45px);
    height: 320px;
    gap: 20px;
    margin: 0;
    padding: 0;
  }

  .home .value-card {
    flex: 0 0 330px;
    width: 330px;
    min-height: 320px;
    height: 320px;
    padding: 30px 26.4px;
    border-radius: 20px;
  }

  .home .value-card__mark {
    display: none;
  }

  .home .value-card h3 {
    margin-top: 68px;
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 18px;
  }

  .home .value-card p {
    font-size: 16px;
    line-height: 24px;
  }

  .home .convergence-section {
    height: 441px;
    padding: 0;
    margin: 0 0 18.75px;
    overflow: hidden;
  }

  .home .convergence-grid {
    display: block;
    width: calc(100% - 60.025px);
    height: 441px;
    margin: 0 auto;
  }

  .home .convergence-section .section-kicker {
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }

  .home .convergence-section .section-rule {
    width: 78.7875px;
    height: 1.6px;
    margin: 36px auto 26px;
  }

  .home .convergence-section .section-title {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
  }

  .home .convergence-copy p {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 24px;
  }

  .home .convergence-copy .button {
    display: flex;
    width: 178.4875px;
    min-width: 178.4875px;
    min-height: 35px;
    height: 35px;
    margin: 35px auto 0;
    padding: 12px 30px 9px;
    line-height: 14px;
  }

  .home .portfolio-section {
    height: 861px;
    padding: 0;
    overflow: hidden;
  }

  .home .portfolio-section .selcom-container {
    width: 100%;
  }

  .home .portfolio-section__intro {
    display: block;
    width: calc(100% - 60.025px);
    height: 314.5px;
    margin: 0 auto;
    padding-top: 20.7px;
  }

  .home .portfolio-section__intro .section-kicker {
    font-size: 16px;
    line-height: 16px;
  }

  .home .portfolio-section__intro .section-rule {
    width: 78.7875px;
    height: 1.6px;
    margin: 6px 0 12.3px;
  }

  .home .portfolio-section__intro .section-title {
    font-size: 20px;
    line-height: 20px;
  }

  .home .portfolio-section__intro .section-lead {
    width: 267.8875px;
    margin-top: 18.9px;
    font-size: 16px;
    line-height: 24px;
  }

  .home .portfolio-grid {
    display: flex;
    width: 100%;
    height: 546.5px;
    gap: 20px;
    padding: 0 30.0125px 46.5px;
    overflow-x: auto;
    scroll-padding-inline: 30.0125px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home .portfolio-grid::-webkit-scrollbar {
    display: none;
  }

  .home .portfolio-card {
    flex: 0 0 315px;
    width: 315px;
    min-height: 500px;
    height: 500px;
    border-radius: 20px;
    scroll-snap-align: start;
  }

  .home .portfolio-card h3 {
    top: 33px;
    right: 46px;
    bottom: auto;
    left: 31.5px;
    font-size: 18px;
    line-height: 27px;
  }

  .home .portfolio-card__open {
    top: 29px;
    right: 11px;
    bottom: auto;
    width: 35px;
    height: 35px;
  }

  .home .stats-section,
  .home .stats-grid {
    height: 650.075px;
  }

  .home .stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 100px);
    gap: 35px;
    padding: 51.0375px 0 94.0375px;
  }

  .home .stat strong {
    font-size: 55px;
    line-height: 55px;
  }

  .home .stat span {
    margin-top: 8px;
    font-size: 14px;
  }

  .home .company-spacer {
    display: none;
  }

  .home .company-section {
    height: 2278.275px;
    padding: 51.0375px 0 99.0375px;
    overflow: hidden;
  }

  .home .company-section__head {
    height: 209.7px;
    margin: 0 0 0;
    text-align: center;
  }

  .home .company-section__head .section-kicker {
    font-size: 16px;
    line-height: 16px;
  }

  .home .company-section__head .section-rule {
    width: 82.55px;
    height: 1.6px;
    margin: 6px auto 12.6px;
  }

  .home .company-section__head .section-title {
    font-size: 20px;
    line-height: 20px;
  }

  .home .company-section__head .section-lead {
    margin-top: 9.9px;
    font-size: 16px;
    line-height: 24px;
  }

  .home .company-section .selcom-company-hub__cards {
    gap: 16px;
  }

  .home .company-section .selcom-company-card {
    min-height: 366.1px;
    height: 366.1px;
  }

  .home .company-section .selcom-company-card:nth-child(4) {
    min-height: 390.1px;
    height: 390.1px;
  }

  .home .service-model-section {
    height: 1190.975px;
    margin-bottom: 72.9375px;
    overflow: hidden;
  }

  .home .service-model-section .selcom-pentagon {
    min-height: 1190.975px;
  }

  .site-footer {
    position: relative;
    min-height: 1715.2875px;
    background: #1c1c1c;
  }

  .site-footer__inner {
    position: relative;
    width: calc(100% - 45px);
    min-height: 1715.2875px;
    padding: 22.5px 0 42px;
  }

  .site-footer__logo {
    width: 118.8625px;
    height: 41.3375px;
  }

  .site-footer__rule {
    height: 0.8px;
    margin: 34px 0 50px;
    background: #fff;
  }

  .site-footer__top {
    display: block;
  }

  .site-footer__company h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .site-footer__company p,
  .site-footer__offices p {
    font-size: 18px;
    line-height: 35px;
  }

  .site-footer__mobile-links {
    gap: 0;
    margin-top: 34px;
  }

  .site-footer__mobile-links details {
    margin: 0 0 39px;
    border: 0;
  }

  .site-footer__mobile-links details:last-child {
    margin-bottom: 0;
  }

  .site-footer__mobile-links summary {
    height: 27px;
    padding: 0;
    font-size: 18px;
    line-height: 27px;
  }

  .site-footer__offices {
    gap: 20px;
  }

  .site-footer__offices section {
    padding: 0;
  }

  .site-footer__offices h3 {
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 17px;
  }

  .site-footer__offices h3::after {
    width: 66.0375px;
    height: 1.6px;
    margin-top: 6px;
  }

  .site-footer__legal {
    position: absolute;
    right: 0;
    bottom: 42px;
    left: 0;
    display: block;
    color: rgba(255, 255, 255, 0.54);
    font-size: 13px;
    line-height: 13px;
    text-align: center;
  }

  .site-footer__legal nav {
    display: none;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .mobile-navigation {
    position: fixed;
    z-index: 1010;
    inset: 0;
    width: 100%;
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
    background: transparent;
    border: 0;
  }

  .site-header.is-open {
    color: #fff;
    background: transparent;
    box-shadow: none;
  }

  .site-header.is-open .site-header__inner {
    opacity: 0;
    pointer-events: none;
  }

  .mobile-navigation__backdrop {
    position: fixed;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(3, 7, 12, 0.62);
    cursor: pointer;
  }

  .mobile-navigation__inner {
    position: relative;
    z-index: 1;
    width: min(560px, calc(100vw - 64px));
    min-height: 100dvh;
    margin: 0;
    padding: 38px 42px 56px;
    background: #1c1c1c;
    box-shadow: 18px 0 50px rgba(0, 0, 0, 0.28);
    animation: selcomMobileMenuIn 260ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-navigation__head {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-navigation__logo,
  .mobile-navigation__logo img {
    display: block;
    width: 160px;
    height: 56px;
    object-fit: contain;
    object-position: left center;
  }

  .mobile-navigation__close {
    position: absolute;
    top: 49px;
    right: 42px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
  }

  .mobile-navigation__close::before,
  .mobile-navigation__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    content: "";
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .mobile-navigation__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .mobile-navigation nav {
    display: block;
    margin-top: 52px;
  }

  .mobile-navigation nav a,
  .mobile-navigation__next {
    display: flex;
    width: 100%;
    margin-bottom: 18px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border: 0;
    font-family: "NexaLight", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
  }

  .mobile-navigation__next .selcom-arrow {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
    background-image: url("../images/down-arrow.svg");
    opacity: 0.72;
  }

  .mobile-navigation nav a.is-current,
  .mobile-navigation__next.is-current {
    color: #fff;
  }

  .mobile-navigation__panel--submenu {
    margin-top: 52px;
  }

  .mobile-navigation__panel--submenu nav {
    margin-top: 30px;
  }

  .mobile-navigation__back {
    display: flex;
    width: 100%;
    padding: 0 0 18px;
    align-items: center;
    gap: 12px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    background: transparent;
    font-family: "NexaLight", Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
  }

  .mobile-navigation__back .selcom-arrow {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    background-image: url("../images/down-arrow.svg");
  }

  .mobile-navigation__panel--submenu nav a {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .mobile-navigation__panel--submenu nav a.mobile-navigation__overview {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    font-weight: 600;
  }

  .mobile-navigation__offices {
    display: grid;
    margin-top: 38px;
    padding-top: 38px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .mobile-navigation__office strong {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 14px;
  }

  .mobile-navigation__office strong::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 2px;
    content: "";
    background: var(--selcom-red);
  }

  .mobile-navigation__office p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 21px;
  }
}
