.twoColumnText {
    padding: 0 0 50px;
}
.twoColumnText .row{
    justify-content: space-between;
}
.twoColumnText .content h2 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 20px;
}
.twoColumnText .content h3 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}
.twoColumnText .content h4 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}
.twoColumnText .content p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.twoColumnText .left{
    padding-right: 25px;
}

.twoColumnText .right{
    padding-left: 25px;
}


@media(max-width:1200px){
    .twoColumnText .left{
    padding-right: 0;
}

.twoColumnText .right{
    padding-left: 0;
}
}
