@charset "UTF-8";#sp-header {
    background: #13211b;
}
div#sp-top2 {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #90dd6a;
}
li.sp-menu-item a {
    color: white;
    font-weight: bold;
}
#sp-top-bar {
    background: #154b13;
    color: #ffffff;
    font-size: 17px;
}
#sp-top-bar a {
    color: #ffffff;
}
.services .sppb-addon-feature {
    box-shadow: 0px 2px 25px 0px rgba(88, 109, 128, 0.25);
    padding: 40px !important;
    border-radius: 15px;
    border: 1px solid transparent;
    transition: 300ms all;
}
.services .sppb-addon-feature:hover {
    box-shadow: 0px 2px 25px 0px rgba(88, 109, 128, 0);
    border: 1px solid #8edd65;
  transition: 300ms all;
}
.sppb-addon-feature .sppb-img-responsive {
    width: 120px;
    margin-bottom: 30px;
  transition: 300ms all;
}
h3.sppb-addon-title.sppb-feature-box-title {
    font-size: 20px;
    font-weight: 600;
}
.sppb-title-heading {
    text-transform: uppercase;
    font-size: 20px;
    color: #92dd6f;
  margin: 0 !important;
  font-weight: 700;
}
.sppb-title-subheading {
    font-weight: 700;
    font-size: 36px !important;
    color: #174b16;
}
.sppb-section-title.left:after {
    content: '';
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #90dd6a;
}
.sppb-section-title.right:after {
    content: '';
    width: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #90dd6a;
}
.sppb-section-title.center:after {
    content: '';
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 50%;
  transform: translateX(-50%);
    height: 2px;
    background: #90dd6a;
}
.sppb-section-title {
  padding-bottom: 20px;
}
.sppb-btn-primary {
    background: #90dd6a;
    border-color: #90dd6a;
    text-transform: uppercase;
    color: white;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.sppb-btn-primary:hover {
    background: transparent;
    border-color: #90dd6a;
    text-transform: uppercase;
    color: #90dd6a;
}
.sppb-btn-success {
    background: #154b13;
    border-color: #154b13;
    text-transform: uppercase;
    color: white;
    padding: 10px 20px;
    display: inline-flex;
    font-weight: 600;
}
.sppb-btn-success:hover {
  background: transparent;
    border-color: #154b13;
    text-transform: uppercase;
    color: #154b13;
}
.sppb-addon-feature .sppb-btn .fas {
    padding-left: 20px;
}
.services .sppb-addon-feature:hover .sppb-img-responsive {
    transform: translateX(6px);
    transition: 300ms all;
}
.sppb-addon-feature:hover .sppb-img-responsive {
    transform: translateY(-5px);
    transition: 300ms all;
}
h3.sppb-addon-title {
    color: #174b16;
    text-transform: inherit;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
h3.sppb-addon-title:after {
	content: '';
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #90dd6a;
}

h3.sppb-addon-title.sppb-feature-box-title {
    color: #42a63f;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
h3.sppb-addon-title.sppb-feature-box-title:after {
  content: unset;
}
.sppb-addon-content ul li:before {
    content: "\f06c";
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    color: #45a644;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.sppb-addon-content ul  {
    list-style-type: none;
    margin-left: 20px;
    position: relative;
    padding-bottom: 5px;
}
.kertterv_number .sppb-addon-content ul li {
    color: black;
    line-height: 20px;
    display: flex;
    margin-bottom: 10px;
}
.sppb-addon-animated-heading h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #92dd6f !important;
}

.kertterv_number .sppb-addon-content p {
    margin-bottom: 0;
    line-height: 20px;
    display: flex;
    
}

h4.sppb-addon-title {}

.sppb-addon-overlay-image h4 {
    text-transform: uppercase;
    font-weight: bold;
}

.sppb-addon-overlay-image .sppb-addon-subtitle {
    font-size: 16px;
    text-transform: uppercase;
}
.sppb-panel-success {
    border-color: #42a63f40;
}
.sppb-panel-success>.sppb-panel-heading {
        color: #42a63f !important;
    background: white;
}
.sppb-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bolder;
    color: inherit;
    text-transform: uppercase;
}
.sppb-addon-accordion h3 {
    font-size: 23px;
    color: #979797;
    font-weight: 300;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
  margin-top: 30px;
}
.sppb-addon-accordion h3 span {
    color: #174b16;
    font-weight: 800;
}
.sppb-addon-accordion h3:after {
    content: '';
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #90dd6a;
}
.article-introtext p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.article-body .readmore a {
    background: #90dd6a;
    border-color: #90dd6a !important;
    text-transform: uppercase;
    color: white !important;
    padding: 10px 40px !important;
    display: inline-block;
    font-weight: 600;
      border: 1px solid;
}
.article-body .readmore a:hover {
    background: white;
    border-color: #90dd6a !important;
    color: #90dd6a !important;
}
/*.sppb-testimonial-carousel-rating::after {
    content: "\f06c\f06c\f06c\f06c\f06c" !important;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.sppb-testimonial-carousel-rating::before {
    content: "\f06c\f06c\f06c\f06c\f06c" !important;
    font-family: "Font Awesome 5 Free";
    z-index: 1;
    width: 88%;
    overflow: hidden;
    display: block;
    font-weight: 900;
}*/
.article-header h2:hover a {
    color: #174b16 !important;
}
.article-header h2 a {
    font-weight: 600;
    color: #42a63f !important;
}
.sppb-article-info-wrap h3 a {
    font-weight: 600;
    color: #42a63f !important;
    font-size: 1.375rem;
}
a.sppb-readmore {
    background: #90dd6a;
    border-color: #90dd6a !important;
    text-transform: uppercase;
    color: white !important;
    padding: 10px 40px !important;
    display: inline-block;
    font-weight: 600;
    border: 1px solid;
      margin-top: 20px;
}
a.sppb-readmore:hover {
  background: white;
    border-color: #90dd6a !important;
    color: #90dd6a !important;
}
.sppb-addon-article {
    border: 1px solid #f5f5f5;
    border-radius: 3px;
}
.sppb-article-info-wrap {
    padding: 20px;
}
.sppb-addon-raw-html iframe {
    width: 100%;
}
.rsform .form-label {
    color: #42a63f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
  margin: 0;
}

.rsform ::placeholder {
    font-size: 12px;
}

.rsform-checkbox {
    border: 1px solid #42a63f;
}

.rsform input {
    border: 1px solid #42a63f !important;
}
.rsform input#fileupload {
    font-size: 12px;
}
.rsform .form-check-label {
    font-weight: 600;
}
.rsform-block > label {
    transform: scale(1);
  transition: 300ms all;
}
.rsform-block:hover > label {
    transform: scale(1.05);
  transition: 300ms all;
}
.rsform-block:hover > div {
    background: #ffffff;
  transition: 300ms all;
}

