.elementor-31 .elementor-element.elementor-element-9c577db{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-58bdc56 */.ps-check-list {
    list-style: none;
    padding: 0;
    margin: 35px 0 0;
}

.ps-check-list li {
    position: relative;
    padding:
        15px 0
        15px 32px;

    border-bottom:
        1px solid #e3e3e5;
}

.ps-check-list li:before {
    content: "✓";
    position: absolute;
    left: 0;

    color: var(--ps-red);
    font-weight: 900;
}

.ps-gallery {
    display: grid;
    grid-template-columns:
        repeat(2,minmax(0,1fr));
    gap: 20px;
}

.ps-gallery img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 22px;
}

@media(max-width:600px) {

    .ps-gallery {
        grid-template-columns: 1fr;
    }

    .ps-gallery img {
        height: 300px;
    }
}/* End custom CSS */