.background-color-main {
  background-color: #184b59 !important;
}

.text-color-main {
  color: #184b59 !important;
}

.border-color-main {
  border: 1px solid #184b59 !important;
}

.background-color-secondary {
  background-color: #89a8d7 !important;
}

.text-color-secondary {
  color: #89a8d7 !important;
}

.border-color-secondary {
  border: 1px solid #89a8d7 !important;
}

.background-color-white {
  background-color: #FEFEFE !important;
}

.text-color-white {
  color: #FEFEFE !important;
}

.border-color-white {
  border: 1px solid #FEFEFE !important;
}

.background-color-black {
  background-color: #000000 !important;
}

.text-color-black {
  color: #000000 !important;
}

.border-color-black {
  border: 1px solid #000000 !important;
}

.background-color-border {
  background-color: #D7D7D7 !important;
}

.text-color-border {
  color: #D7D7D7 !important;
}

.border-color-border {
  border: 1px solid #D7D7D7 !important;
}

.block-list-services {
  overflow-x: hidden;
}
.block-list-services .services-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.block-list-services .services-list.swiper {
  overflow: visible;
}
.block-list-services .services-list.swiper .swiper-wrapper {
  align-items: stretch;
}
.block-list-services .services-list.swiper .swiper-wrapper .swiper-slide {
  max-width: 490px;
  height: auto;
  align-items: stretch;
}
.block-list-services .services-list.swiper .swiper-wrapper .swiper-slide .slider-content {
  padding: 3.75rem;
  border: 1px solid #D7D7D7;
  height: 100%;
  border-radius: 16px;
}
.block-list-services .services-list.swiper .swiper-wrapper .swiper-slide a:hover {
  text-decoration: underline;
}