.elementor-5077 .elementor-element.elementor-element-78000f4{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5077 .elementor-element.elementor-element-78000f4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5077 .elementor-element.elementor-element-d1d3bd0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5077 .elementor-element.elementor-element-ea01bc8{width:100%;max-width:100%;}.elementor-5077 .elementor-element.elementor-element-ea01bc8.elementor-element{--align-self:flex-start;--order:-99999 /* order start hack */;--flex-grow:1;--flex-shrink:0;}@media(min-width:768px){.elementor-5077 .elementor-element.elementor-element-78000f4{--width:100.171%;}}/* Start custom CSS for sopot_funfact, class: .elementor-element-ea01bc8 */.section-title__title {
    font-family: 'Roboto', sans-serif !important; /* Replace 'Inter' with the actual font name */
    font-size: 15px !important;
    line-height: 1.6; /* optional, for readability */
}

/* Target based on nth-child position */
.counter-section .col-xl-3:nth-child(5) {
    order: 6; /* move under 2nd */
}

.counter-section .col-xl-3:nth-child(6) {
    order: 7; /* move under 3rd */
}

/* Make sure the container uses flex wrap */
.counter-section {

    display: flex;
    flex-wrap: wrap;
}
.section-title__tagline {
    font-size: 40px;
    color: var(--sopot-base);
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Roboto'
}/* End custom CSS */