.holding-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.co-logo {
  width: 300px;
}

@media screen and (max-width: 991px) {
  .co-logo {
    width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .co-logo {
    width: 200px;
  }
}


