.discover-main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.discover-main-section .covers-image {
  width: 30vw;
  margin-left: 32px;
  height: auto;
  max-width: 350px;
}

.icon-section {
  display: flex;
}
.icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 8px;
  padding: 12px;
  width: 100px;
  height: 100px;
  background-color: #202027;
  margin-bottom: 32px;
}

.icon img {
  width: 40px;
}

@media (max-width: 800px) {
  .discover-main-section {
    flex-direction: column;
    justify-content: center;
  }
  .discover-main-section .covers-image {
    margin-top: 32px;
    height: 30vh;
    width: auto;
  }
}
