.product-features {
  margin-top: 60px;
}

.caratteristica {
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.caratteristica span {
  font-weight: 700;
}

.caratteristica img {
  height: 32px;
  width: 32px;
}

.grid-container_cara {
  display: grid;
  grid-template-columns: auto auto;
  padding: 10px;
  column-gap: 15px;
}

body#product .button.richiedi-preventivo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  width: 100%;
  max-width: 260px;
  text-align: center;
  background-color: #e94f1a;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 600;
  border-radius: 30px;
}

.prev_disp_dinamic_content{
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 2rem 15px;
}

.prev_disp_dinamic_content__title {
  display: flex;
  align-items: center;
  min-width: 300px;
  padding-top: 8px;
}

.btn_contenitore {
  min-height: 200px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  width: 400px;
}

.btn_contenitore .fa.fa-whatsapp {
  height: 0px;
  width: 12px;
}

.btn_contenitore .btn_prev_yellow{
  background-color: #fad414 !important;
}

.btn_contenitore .btn_prev_lightorange{
  background-color: #f7941d !important;
}

.btn_contenitore .btn_prev_orange{
  background-color: #f26522 !important;
}

/*  responsive */
@media(max-width: 1024px){
  .prev_disp_dinamic_content__title {
    min-width: 100%;
    margin-bottom: 20px;
    justify-content: center;
  }

  .btn_contenitore {
    width: 100%;
  }
}