.w-72.h-64.md\:w-96.md\:h-80 {
  background-image: url('./img1.1.jpg');
  background-size: cover;
  background-position: center;
}

.w-72.h-64.md\:w-96.md\:h-80 > div{
  display: none;
}

.w-full.max-w-sm.h-64.bg-blue-50 {
  background-image: url('./img2.jpg');
  background-size: cover;
  background-position: center;
}
.w-full.max-w-sm.h-64.bg-blue-50 > svg{
  display: none;
}

.w-64.h-48.bg-white.border-blue-200 {
  background-image: url('./img3.jpg');
  background-size: cover;
  background-position: center;
}
.w-64.h-48.bg-white.border-blue-200 div {
  display: none;
}
section .flex-1.flex.justify-center {

  width: 100% !important;
}