body {
    max-width: 998px;
    margin: 0 auto;
    border: 0px solid;
    background: #fff;
}

.path-frontpage .page-top-container .align-items-center {
    align-items: start!important;
}

.logo img {max-width: 180px;}

#block-cleanplus-contenudelapageprincipale {padding: 30px;}

.header-container .logo-enabled .logo-and-site-name-wrapper, .header-container .site-slogan-enabled .logo-and-site-name-wrapper {
    padding: 15px 0;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

 * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
.contact-block {
    background: #2d3788;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
}
body {
    background: #32a7a2;
}
    .wrapper {
      max-width: 760px;
      width: 100%;
    }
    h1 {
      font-size: 26px;
      line-height: 1.25;
      margin-bottom: 18px;
    color: #0e8abe;
    }
    
    p {
      line-height: 1.6;
      margin-bottom: 14px;
      font-size: 15px;
    }
    .highlight {
      font-weight: 500;
    }
    .status-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 11px;
      border-radius: 999px;
      background: #eff6ff;
      color: #1d4ed8;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 18px;
    }
    .status-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #1d4ed8;
    }
    .contact-block {
      margin-top: 18px;
      padding-top: 18px;
      border-top: 1px solid rgba(148, 163, 184, 0.5);
      font-size: 14px;
    }
    .contact-label {
      font-weight: 600;
      margin-bottom: 6px;
    }
    .contact-line {
      margin-bottom: 4px;
    }
    .tel {
      font-weight: 600;
    }
    footer {
      margin-top: 14px;
      text-align: center;
      font-size: 12px;
      color: #6b7280;
    }
    @media (min-width: 768px) {
      .card {
        padding: 36px 40px;
      }
@media (min-width: 768px) {
    h1 {
        font-size: 30px;
        color: #0e8abe;
    }
}
      p {
        font-size: 16px;
      }
    }
@media (max-width: 991px) {
    .header-first {
    padding: 5px 0;
    position: relative;
    z-index: 2;
    margin-right: 0;
}
}