.home-conference {
  width: 100%;
  height: 220px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(135deg, #58c4eb, #abcd05);
}
.home-conference .container {
  max-width: 1920px;
}

.home-conference .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
