.headnav{
  background: #1f282f;
}

.ourvision h1 {
  max-width: 22%;
  text-decoration: underline;
  text-decoration-color: #920000;
  text-decoration-thickness: 10px;
  max-width: 43ch;
  margin-left: auto;
}
.about-us {
 background-image: url(/images/aboutus-bg.png);
 background-size: cover;
  padding: 8rem 0;
}
.about-us .headline {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #920000;
  text-decoration-thickness: 10px;
}
.container-candidate {
  background-color: #5c0a0a;
  border: 5px solid #920000;
  width: 200px;
  height: 200px;
  transform: rotate(45deg);
  overflow: hidden;
  margin: auto;
  margin-top: 7rem;
}
.about-us .name {
  font-size: 30px;
  color: #ffffff;
  margin-top: 3rem !important;
  text-transform: uppercase;
}
.about-us .position {
  font-size: 20px;
  color: #920000;
  text-transform: uppercase;
}
.rating-commitee {
  font-size: 16px;
  color: #920000;
  margin-top: 10rem;
  margin-bottom: 3rem;
}
.consultant-commitee {
  font-size: 16px;
  color: #920000;
  margin-bottom: 3rem;
  margin-top: 5rem;
}
.container-rating {
  background-color: #5c0a0a;
  border: 5px solid #920000;
  width: 150px;
  height: 150px;
  transform: rotate(45deg);
  overflow: hidden;
  margin: auto;
}

/*image*/


.img-fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.img-fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.container-img {
    transform: rotate(-45deg) scale(1.42);
}

.img-cover {
    object-fit: cover;
    width: 50px;
    height: 100px;
}