/** POBO STYLE_SLUŽBY  **/
.widget-container.widget-card-call-to-action.sluzby
  .rc-card-call-to-action__single:last-child {
  display: none;
}

h2.rc-card-call-to-action__title {
  text-align: center;
  font-weight: 700;
}

.rc-card-call-to-action__image {
  margin: 0 auto;
  max-width: 50%;
}

/*button*/
.rc-card-call-to-action__button a {
  box-shadow: none;
  border-radius: 0px;
  color: white;
  letter-spacing: 0.1rem;
  text-decoration: none;
  background: #003532;
  margin-bottom: 20px;
}

.rc-card-call-to-action__button a:hover {
  box-shadow: none;
  border-radius: 0px;
  color: white;
  letter-spacing: 0.1rem;
  text-decoration: none;
  background: #3c840f;
}

@media (min-width: 768px) {
  .widget-container.widget-card-call-to-action.sluzby
    .rc-card-call-to-action--three-in-row {
    position: relative;
    left: 200px;
  }
}

h2.rc-text-image-top__header {
  color: white;
}

span.rc-text-image-top__text {
  color: white;
}

.rc-text-image-top__background {
  margin-top: 200px !important;
}

.rc-team-three__single-content {
  text-align: left !important;
}

.rc-team-three__single-name {
  text-align: center !important;
}

h2.rc-profit__list-header {
  font-size: 2.5rem;
}

.rc-profit__list-info {
  font-size: 1.7rem !important;
  line-height: 2.5rem !important;
}

.rc-team-three__single-content {
  padding-bottom: 50px !important;
  max-height: 140px !important;
}

.rc-text-image-top__background {
  width: 700px;
  background-color: #0000009c !important;
}

.rc-team-three__single-content {
  text-align: center !important;
}

h2.rc-profit__list-header {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
}

span.rc-advantages-three__info-text {
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .rc-advantages-three {
    display: flex;
    gap: 20px;
  }
}

@media (min-width: 576px) {
  .rc-advantages-three__item {
    width: 33.3333%;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #dadada;
  }
}