.rsform-block > div {
    padding: 20px;
    background: #f1f1f1;
  transition: 300ms all;
  margin: 0;
}
.rsform {
    background: #f1f1f1;
    padding: 20px;
}
.rsform-block {
    margin: 0 !important;
}
.rsform .form-label:after {
    content: '';
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #90dd6a;
}
.rsform-submit-button {
    background: #90dd6a;
    border-color: #90dd6a;
    text-transform: uppercase;
    color: white;
    padding: 10px 40px !important;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}
.rsform-submit-button:hover {
        background: white;
    border-color: #90dd6a;
    text-transform: uppercase;
    color: #90dd6a;
}
.rsform-block-send:hover .formControls {
    background: #f1f1f1 !important;
}
.form-check-input:checked {
    background-color: #4ca94b;
    border-color: #4ca94b;
}
/*.kertterv_number h3.sppb-addon-title {
   position: absolute;
    left: -65px;
    color: #fff0 !important;
    -webkit-text-fill-color: rgba(255,255,255,0);
    -webkit-text-stroke: 2px #d3d3d3;
    font-size: 250px !important;
    top: -20px;
    z-index: 2;
}*/
.kertterv_number h3.sppb-addon-title {
    position: absolute;
    left: -65px;
    color: #fff0 !important;
    -webkit-text-fill-color: rgb(146 221 111 / 19%);
    -webkit-text-stroke: 2px #d3d3d3;
    font-size: 250px !important;
    top: -20px;
    z-index: 2;
}

.kertterv_number h3.sppb-addon-title:after {
    content: none !important;
}
.kertterv_number .sppb-addon-text-block .sppb-addon-content {
    padding: 30px !important;
    font-weight: bold;
    z-index: 3;
    position: relative;
    margin-top: -350px;
}

