@media (max-width: 600px) {
    .uc-age .t-heading, .uc-age .t-heading > * {
      font-size: 18px !important;
    }
}

@media (max-width: 400px) {
    .uc-age .t-heading, .uc-age .t-heading > * {
      font-size: 14px !important;
    }
}

@media (max-width: 340px) {
    .uc-age .t-heading, .uc-age .t-heading > * {
      font-size: 11px !important;
    }
    
    .uc-age .t-btn {
        line-height: 1.2;
    }
}
