#mc{
    padding: 0 0 50px;
}

.wp-block-group.container{
    display: flex;
    justify-content: center;
}

.wp-block-group__inner-container{
    max-width: 966px;
}

@media(max-width:1400px){
  .wp-block-group__inner-container{
        max-width: 831px;
    }  
}

@media(max-width:1200px){
  .wp-block-group__inner-container{
        max-width: 100%;
    }  
}

.content p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.content h2 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    margin: 40px 0 20px;
}
.content h3 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin: 40px 0 20px;
}
.content h4 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin: 40px 0 20px;
}
.content h5 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin: 40px 0 20px;
}
