.chmg {
    border-radius: 50% 50%;
}

.rs-services {
    background-color: #e1dbdb;
}

.features {
    background: #fff;
    margin: 40px 0px;
}

.features .feature-box {
    padding: 30px;
    /* box-shadow: 0px 0px 30px #d2caca; */
    /* border-radius: 8px; */
}

.features .feature-box:hover {
    box-shadow: 0px 0px 30px #d2caca;
    border-radius: 8px;
    transition: 0.5s ease-in-out;
}

.features .title {
    color: #000;
    text-align: center;
    margin-bottom: 0;
    font-size: 21px;
    margin-top: 10px;
    font-weight: normal;
}

.head-title {
    color: #ffffff;
    font-size: 2rem;
    text-shadow: 0px 0px 30px #000;
}

.mylogo {
    width: 90px;
    height: auto;
}

.initiative-title {
    color: #ffffff;
    font-size: 1.2rem;
    margin-top: 16px;
    text-shadow: 0px 0px 30px #000;
    font-weight: 400;
    letter-spacing: 1px;
  }

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.member-img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.worldRankings {
    position: fixed;
    height: 48px;
    width: 165px;
    text-align: center;
    cursor: pointer;
    background: #c5a02e;
    top: 30%;
    right: -86px;
    line-height: 48px;
    transform: rotate(270deg) translateY(-50%);
    border-radius: 10px;
    color: #cac5c5;
    z-index: 99;
  }
  .about-desc{
    text-align: justify;
  }