<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.col {

}
p{
    font-size: 1rem;
}
.responsive {
  width: 100%;
  height: auto;
}
.responsive1 {
  width: 70%;
  height: auto;
}

.row-height {
  display: flex;
}

.pr0 {
  padding-right: 0;
}

.col-custom {
  border: 1px solid blue;
}

.img-box {
  display: inline-flex;
  width: 100%;
  height: 100%;
}
.img-box img {
  object-fit: cover
}
</pre></body></html>