.kertterv_number .sppb-addon-button-group .sppb-addon-content {
    margin-bottom: 15px !important;
}

.kertterv_number.topper h3.sppb-addon-title {
    position: absolute;
    left: -65px;
    color: #fff0 !important;
    -webkit-text-fill-color: rgba(255,255,255,0);
    -webkit-text-stroke: 2px #00000021;
    font-size: 240px !important;
    top: -75px;
    z-index: 2;
}

.kertterv_number.topper h2 {
    font-weight: 400;
    text-transform: uppercase;
    color: #45a644;
    position: relative;
    font-size: 30px;
}

.sppb-addon-content h2:after {
    content: '';
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #90dd6a;
}
.kertterv_number.topper .sppb-column {
    border: 1px solid #48a64817;
  transition: 300ms all;
}
.kertterv_number.topper .sppb-column:hover {
    border: 1px solid #48a6486b;
  transition: 300ms all;
}
.kertterv_number.topper .sppb-column {
    border: 1px solid #48a6486b;
    transition: 300ms all;
  background: white;
}
/*.kertterv_number.topper .sppb-column:hover {
    border: 1px solid #174b1691;
    transition: 300ms all;
}*/
.article-full-image.float-left {
    float: left;
    margin: 0px 30px 30px 0px !important;
  width: 50%;
}
.article-header h1 {
    font-weight: 600;
    color: #42a63f !important;
    font-size: 22px !important;
}
.article-details .article-ratings-social-share {
    padding: unset !important;
    display: flex;
    justify-content: flex-start !important;
}
.article-ratings-social-share .me-auto.align-self-center {
    margin-left: 0 !important;
    margin-right: unset !important;
}
.race_mod2_title h3.sppb-addon-title {
    text-transform: uppercase;
    font-size: 20px;
    color: #92dd6f;
    margin: 0px 0px 30px 0px !important;
}
.kertterv_number .sppb-column {
    transition: 300ms all;
    box-shadow: none;
      margin-bottom: 20px;
  min-height: 250px;
}
.kertterv_number .sppb-column:hover {
    transition: 300ms all !important;
    box-shadow: 0px 2px 25px 0px rgba(88, 109, 128, 0.25) !important;
    background: #ffffff7d;
}
.kertterv_number .sppb-column-addons h3 {
    transform: scale(1);
  transition: 300ms all;
}
.kertterv_number .sppb-column-addons:hover h3 {
  /*  transform: scale(1.1);
    transition: 300ms all;
    box-shadow: 0px 2px 25px 0px rgb(88 109 128 / 10%);
    -webkit-text-fill-color: rgb(255 255 255 / 48%);
    -webkit-text-stroke: 2px #4ba64aa8; */
}
#sppb-addon-1694528951650 .sppb-icons-group-list li#icon-16945289516501 a {
    height: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: inherit !important;
}
.race_mod2_title.boldy .sppb-column-addons {
    box-shadow: 0px 2px 25px 0px rgba(88, 109, 128, 0.25);
    padding: 40px !important;
    border-radius: 15px;
    border: 1px solid transparent;
    transition: 300ms all;
}
.race_mod2_title.boldy .sppb-column-addons:hover {
    box-shadow: 0px 2px 25px 0px rgba(88, 109, 128, 0);
    border: 1px solid #8edd65;
    transition: 300ms all;
}
.sppb-icons-group-list li {
    width: 100% !important;
  text-align: left;
}
.sppb-icons-group-list span {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto';
}
.sppb-icons-group-list i {
    color: #94dd73;
    width: 40px;
    font-weight: bold;
    font-size: 20px;
}
.sppb-article-info-wrap h3 {
    line-height: 1;
}
.race_mod2_title ul {
    column-count: 4;
}
.race_mod2_title.boldy ul {
    column-count: 1;
}
.kertterv_number .sppb-addon-content ul li {
    transform: translateY(px);
  transition: 300ms all;
}
.sppb-addon-content ul li:hover {
    transform: translateY(-5px);
  transition: 300ms all;
}
ul.sppb-icons-group-list {
    display: flex;
    flex-direction: column;
}
section#services .sppb-btn {
    position: absolute;
    bottom: 15px;
}

