.floor-test-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: left;
  padding-right: 10px;
}


.floor-test-logo  {
  width: 120px;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  opacity: 1;
}

.floor-test-image-section {
  width: 200px;
  height: 100%;
  padding: 10px;
  /*background: url("/images/logo-bottom.png");  Add your image url here */
  background-size: cover;
}

.floor-test-content-section {
  flex-grow: 1;
  padding: 10px;
}

.floor-test-content-section div {
  margin-bottom: 10px;
}

.floor-test-footer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 0.8em;
  color: gray;
}

@media (max-width: 767px) { 
  
  .floor-test-logo  {
    width: 80px;
    border-radius: 10px;
    object-fit: contain;
    height: auto;
  }

}
