.-YC-WidgetType-features_image3 {
    --bgcolor: #FAFAFD;
    
    
    --backfround: #FAFAFD;--uicolor: #1f1e87;
    --section-shadow: 0 2px 3px #00000026, 0 8px 20px #0003;
    --icontext:
    var(--uicolor2);
--first-button-color:
    var(--primary-text);
    --first-button-text: #ffffff;
    --first-button-border: 2px solid
    var(--primary-text);
    --first-button-hovercolor: #041c3600;
    --first-button-hovertext:
    var(--primary-text);
    --first-button-hoverborder: 2px solid
    var(--primary-text);
    --second-button-color: #1269eb00;
    --second-button-text:
    var(--uicolor2);
    --second-button-border: 2px solid
    var(--uicolor2);
    --second-button-hovercolor:
    var(--uicolor2);
    --second-button-hovertext: white;
    --second-button-hoverborder: 2px solid
    var(--uicolor2);
    --top-separator-color:
    var(--bgcolor);
    --bottom-separator-color: white;
}
.-YC-WidgetType-features_image3 {
    background: var(--bgcolor);
}

.-YC-WidgetType-features_image3 .container {
    /* max-width: 100%; */
}
.-YC-Top-featuresimage3-title h4 {
    color: var(--uicolor);
    font-weight: 400;
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.-YC-Top-featuresimage3-title {
    flex-wrap: wrap;
    flex: 1;
    max-width: 700px;
}

.-YC-Top-featuresimage3-title .-defult-widgets-title--URLArea-v1 {
    margin-inline: inherit;
}
.-YC-Top-featuresimage3-title h1 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--primary-text);
}
.-YC-featuresimage3-content-s1 {position: relative;flex-wrap: wrap;}

.featuresimage3 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}

.-YC-featuresimage3-image3 {
    margin-right: 30px;
    max-width: 580px;
    flex: 1;
}

.-YC-Top-featuresimage3-title p {
    color: var(--secondarytext-bold);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.9;
}

.-YC-featuresimage3-content-s1 {
    display: block;
    flex: 1;
    margin: 30px 0 40px;
}

.-YC-featuresimage3-content-s1 > ul {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex-direction: column;
}
.-YC-featuresimage3-content-s1 > ul > li {
    display: flex;
    list-style: none;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 11px;
    max-width: 500px;
    --icon: var(--uicolor2);
}

.-YC-featuresimage3-content-s1 > ul > li:last-child {
    margin-bottom: 0;
}
.-YC-featuresimage3-content-s1 > ul > li  i {
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    z-index: 1;
    display: flex;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: var(--icon);
    width: 28px;
    height: 28px;
}
.-Features-Item-Context {
    font-weight: 300;
    line-height: 1.4;
    font-size: 17px;
    color: var(--textcolor);
}

.-YC-Right-featuresimage3-SectionURL{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.-YC-Right-featuresimage3-SectionURL> a {
    display: flex;
    padding: 13px 23px;
    border-radius: var(--miniradius);
    font-size: 16px;
    font-weight: 400;
    align-content: center;
    align-items: center;
    margin-left: 10px;
    background: var(--first-button-color);
    color: var(--first-button-text);
    border: var(--first-button-border);
}

.-YC-Right-featuresimage3-SectionURL> a:hover {background: var(--first-button-hovercolor);color: var(--first-button-hovertext);border: var(--first-button-hoverborder);}

.-YC-Right-featuresimage3-SectionURL> a > i {margin-right: 10px;font-weight: 400;}

.-YC-Right-featuresimage3-SectionURL> a.button_url_2 {
    background: var(--second-button-color);
    color: var(--second-button-text);
    border: var(--second-button-border);
}

.-YC-Right-featuresimage3-SectionURL> a.button_url_2:hover {
    background: var(--second-button-hovercolor);
    color: var(--second-button-hovertext);
    border: var(--second-button-hoverborder);
}