.block {
    padding: 50px 0;
}
.block .row {
    align-items: center;
}
.block .content h2 {
    color: #3A1E92;
    font-family: Domine;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}
.block .content p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.block .content p strong {
    color: #211448;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.4px;
}
.block .click{
    margin-top: 40px;
}
.block .click .btn:hover {
    color: #000 !important;
}
.block img {
    width: 100%;
    max-width: 439px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .block img {
        margin: 0 auto !important;
        display: block;
    }
}
.block:nth-of-type(even) img {
    margin-left: auto;
    display: block;
}
.block:nth-of-type(odd) {
    background: rgba(68, 201, 91, 0.03);
}
