.container {
    margin-top: 70px;
}

select {
    width: 100%;
}

.errorlist {
    color: red;
}

.parent {
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .child1{
    display: flex;
    object-fit: cover;
  }
