.main-section-wrapper .row{
    margin:auto;
}

.text-uppercase.pt-3{
    width:100%;
    border-top:1px solid gray;
}

.main-section-wrapper .row{
   max-width:1200px;
   margin:auto;
}

.main-section-wrapper h3{
    font-family:"Cormorant Garamond", serif;
    text-align: center;
}

.myaccordion{
    width:1200px;
}

.card,.card-header,button{
    border:none;
}

.card-header,button{
    background-color: white;
}

.main-section-wrapper p{
    border-bottom: 1px solid gray;
    padding-bottom:10px;
}

.card span{
    float:right;
}

button{
    width:100%;
}

button[aria-expanded="true"] span{
    transform: rotate(180deg);
}


