.lfr-layout-structure-item-row {overflow: hidden;}.lfr-layout-structure-item-43b3283b-8a70-00a5-4495-28ec3f6fe2f2 {

}
body {
  margin: 0;
  
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.container {
  margin: 2%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29%;
  min-width: 600px;
  min-height: 150px;
  background-color: #fff;
  border-radius: 4px;
   #00000020;
}

.loader-1 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #000000 #00000010 #00000010;
  position: relative;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes stagger {
  25% {
    border-color: #00000010 #000000 #00000010 #00000010;
  }
  50% {
    border-color: #00000010 #00000010 #000000 #00000010;
  }
  75% {
    border-color: #00000010 #00000010 #00000010 #000000;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }