.wh-6 {
    border: 3px solid #fff;
    font-size: 1rem;
    width: 5rem;
    object-fit: fill;
    height: 4rem;
    border-radius: 50%;
}
.agenda_content h1{
    padding-top: 2rem !important;
}
.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;
}
.bg-gradient-footer{
    background: linear-gradient(169deg, rgba(2,0,36,1) 0%, rgb(4 73 107) 35%, rgb(4 137 0) 100%);
}
.bg-main{
    background-color: #04496b;
}