.block.themes {
    padding: 50px 0;
    background: var(--light-green);
}
.block.themes h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 20px;
}
.block.themes .text-center {
    margin-bottom: 40px;
}
.block.themes p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.block.themes .theme {
    padding: 7.5px;
}
.block.themes .theme .inner {
    background: #fff;
    padding: 15px;
    height: 100%;
}
.block.themes .theme .inner h4 {
    color: #000;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding-left: 18px;
    display: flex;
    align-items: center;
    margin-top: 0;
}
.block.themes h4::before{
    content: '';
    background-image: url('/wp-content/uploads/2025/08/Vector.svg');
    position: absolute;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 9px;
    height: 17px;
}
.block.themes .theme .inner .content {
    color: var(--black);
    margin-bottom: 20px;
}
