.fullWidthText {
    padding: 0 0 50px;
}
.fullWidthText .content h2 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 20px;
}
.fullWidthText .content h3 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}
.fullWidthText .content h4 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}
.fullWidthText .content p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.fullWidthText .content ul{
    padding-left: 20px;
    margin: 0;
}

.fullWidthText .content ul li {
    margin-bottom: 5px;
}
