.elementor-166378 .elementor-element.elementor-element-b57c3b0{--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;--margin-top:-18px;--margin-bottom:125px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-166378 .elementor-element.elementor-element-3ce54d54 > .elementor-widget-container{margin:0px 0px 34px 0px;}.elementor-166378 .elementor-element.elementor-element-3ce54d54{text-align:center;font-family:"Oswald", Sans-serif;font-size:35px;font-weight:600;color:#000000;}@media(max-width:767px){.elementor-166378 .elementor-element.elementor-element-b57c3b0{--margin-top:46px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-166378 .elementor-element.elementor-element-3ce54d54 > .elementor-widget-container{margin:0px 0px 17px 0px;}.elementor-166378 .elementor-element.elementor-element-3ce54d54{font-size:28px;}}@media(min-width:768px){.elementor-166378 .elementor-element.elementor-element-b57c3b0{--content-width:1167px;}}/* Start custom CSS for html, class: .elementor-element-76f4bee8 */.jb-what-we-offer-main {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:25px;
}

.jb-what-we-offer-main>* {
    border-radius:14px!important;
    width:100%;
}

.jb-what-we-offer-card {
    padding:50px;
    background:#F7F7F7;
    display:flex;
    flex-direction: column;
}

.jb-what-we-offer-icon-wrapper {
    width:58px;
    height:58px;
    background:#F0F0F0;
    border-radius:7.5px;
    align-content:center;
    margin-bottom:36px;
}

.jb-what-we-offer-icon-wrapper svg {
    display:block;
    fill:none;
    margin:auto;
}

.jb-what-we-offer-title {
    font-family:oswald;
    font-size:30px;
    line-height:37.6px;
    font-weight:500;
    margin-bottom:35px;
}

.jb-what-we-offer-text, .jb-what-we-offer-before-list, .jb-what-we-offer-list, .jb-what-we-offer-after-list {
    font-family:oswald;
    font-size:18px;
    line-height:27px;
    font-weight:300;
}

.jb-what-we-offer-separator {
    height:1px;
    background:#EBEBEB;
}

.jb-what-we-offer-button {
    height:50px;
    background:#45A300;
    display:block;
    align-content:center;
    border-radius:7.5px;
    color:white!important;
    font-family:oswald;
    font-size:15px;
    text-align: center;
    padding-bottom:1px;
    font-weight:400;
}

.jb-what-we-offer-button:hover {
    color:white;
}

.jb-what-we-offer-button svg {
    margin-left:19px;
}

.jb-what-we-offer-text {
    margin-bottom:28px;
}

.jb-what-we-offer-before-list {
    margin-bottom:18px;
}

.jb-what-we-offer-list {
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-bottom:18px;
}

.jb-what-we-offer-after-list {
    margin-bottom:44px;
}

.jb-what-we-offer-separator {
    margin-bottom:50px;
    margin-top:auto;
}

.jb-what-we-offer-list-item {
    display:flex;
    flex-direction:row;
}

.jb-what-we-offer-list-item:before {
    content:url("/wp-content/uploads/Frame%201063%20%281%29.svg");
    margin-right:10px;
    display:block;
}

img.jb-what-we-offer-image {
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    
.jb-what-we-offer-main {
    display:flex;
    flex-direction:row;
    gap:20px;
    width:100vw;
    padding:0 20px;
    justify-self:center;
    overflow-x:auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    scroll-padding-left:20px;
    scroll-padding-right:20px;
}

.jb-what-we-offer-main::-webkit-scrollbar {
    display:none;
}

.jb-what-we-offer-main>* {
    border-radius:11.2px!important;
    width:calc(100vw - 70px)!important;
    flex-shrink: 0;
    scroll-snap-align: start;
}

img.jb-what-we-offer-image {
    display:none;
}

.jb-what-we-offer-card {
    padding:35px;
}

.jb-what-we-offer-icon-wrapper {
    width:46px;
    height:46px;
    border-radius:6px;
    margin-bottom:23px;
}

.jb-what-we-offer-icon-wrapper svg {
    transform:scale(calc(16/20));
}

.jb-what-we-offer-title {
    font-size:24px;
    line-height:30px;
    margin-bottom:23px;
}

.jb-what-we-offer-text, .jb-what-we-offer-before-list, .jb-what-we-offer-list, .jb-what-we-offer-after-list {
    font-size:14.4px;
    line-height:21.6px;
}

.jb-what-we-offer-list-item:before {
    content:url("/wp-content/uploads/CDP%20check%20for%20list%20on%20mobile.svg");
    margin-right:8px;
    display:block;
}

.jb-what-we-offer-button {
    height:40px;
    border-radius:6px;
    color:white;
    font-size:12px;
    text-align: center;
    padding-bottom:1px;
}

.jb-what-we-offer-button svg {
    height:10px;
    margin-left:11px;
}

.jb-what-we-offer-text {
    margin-bottom:23px;
}

.jb-what-we-offer-before-list {
    margin-bottom:14px;
}

.jb-what-we-offer-list {
    gap:6px;
    margin-bottom:15px;
}

.jb-what-we-offer-after-list {
    margin-bottom:31px;
}

.jb-what-we-offer-separator {
    margin-bottom:35px;
    margin-top:auto;
}

}/* End custom CSS */