.logo-column {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.surveying_services__title {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 120px;
  font-size: 45px;
  color: white;
  text-align: center;
}
.surveying_services__title::after {
  position: absolute;
  right: 0;
  top: 125px;
  left: 0;
  width: 10rem;
  height: 0.375rem;
  margin: 0 auto;
  background-color: white;
  border-radius: 3.125rem;
  content: "";
  z-index: 1;
}
@media all and (min-width: 496px) {
  .surveying_services__title::after {
    top: 75px;
  }
}
.surveying_services__paragraph {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.surveying_services__link {
  margin-left: 5px;
  text-decoration: none;
}

.services-container {
  background: #1D2859;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: -60px;
}
.services-container__row {
  margin-bottom: 40px;
  border-bottom: 8px solid white;
}
.services-container__row:last-child {
  border: none;
}
@media all and (min-width: 768px) {
  .services-container__row {
    padding-bottom: 40px;
  }
}
.services-container__row img {
  box-shadow: 0px -14px 16px 4px rgba(0, 0, 0, 0.58);
  border: 0;
}
@media all and (min-width: 768px) {
  .services-container__row img {
    box-shadow: 10px -10px 16px 4px rgba(0, 0, 0, 0.58);
    border: 0;
  }
}
.services-container__row--alt {
  flex-direction: column-reverse;
  border-bottom: 8px solid white;
}
@media all and (min-width: 768px) {
  .services-container__row--alt {
    flex-direction: row;
  }
}
.services-container__row--alt img {
  box-shadow: 0px -14px 16px 4px rgba(0, 0, 0, 0.58);
  border: 0;
}
@media all and (min-width: 768px) {
  .services-container__row--alt img {
    box-shadow: -10px -10px 16px 4px rgba(0, 0, 0, 0.58);
    border: 0;
  }
}
@media all and (max-width: 991px) {
  .services-container__row--alt.horizontal {
    flex-direction: column-reverse !important;
  }
}
@media all and (min-width: 992px) {
  .services-container__row--alt.horizontal {
    flex-direction: row !important;
  }
}
.services-container__image-column {
  display: flex;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}
@media all and (max-width: 767px) {
  .services-container__image-column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 768px) {
  .services-container__image-column {
    justify-content: flex-start;
  }
}
.services-container__image-column img {
  max-width: 100%;
  min-width: 90%;
}
@media all and (max-width: 767px) {
  .services-container__image-column img {
    max-width: 90%;
    min-width: 90%;
  }
}
.services-container__text-column {
  color: white;
  padding: 20px 40px;
}
@media all and (max-width: 767px) {
  .services-container__text-column {
    padding: 20px 0px;
    min-width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.accordion {
  padding-bottom: 20px;
}

#scrollButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 9999;
  opacity: 0.85;
  background-color: #1D2859;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 15px 20px;
  cursor: pointer;
}

#scrollButton.show {
  display: block;
}

#scrollButton::after {
  content: url(/assets/surdukan-arrow.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  /* Up arrow unicode character */
  font-size: 24px;
  line-height: 1;
}/*# sourceMappingURL=surveying_services.css.map */