.bg-ex-color0{
  background: #41c0f0; /* Цвет блока */
  width: 100%; /* Ширина блока */
  height: 145px; /* Высота блока */
  border: none;
  border-radius: 15px;
}
     
.bg-ex-color1{
  background: #f8c965; /* Цвет блока */
  width: 100%; /* Ширина блока */
  height: 145px; /* Высота блока */
  border: none;
  border-radius: 15px;
}

.bg-ex-color2{
  background: #5ebca8; /* Цвет блока */
  width: 100%; /* Ширина блока */
  height: 145px; /* Высота блока */
  border: none;
  border-radius: 15px;
}

.bg-ex-color3{
  background: #ef7b87; /* Цвет блока */
  width: 100%; /* Ширина блока */
  height: 145px; /* Высота блока */
  border: none;
  border-radius: 15px;
}

.btn {
  border: none;
  border-radius: 5px;
}