.sezione_background {
  background-color: #efefef;
}

.section-title_divisione {
  display: flex;
  align-items: center;
  background-color: #efefef;
  gap: 24px ;
}

.section-title_divisione h2 {
  font-size: 30px;
  line-height: 36px;           
  font-weight: 600;
  text-align: center;
  font-family: Figtree, 'sans-serif';     
  margin-block-end: 0px !important;
  margin-block-start: 0px !important;
}

.section-title_divisione .line_divisione {
  flex: 1;
  min-width: 50px;
  height: 2px;
  background-color: #000;
}


/* MEDIA QUERIES */

@media (max-width: 369px) {
    .section-title_divisione h2  {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (min-width: 370px) and (max-width: 820px) {
    .section-title_divisione h2  {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
    .section-title_divisione h2  {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 944px) and (max-width: 1066px) {
    .section-title_divisione h2  {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 1067px) and (max-width: 1080px) {
    .section-title_divisione h2  {
        font-size: 29px;
        line-height: 35px;
    }
}