@container main (max-width: 64rem) {
  section.projectspreview .img-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.projectspreview .text-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
section.projectspreview .img-wrapper {
  overflow: hidden;
}
section.projectspreview .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@container main (min-width: 64.0625rem) {
  section.projectspreview .img-wrapper {
    border-radius: 1.25rem;
    border-bottom-left-radius: 6.25rem;
    aspect-ratio: 458/440;
  }
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.projectspreview .img-wrapper {
    border-radius: 1.25rem;
    aspect-ratio: 713/224;
    border-bottom-left-radius: 6.25rem;
  }
}
@container main (max-width: 47.9375rem) {
  section.projectspreview .img-wrapper {
    border-radius: 0.625rem;
    aspect-ratio: 341/185;
    border-top-right-radius: 4.6875rem;
  }
}