.guide-section__image {
  position: relative;
  width: 34.6% !important;
  aspect-ratio: 400/300;
}
@media only screen and (max-width: 414px) {
  .guide-section__image {
    width: 100% !important;
  } 
}

}