.solution-image-radio__radio {
  position: absolute;
  left: -999vw; }

.solution-image-radio__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1f1f1;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer; }
  @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
    .solution-image-radio__label {
      padding-bottom: 1rem; } }
  @media screen and (min-width: 48rem) {
    .solution-image-radio__label {
      padding-bottom: 30px; } }

.solution-image-radio__image {
  width: 100%;
  padding-bottom: 36%;
  background-size: cover;
  background-position: center bottom; }

.solution-image-radio__label-text {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600; }
  @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
    .solution-image-radio__label-text {
      margin-top: 1rem; } }
  @media screen and (min-width: 48rem) {
    .solution-image-radio__label-text {
      margin-top: 1.75rem; } }

.solution-image-radio__radio:focus + .solution-image-radio__label {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }

.solution-image-radio__radio:checked + .solution-image-radio__label {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }

.image-radio {
  display: block; }
  @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
    .image-radio {
      padding: 0 0 1rem 0; } }
  @media screen and (min-width: 48rem) {
    .image-radio {
      padding: 0 0 30px 0; } }

.radio-text-container {
  display: flex;
  align-items: center;
  padding: 30px 30px 0 30px; }

/*# sourceMappingURL=solution-image-radio.css.map */