.imageContent {
    padding: 50px 0;
}
.imageContent .row {
    align-items: center;
}
.imageContent .content h2 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}
.imageContent .content h3 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}
.imageContent .content p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.imageContent .click .btn{
    width: fit-content;
}
@media (max-width: 1200px) {
    .imageContent img {
        margin: 0 auto;
        display: block;
    }
}

.imageContent .content ul {
    padding: 0 0 0 20px;
    margin: 0 0 30px;
}
.imageContent .content ul li {
    margin-bottom: 5px;
}

.imageContent img{
    border-radius: 20px;
}

