@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Merriweather:wght@400;700&display=swap');

* {
  font-family: 'Poppins', sans-serif !important;
}

.services-group:not(.subgroup) h2 {
    font-size: 2rem !important;
    font-weight: 700 !important;
}

.services-group.subgroup h2 {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
}

.services-group:not(.subgroup) .service-group-icon {
    margin-left: -5px
}

.services-group:not(.subgroup) .service-group-icon, .services-group:not(.subgroup) .service-group-icon img {
    width: 50px !important;
    height: 50px !important;
    max-height: 50px !important;
    max-width: 50px !important;
}

.services-group.subgroup .service-group-icon {
    margin-left: 0px
}

.services-group.subgroup .service-group-icon, .services-group.subgroup .service-group-icon img {
    width: 25px !important;
    height: 25px !important;
    max-height: 25px !important;
    max-width: 25px !important;
}
