body {
  font-family: 'Open Sans', sans-serif;
}
.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.text {
  font-family: inherit;
  border: 0;
  height: 52px;
  border-radius: 3px;
  color: #333;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
}
.form-item {
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .form-item {
    margin-bottom: 0;
    margin-right: 4px;
  }
}
.form-item .icon {
  pointer-events: none;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-item .text {
  padding-left: 60px;
  width: 100%;
}
.form-item .text:focus,
.form-item .text:hover {
  outline-color: #c99300c4;
  outline-style: outset;
  outline-width: 2px;
}
@media (min-width: 768px) {
  .Header {
    height: 75px;
    background-color: #003580;
    padding-top: 10px;
  }
  .Header .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .Header .Header-logo {
    height: 70px;
  }
  .Header .Header-logo img {
    height: 100%;
  }
}
.Header {
  height: 75px;
  background-color: #003580;
  padding-top: 10px;
}
.Header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.Header .Header-logo {
  height: 70px;
}
.Header .Header-logo img {
  height: 100%;
}
.Navigation {
  height: 54px;
  background-color: #003580;
}
.Navigation .hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  .Navigation .nav-galeri {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .Navigation .Navigation-item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .Navigation .hide-mobile {
    display: initial;
  }
}
.Navigation .fa-picture-o {
  margin-right: 6px;
}
.Navigation .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: auto;
  padding-left: 0;
}
.Navigation-item {
  height: 100%;
  padding-left: 9px;
  padding-right: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Navigation-item:hover {
  background-color: rgba(189, 189, 189, 0.12);
}
.Navigation-item img {
  margin-right: 8px;
}
.Highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Highlights .hizmetlerimiz {
  padding-top: 34px;
}
@media (min-width: 768px) {
  .Highlights {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .Highlights .startup-photo {
    display: initial !important;
    position: relative;
    width: 100%;
  }
  .Highlights .startup-photo img {
    width: 100vw;
  }
  .Highlights .startup-photo h2 {
    font-size: 34px;
    width: 80vw;
    color: #fff;
    position: absolute;
    left: 15%;
    top: 50%;
    text-shadow: 2px 2px 2px #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .Highlights .container {
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }
  .Highlights .hide-desktop {
    display: none;
  }
  .Highlights .contact-bar {
    width: 100vw !important;
    margin-top: 0 !important;
  }
  .Highlights .hizmetlerimiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.Highlights .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.Highlights .hizmetlerimiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f60;
}
.Highlights-item {
  width: 100%;
}
.Highlights-item div img {
  width: 100%;
  height: 240px;
  border-radius: 3px;
}
.Highlights-item div h3 {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 14px;
  color: #0071c2;
}
.Highlights-item div .content {
  margin-left: 10px;
}
.Highlights-item div .content .item-score {
  margin-top: 12px;
  width: 28px;
  height: 28px;
  color: #fff;
  background-color: #32ba7c;
  font-size: 14px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  font-weight: 700;
}
.Highlights-item div .content span {
  color: #003580;
  font-size: 14px;
  font-weight: 700;
}
.Highlights-item:hover h3 {
  color: #f60;
}
.Highlights .discover {
  position: relative;
}
.Highlights .discover-content {
  display: inline-block;
  position: relative;
}
.Highlights .discover-content-img {
  width: 259px;
  height: 348px;
}
.Highlights .discover-content-title {
  position: absolute;
  top: 18px;
  left: 50px;
  font-size: 20px;
  color: #fff;
  text-shadow: 3px 3px 3px #000;
  line-height: 24px;
  font-weight: 700;
}
.Highlights .discover-content-p {
  position: absolute;
  left: 60px;
  bottom: 16px;
  width: 227px;
  border: 2px solid #f60;
  border-radius: 3px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.Highlights .discover-content-p:hover {
  color: #f60;
}
.Highlights-item + .Highlights-item {
  margin-left: 20px;
}
.Highlights .contact-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
}
.Highlights .contact-bar-wp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  color: #fff !important;
  background-color: #28a745;
}
.Highlights .contact-bar-phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  color: #fff !important;
  background-color: #0069d9;
}
@media (min-width: 768px) {
  .services {
    margin-left: auto;
    margin-right: auto;
  }
  .services .container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.services-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .services-group {
    width: 35vw;
    margin-left: 10vh;
    margin-right: 10vh;
  }
  .services-group img {
    height: 40vh !important;
  }
}
.services-group :nth-child(1) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .services-group :nth-child(1) :nth-child(1) {
    margin-top: 0;
  }
}
.services-group img {
  height: 25vh;
  border-radius: 10px;
}
.services-group h3 {
  color: #0071c2;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 26px;
}
.services-group h4 {
  color: #000;
  line-height: 22px;
}
.services-group + .services-group {
  margin-top: 4vh;
}
@media (min-width: 768px) {
  .services-group + .services-group {
    margin-top: 0;
  }
}
.services .content .item-score {
  margin-top: 12px;
  width: 28px;
  height: 28px;
  color: #fff;
  background-color: #32ba7c;
  font-size: 14px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  font-weight: 700;
}
.services .content span {
  color: #003580;
  font-size: 14px;
  font-weight: 700;
}
.Highlights .container {
  display: -ms-grid;
  display: grid;
}
.Highlights .container .startup-photo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.Highlights .container .contact-bar {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.Highlights .container .hizmetlerimiz {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.Highlights .container .Slayt-slider {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.Highlights .container .services {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.Elektrik .Carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
}
.Elektrik .Carousel .container {
  width: 1110px;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Elektrik .Carousel .container .Carousel-group-title {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #f60;
}
.Elektrik .Carousel .detay-yazisi {
  margin-left: 20px;
  margin-right: 20px;
}
.Elektrik .Carousel .detay-yazisi .detay-yazisi-item + .detay-yazisi-item {
  margin-top: 18px;
}
.Elektrik .Carousel .detay-yazisi-item {
  font-size: 16px;
  line-height: 26px;
  color: #666771;
}
.Elektrik .Carousel .detay-yazisi .color-blue {
  color: #666771;
  font-weight: 700;
}
.Elektrik .Carousel .hakkimizda {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Elektrik .Carousel-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.Elektrik .Carousel-group-item img {
  font-size: 200px;
  width: 1em;
  height: 1.3em;
  border-radius: 8px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.Elektrik .Carousel-group-item .carousel-title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  padding: 10px;
  line-height: 20px;
}
.Elektrik .Carousel-group-item h3 {
  padding-left: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .Main {
    background-color: #a0a9b612;
  }
  .Slayt-slider {
    display: block !important;
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
  .Slayt-slider .Highlights .container {
    width: 1110px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .Slayt-slider .Highlights .hizmetlerimiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #f60;
  }
  .Slayt-slider .Highlights-item {
    width: 100%;
  }
  .Slayt-slider .Highlights-item div img {
    width: 100%;
    height: 64vh;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .Slayt-slider .Highlights-item div h3 {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 14px;
    color: #0071c2;
  }
  .Slayt-slider .Highlights-item:hover h3 {
    color: #f60;
  }
  .Slayt-slider .Highlights-item + .Slayt-slider .Highlights-item {
    margin-left: 20px;
  }
  .Slayt-slider .Highlights .contact-bar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
  }
  .Slayt-slider .Highlights .contact-bar-wp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    color: #fff !important;
    background-color: #28a745;
  }
  .Slayt-slider .Highlights .contact-bar-phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    color: #fff !important;
    background-color: #0069d9;
  }
  .Galeri .Carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 34px;
  }
  .Galeri .Carousel .container {
    width: 1110px;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Galeri .Carousel .container .Carousel-group-title {
    font-size: 24px;
    color: #f60;
  }
  .Galeri .Carousel .hakkimizda {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Galeri .Carousel-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  .Galeri .Carousel-group-item img {
    font-size: 465px;
    width: 1em;
    border-radius: 8px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .Galeri .Carousel-group-item .carousel-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 10px;
    line-height: 20px;
  }
  .Galeri .Carousel-group-item h3 {
    padding-left: 10px;
    margin-top: 10px;
  }
  .Elektrik .Carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 34px;
  }
  .Elektrik .Carousel .container {
    width: 1110px;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Elektrik .Carousel .container .Carousel-group-title {
    font-size: 24px;
    color: #f60;
  }
  .Elektrik .Carousel .hakkimizda {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Elektrik .Carousel-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
  .Elektrik .Carousel-group-item img {
    font-size: 265px;
    width: 1em;
    height: 1.3em;
    border-radius: 8px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .Elektrik .Carousel-group-item .carousel-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 10px;
    line-height: 20px;
  }
  .Elektrik .Carousel-group-item h3 {
    padding-left: 10px;
    margin-top: 10px;
  }
}
.Carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
}
.Carousel .container {
  width: 1110px;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Carousel .container .Carousel-group-title {
  font-size: 24px;
  color: #f60;
}
.Carousel .hakkimizda {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Carousel-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Carousel-group-item img {
  font-size: 350px;
  width: 1em;
  height: 1em;
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.Carousel-group-item .carousel-title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  padding: 10px;
  line-height: 20px;
}
.Carousel-group-item h3 {
  padding-left: 10px;
  margin-top: 10px;
}
.FooterForm {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #00224f;
  padding-top: 50px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .FooterForm .container {
    min-width: 450px;
  }
}
.FooterForm-title {
  font-weight: 400;
  margin-bottom: 22px;
}
.Trip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
.Trip .container {
  width: 1110px;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Trip .container h2 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #f60;
}
.Trip-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px;
}
.Trip-group-item {
  position: relative;
}
.Trip-group-item .postcard {
  display: inline-block;
  position: relative;
}
.Trip-group-item .postcard-header {
  margin-left: 10px;
  margin-top: 20px;
}
.Trip-group-item .postcard-header h3 {
  margin-bottom: 10px;
}
.Trip-group-item .postcard-header p {
  font-weight: 700;
}
.Trip-group-item .postcard-header p + p {
  margin-top: 4px;
}
.Trip-group-item .postcard-header .location-map {
  margin-top: 16px;
}
.Trip-group-item .postcard-header .adres {
  margin-top: 25px;
}
.Trip-group-item .postcard .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  color: #0071c2;
}
.Trip-group-item .postcard .email i {
  font-size: 20px;
  margin-right: 6px;
}
.Trip-group-item .postcard .email a {
  color: #0071c2;
}
.Trip-group-item .postcard img {
  border-radius: 3px;
  width: 100%;
}
.Footer {
  margin-top: 42px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Footer a {
  font-size: 12px;
  color: #003580;
}
.Footer-subtitle {
  margin-top: 24px;
  color: #003580;
  font-size: 12px;
}

.References {
  padding: 60px 0;
  background: #f8f9fb;
}

.ref-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 700;
  color: #f60;
}

.ref-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 25px;
}

.ref-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px 10px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #eee;
}

.ref-logo {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.ref-logo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.ref-item span {
  font-size: 13px;
  font-weight: 600;
}

.ref-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.ref-item:hover img {
  filter: grayscale(0%);
}

.services-group .content {
  margin-bottom: 8px;
}

.services-group .detail-btn {
  display: inline-block;
  margin-top: 0; /* fazla aşağı iten şeyi sıfırla */
  line-height: 1.4;
}
