* {
    margin: 0px;
}

a {
    text-decoration:none;
}

#Rectangle7{
background: linear-gradient(96.34deg, #E537B9 0%, #C040DF 100%);
width: 27px;
height: 9px;
left: 1px;
border-radius: 4.5px;
}

.navbar{
/* width: 1322px; */
height: 91px;
/* margin-left: 59px; */
margin-left: 12px;
background: #FFFFFF;
}

.navbarText{
width: 211px;
height: 24px;
font-family: Montserrat;
font-weight: 600;
font-size: 23px;
line-height: 24px;
letter-spacing: 2px;
color: #292B2E;
}

.belowNavLine{
    border: 1px solid Gray/gray-200;
    margin: 0px;
}
.todayDiv{
    /* margin: 32px 71px; */
    margin: 32px 21px;
}
.today{
font-family: Montserrat;
font-weight: 600;
font-size: 24px;
line-height: 32px;
letter-spacing: 0px;
width: 74px;
height: 32px;
color: #252B42;
}
.todayDiv > p {
font-family: Montserrat;
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0px;
color: #858585;
width: 331px;
height: 28px;
margin-top: 10px;
}

.accordianDiv{
    /* margin: 0px 71px; */
    /* width: 85vw; */
    margin: 0px 21px;
}
.accordion-item{
    padding-left: 0%;
}
.accordion-header > button{
color: #737373;
font-family: Montserrat;
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.1px;
}

.card-img-top{
    /* height: 100%;
    width: 100%;
    object-fit: cover; */
    /* object-position: center; */
}


.card-title{
font-family: Montserrat;
font-weight: 700;
font-size: 24px;
line-height: 32px;
letter-spacing: 0.1px;
color: #292B2E;
}
small, span {
font-family: Montserrat;
font-weight: 600;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.2px;
color: #586069;
}
.authorDate{
    display: flex;
    align-items: center;
}
.dot{
    display: inline-block;
    height: 5px;
    width: 5px;
    border: 0.5px solid #586069;
    background-color: #586069;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;  
}
.card-text{
font-family: Montserrat;
font-weight: 500;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.2px;
color: #292B2E;
}
/* .accordion-button::after {
    display: none;
}
.accordion-button::before {
    display: block !important; 
    margin-right: 0.5rem;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
} */