.wh-6 {
    border: 3px solid #fff;
    font-size: 1rem;
    width: 5rem;
    object-fit: fill;
    height: 4rem;
    border-radius: 50%;
}

.details p {
    font-weight: 500;
    font-size: 20px;
}

.post-thumb {
    height: 165px;
    width: 100%;
    object-fit: cover;
}
.post-thumb-two {
    height: 240px!important;
    width: 100%;
    object-fit: cover;
}

.fs-17 {
    font-size: 17px !important;
}

.sign_in {
    border-radius: 25px;
    border: 2px solid #0065f2;
    color: #000;
}

.join_us {
    border-radius: 2rem;
    border: 2px solid #0065f2;
    background-color: #0065f2;
    color: #fff;
    font-weight: 700;
    font-style: normal;
}