.contentTwoRows {
    padding: 50px 0;
}
.contentTwoRows .row {
    align-items: center;
}
.contentTwoRows .content {
    padding-right: 50px;
}
@media (max-width: 1200px) {
    .contentTwoRows .content {
        padding: 0;
    }
}
.contentTwoRows .content h2 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 20px;
}
.contentTwoRows .content p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.contentTwoRows .wrap {
    display: flex;
    margin-bottom: 50px;
}
.contentTwoRows .wrap:last-of-type {
    margin-bottom: 0;
}
.contentTwoRows .wrap .icon {
    margin-right: 20px;
}
.contentTwoRows .wrap .icon img {
    min-width: 48px;
    height: 48px;
}
.contentTwoRows .wrap .text h3 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 33px;
}
.contentTwoRows .wrap .text p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.contentTwoRows .text ul {
    padding-left: 20px;
    margin: 0;
}
.contentTwoRows .text ul li {
    margin-bottom: 5px;
}
