.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.testimonial {
    color: #000000;
    text-align: center
}

.testimonial__stars {
    text-align: center;
    margin-bottom: 26px
}

.testimonial__txt {
    font-size: 20px;
    line-height: 165%;
    max-width: 346px;
    margin-right: auto;
    margin-left: auto
}

.testimonial__img {
    margin-top: 18px
}

.testimonial__author {
    font-family: roboto;
    font-weight: bold;
    font-size: 17px;
    line-height: 150%;
    margin-top: 15px
}

.testimonial__author-bio {
    font-family: roboto;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px
}

.column-list ol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto
}

.column-list ol li {
    margin: 0 0 24px 0;
    counter-increment: my-awesome-counter;
    position: relative;
    margin-right: 50px
}

.column-list ol li:last-child {
    margin-right: 0
}

.column-list ol li::before {
    content: counter(my-awesome-counter);
    font-size: 13px;
    position: absolute;
    --size: 24px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 3px;
    background: #F8CD5F;
    border-radius: 50%;
    text-align: center
}/* End custom CSS */