.image-cropper {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.home-banner {
  margin-top: 5px !important;
}

.home-banner h1 {
  margin-bottom: 5px !important;
}

.base-color span {
  color: #35404e !important;
}

@media screen and (max-width: 567px) {
  .main-logo {
    padding-top: 20px;
  }
  .home {
    height: 85vh;
  }
}

@media screen and (max-width: 320px) {
  .image-cropper {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