#services .sppb-addon-feature {
    min-height: 666px;
}
.addon-root-before-after .sppb-addon {
    display: flex;
    justify-content: center;
}
.sppb-addon-person {
    background: #FFFFFF;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
}

span.sppb-person-designation {
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 12px !important;
    /* color: black !important; */
}

span.sppb-person-name {
    color: black !important;
}

a.sppb-person-email {
    color: #2ba84a !important;
    margin-bottom: 20px;
}

.sppb-person-introtext {
    font-style: italic;
}
.kertterv_number img {
    padding: 10px;
}
.kertterv_number .sppb-addon-button-group {
    /* position: absolute; */
    /* bottom: 10px; */
    /* left: 50%; */
    /* width: 100%; */
    /* left: 0; */
    /* z-index: 9; */
    margin-bottom: 5px;
}
.kertterv_number .sppb-column-addons {
    position: relative;
}
.kertterv_number.topper .sppb-column:hover img {
    transform: scale(1.05);
    transition: 300ms all;
}
.kertterv_number.topper .sppb-column
img {
    transform: scale(1);
    transition: 300ms all;
}
.kertterv_number.topper .sppb-column .sppb-addon-single-image-container {
  overflow: hidden;
}
.sppb-addon-feature .sppb-img-responsive {
    width: 100%;
    margin-bottom: 30px;
    transition: 300ms all;
}
.blog .article-list > .row {
    display: flex;
    justify-content: center;
}
.sppb-addon-articles .sppb-row {
    display: flex;
    justify-content: center;
}
/* ---------------- GDPR ------------*/

.activebar-container {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #000;
    color: #fff !important;
}
.activebar-container p {
    font-size: 16px;
}
.activebar-container a {
    font-weight: bold;
    font-size: 14px;
}
.activebar-container {
    margin: 0;
    display: block;
    position: fixed;
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    overflow: hidden;
    overflow-x: hidden;
  border-top: 1px dotted white;
}
.activebar-container button.accept {
    color: #fff !important;
    background-color: #5cba3c !important;
}

.activebar-container button {
    float: right;
    clear: none;
    margin: 5px 10px;
    padding: 10px 20px !important;
    border-radius: 5px;
    border: none;
}

.activebar-container button {
    float: right;
    clear: none;
    margin: 5px 10px;
    padding: 10px 20px !important;
    border-radius: 5px;
    border: none;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted, .plg_system_eprivacy_module div.plg_system_eprivacy_declined {
    overflow: hidden;
    border: none !important;
    border-top: 1px dotted rgba(255, 255, 255, .1) !important;
    color: #ffffff !important;
    vertical-align: middle;
    padding: 5px !important;
    background-color: #191919;
    font-size: 14px;
}
.plg_system_eprivacy_accepted p {
    margin-bottom: 0px;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button {
    border: 1px solid #fefcfa00;
    color: #929090;
    padding: 0px 10px !important;
    margin-right: 10px;
    background-color: rgba(114, 114, 115, 0);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button:hover, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button:hover {
    color: #025baa;
    border-color: #72727300;
    background-color: #fff0;
}

#offcanvas-toggler .burger-icon>span {
    display: block;
    height: 2px;
    background-color: #ffffff;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}
.race_szechenyi {
position: absolute;
    z-index: 99999999;
    display: block;
  right: 0;
}
.race_eth {
position: absolute;
    z-index: 99999999;
    display: block;
  left: 0;
}
.racepack-szechenyi {
    z-index: 1500 !important;
}
.race_szechenyi a img {
    max-width: 320px !important;
    width: 320px !important;
    border-radius: 0px !important;
}
.race_eth img {
    max-width: 130px !important;
    margin-top: 10px;
  margin-left: 10px;
    width: 320px !important;
    border-radius: 0px !important;
}
.eb-header {
    text-transform: uppercase;
    font-weight: bold;
}

#rsform_4_page_0 .form-check {
    display: flex;
    align-items: center;
}
#rsform_4_page_0 .form-check input {
    margin-right: 5px;
}

@media only screen and (max-width: 992px) {

div#sp-top2 {
    display: flex;
    justify-content: center;
}
div#sp-top1, #sp-top2 {
    text-align: center;
}
  .race_mod2_title ul {
    column-count: 2;
}
}


