.bigger_text_1 {
  transition: all 0s ease 0s;
  zoom: 1.1;
}
.bigger_text_1 .accessibility-block,
.bigger_text_1 .accessibility-icon {
  transition: all 0s ease 0s;
  zoom: 0.9;
}

.bigger_text_2 {
  transition: all 0s ease 0s;
  zoom: 1.2;
}
.bigger_text_2 .accessibility-block,
.bigger_text_2 .accessibility-icon {
  transition: all 0s ease 0s;
  zoom: 0.9;
}

.bigger_text_3 {
  transition: all 0s ease 0s;
  zoom: 1.3;
}
.bigger_text_3 .accessibility-block,
.bigger_text_3 .accessibility-icon {
  transition: all 0s ease 0s;
  zoom: 0.9;
}
