.pagecomposer-top .col-w-100.banner-top {
  margin-bottom: 0;
}
.banner-top .container h3 {
  text-shadow: none;
  color: #202020;
}
.pagecomposer-contenitore {
  margin-bottom: 56px;
}
.pagecomposer-accordion-container {
  margin-top: 72px;
}
.faq-composer {
  border: 1px solid #EDEDED;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 0 24px;
  margin-bottom: 24px;
  display: inline-block;
}
.faq-composer.active {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.faq-composer .tit-faq {
  padding: 0 0 0 64px;
  display: inline-block;
}
.faq-composer .tit-faq h6 {
  margin: 32px 0;
  color: #202020;
}
.faq-composer .tit-faq img {
  width: 42px;
  right: auto;
  left: 0;
}
.faq-composer .content-faq {
  padding: 0 0 0 64px !important;
}
.box-testo p {
  margin-bottom: 24px;
}
.dove-siamo-title p {
  font-size: 18px;
  margin-bottom: 56px;
}
.first-container {
  display: flex;
  margin-top: 88px;
  align-items: center;
}
.first-container p {
  font-size: 18px;
}
.search {
  margin-top: -80px;
  margin-bottom: 80px;
}
.riga-boxhome .box-testo h3, .riga-sliderOfferte h3 {
  margin: 0 0 40px;
}
.boxhome {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 20px;
}
.boxhome h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px 40px;
  margin: 0;
  color: #fff;
  text-align: left;
}
.riga-sliderBrands {
  position: relative;
  padding: 48px 0;
}
.riga-sliderBrands .widget-brands {
  position: static;
}
.riga-sliderOfferte {
  padding: 48px 0;
}
@media (min-width: 1200px) {
  .riga-boxhome .col-w-33 {
    width: calc(33.333% - 48px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .riga-boxhome .pagecomposer-row {
    text-align: center;
  }
  .riga-boxhome .col-w-33 {
    width: calc(50% - 48px);
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .riga-boxhome .pagecomposer-row {
    margin-left: -24px;
    margin-right: -24px;
    width: auto;
  }
  .riga-boxhome .col-w-33 {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 991px) {
  .riga-boxhome .col-w-33 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .riga-boxhome .col-w-33 {
    margin-bottom: 32px;
  }
}
.table-wrap.left-custom table {
  width: 100%;
  border-collapse: collapse;
}
.table-wrap.left-custom th, .table-wrap.left-custom td {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  padding: 12px 16px;
  border-bottom: 0;
}
.table-wrap.left-custom th {
  font-weight: 700;
}
.table-wrap.left-custom thead th {
  border-bottom: 1px solid #EDEDED;
}
.table-wrap.left-custom th:not(:first-child), .table-wrap.left-custom td:not(:first-child) {
  border-left: 1px solid #EDEDED;
}
.table-wrap.left-custom th:last-child, .table-wrap.left-custom td:last-child {
  border-right: 0;
}
.table-box {
  background-color: #43AB01;
  border-radius: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 27px 58px 7px 58px;
}
.table-box h2 {
  text-align: center;
  color: #FFF;
}
.table-container {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .first-container {
    flex-direction: column;
  }
  .first-container p {
    width: 100%;
  }
  .search {
    margin-top: -38px;
    margin-bottom: 0;
  }
  .table-container {
    flex-direction: column;
  }
  .table-box {
    padding: 16px;
  }
}