nav.sp-megamenu-wrapper.d-flex {
    order: 1;
}

#sp-menu .sp-module {
    order: 2;
}

#mod-custom123 img {
    max-width: 160px;
    margin-left: 25px;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: auto !important;
}


#mod-custom123 p {
    margin-bottom: 0;
}


@media (max-width: 1399px) {
#mod-custom123 img {
    max-width: 120px;
    margin-left: 10px !important;
    margin-right: -30px;
    padding-right: 5px;
}

    
#sp-header .container {
    margin-left: auto;
    margin-right: auto;
}
}


@media (max-width: 991px) {
  #mod-custom123 {
    display: none;
  }
}

div#mod-custom124 {
    position: absolute;
    bottom: 0;
}


.services .sppb-media-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.services .sppb-addon-title {
    display: flex;
    width: 100%;
}

.services .sppb-btn {
   /* position: absolute; */
    bottom: 25px;
}


.services .sppb-addon-button-group .sppb-addon-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.services .addon-root-button-group {
    margin-top: -5px;
    z-index: 999999;
    position: relative;
}

.topper .addon-root-button-group {
    z-index: 999999999999999;
    position: absolute;
    width: 100%;
    bottom: 0;
}


#sp-top2 a, #sp-top2 span {
    font-size: 20px !important;
}

#sp-top1 ul.social-icons a {
    font-size: 25px !important;
}

div#sp-top1 {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
}

@media (min-width: 993px) {
  #sp-top1 {
    justify-content: flex-start !important;
}
}

@media (min-width: 767px) and (max-width: 1381px) {
    .kertterv_number .sppb-row-column {
        min-width: 50%;
    }
}

.kertterv_number a.sppb-btn {
    margin: 0px 3px 5px 3px !important;
}

@media (max-width: 991px) {
.kertterv_number {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

    .kertterv_number.topper h3.sppb-addon-title {
    position: absolute;
    left: -25px;
    color: #fff0 !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 2px #00000021;
    font-size: 240px !important;
    top: -75px;
    z-index: 2;
}
}

@media (max-width: 1381px) {
  .kertterv_number .sppb-row-column {
    margin-bottom: 55px;
}
}

#sp-top1 .social-icons li.social-icon-facebook a:after {
    content: 'Facebook oldalunk';
    margin-left: 10px;
}

#sp-top1 .social-icons li.social-icon-linkedin a:after {
    content: 'LinkedIn elérhetőség';
    margin-left: 10px;
}

.sppb-addon-content .mod_sigplus ul li {
    display: inline-flex;
}


.li-row ul li {
    display: flex !important;
    align-items: flex-start;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

a.cc-btn.cc-allowall {
    background: #5f943e !important;
    border-color: #8edd65 !important;
    color: #fff !important;
    order: 1;
    padding: 14px;
    font-size: 16px;
}
a.cc-btn.cc-allow {
    order: 2;
    background: #333333 !important;
    color: white !important;
}

a.cc-btn.cc-deny {
    order: 3;
}

@media (min-width: 992px) and (max-width: 1279px) {
.sppb-addon-button-group .sppb-addon-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
}
}

#sp-top1 span.fab.fa-instagram:after {
    content: 'Instagram oldalunk';
    font-family: 'Epilogue';
    margin-left: 13px;
}

#sp-top1 span.fab.fa-tiktok:after {
    content: 'TikTok csatornánk';
    font-family: 'Epilogue';
    margin-left: 13px;
}

div#sp-top2 {
    justify-content: center;
}

div#sp-top1 {
    justify-content: center !important;
}

#sp-top-bar > .container {
    max-width: 1920px !important;
}


.kertterv_number.topper h3 {
    font-weight: 400 !important;
    text-transform: uppercase !important;
    color: #45a644 !important;
    position: relative !important;
    font-size: 30px !important;
}

.sppb-title-subheading h2 {
    font-weight: 700 !important;
    font-size: 36px !important;
    color: #174b16 !important;
}

.kertterv_number.topper h2 {
    color: #194b18;
    position: relative;
    font-size: 30px !important;
    font-weight: bold !important;
    text-align: center;
    margin-top: 25px;
}

.services .sppb-addon-button-group .sppb-addon-content {
    margin-top: -5px !important;
}
