.two-columns-plain-wysiwyg {
    padding: 100px 20px;
}

.two-columns-plain-wysiwyg .wrap {
    display: flex;
    gap: 80px;
    justify-content: center;

}

.two-columns-plain-wysiwyg .wrap .left-content {
    width: 100%;
    max-width: 400px;
    padding-top: 32px;
}

.two-columns-plain-wysiwyg .wrap .right-content {
    width: 100%;
    max-width: 50%;
}

.two-columns-plain-wysiwyg .wrap .right-content table {
    margin: 0;
}

.two-columns-plain-wysiwyg .wrap .right-content table tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.two-columns-plain-wysiwyg .wrap .right-content table tbody tr {
    width: 100%;
    display: flex;
    gap: 6px;
    background: transparent;
}

.two-columns-plain-wysiwyg .wrap .right-content table td {
    border-radius: 8px;
    background: #fff;
    padding: 16px 24px;
    color: #000;
}

.two-columns-plain-wysiwyg .wrap .right-content table td a {
    text-decoration: none;
}

.two-columns-plain-wysiwyg .wrap .right-content table td a:hover {
    text-decoration: underline;
}

.two-columns-plain-wysiwyg .wrap .right-content table td:first-child {
    width: 30%;
    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
}

.two-columns-plain-wysiwyg .wrap .right-content table td:last-child {
    width: 70%;
    font-family: Lato;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    display: flex;
    align-items: start;
    gap: 6px;

}

.two-columns-plain-wysiwyg .wrap .right-content table td:last-child img {
    width: 28px;
    height: 28px;
    max-width: 28px;
}

@media screen and (max-width: 1023px) {
    .two-columns-plain-wysiwyg {
        padding: 40px 20px;
    }

    .two-columns-plain-wysiwyg .wrap {
        flex-direction: column;
        gap: 32px;
    }

    .two-columns-plain-wysiwyg h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .two-columns-plain-wysiwyg .wrap .left-content .wysiwyg-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .two-columns-plain-wysiwyg .wrap .right-content table td:first-child {
        font-size: 18px;
        line-height: 26px;
    }

    .two-columns-plain-wysiwyg .wrap .right-content table td:last-child {
        font-size: 18px;
        line-height: 26px;
    }

    .two-columns-plain-wysiwyg .wrap .left-content,
    .two-columns-plain-wysiwyg .wrap .right-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .two-columns-plain-wysiwyg .wrap .left-content {
        padding-top: 0;
    }

    .two-columns-plain-wysiwyg .wrap .left-content h2,
    .two-columns-plain-wysiwyg .wrap .left-content .wysiwyg-content {
        text-align: center;
    }

    .two-columns-plain-wysiwyg .wrap .right-content table tbody {
        gap: 16px;
    }

    .two-columns-plain-wysiwyg .wrap .right-content table tbody tr {
        background: #fff;
        flex-direction: column;
        border-radius: 16px;
        overflow: hidden;
        gap: 0;
        box-shadow: 0px 10px 30px 0px #0000000A;

    }

    .two-columns-plain-wysiwyg .wrap .right-content table td:first-child {
        border-bottom: solid 1px #C8C8CA;
        width: 100%;
        max-width: 85%;
        margin: 0 auto;
        border-radius: 0;
    }

    .two-columns-plain-wysiwyg .wrap .right-content table td:last-child {
        width: 100%;
        justify-content: center;
    }

    .two-columns-plain-wysiwyg .wrap .right-content table td {
        padding: 12px 20px;
    }
}