/**
$max: fontsize for desktop in px
$lineHeight: lineheight for desktop in px
$min: fontsize for mobile in px
$marginTop: factor of the topmargin to the base of 40px on desktop
*/
.mono_advisecard {
  flex: 0 1 50%;
  position: relative;
}
.mono_col .mono_advisecard {
  margin-top: -1px !important;
}
.mono_advisecard__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  height: fit-content;
}
.mono_advisecard__image {
  padding-bottom: 1.5rem !important;
  width: fit-content;
  height: fit-content;
}
.mono_advisecard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.mono_advisecard__title h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  color: #001871;
}