diff --git a/projects/common/components/input-elements/radio-group-images.component.ts b/projects/common/components/input-elements/radio-group-images.component.ts
index 7a4d8b3fdb4bbda20e2151f462c9a4fae0a55032..c6553517721f757b289e1d19802c1fba3f4524e8 100644
--- a/projects/common/components/input-elements/radio-group-images.component.ts
+++ b/projects/common/components/input-elements/radio-group-images.component.ts
@@ -38,6 +38,7 @@ import { FormElementComponent } from '../../directives/form-element-component.di
     }
     mat-radio-group {
       display: grid;
+      align-items: end;
     }
 
     :host ::ng-deep mat-radio-button .mdc-form-field {