@media (max-width: 575px) {
  .box-image {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fancy-text-border {
    padding-top: 20px !important;
    margin-top: 0 !important;
  }
  .fancy-text-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start !important;
  }
}