.section-1-projects {
  padding: 100px 0;
}
.title-general-custom p{
  color: #171C26;
    font-family: "New Hero";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 33px;
}
.title-general-custom h4{
  color: #171C26;
    font-family: "New Hero";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
}
@media screen and (min-width: 992px) {
  .section-8-projects .title-general-custom h2::after,
  .section-7-projects .title-general-custom h2::after,
  .section-6-projects .title-general-custom h2::after,
  .section-1-projects .title-general-custom h2::after,
  .section-2-projects .title-general-custom h2::after,
  .section-3-projects .title-general-custom h2::after,
  .section-5-projects .title-general-custom h2::after,
  .section-4-projects .title-general-custom h2::after {
    content: '';
    background: url(../assets/images/Rectangle_63.png) center center no-repeat;
    background-size: cover;
    width: 415px;
    height: 723px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: -1
  }
    .section-8-projects .title-general-custom *,
    .section-7-projects .title-general-custom *,
    .section-6-projects .title-general-custom *,
    .section-1-projects .title-general-custom *,
    .section-2-projects .title-general-custom *,
    .section-3-projects .title-general-custom *,
    .section-4-projects .title-general-custom *,
    .section-5-projects .title-general-custom *{
      position: relative;
      z-index: 1;
    }
}

.cta-button-1 {
  padding: 15px 30px;
  background: #E60026;
  font-family: New Hero;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid #E60026;
}

.cta-button-1:focus,
.cta-button-1:active,
.cta-button-1:hover {
  background: #fff;
  color: #E60026;
  text-decoration: none;
}

.cta-button-1:hover img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(98%) saturate(5795%) hue-rotate(341deg) brightness(83%) contrast(121%);
}

.cta_projects a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.cta_projects {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .cta_projects {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.cta-button-2 {
  padding: 15px 30px;
  background: linear-gradient(256.93deg, #172440 0%, #254068 100%);
  color: #FFFFFF;
  font-family: New Hero;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  border: 1px solid #172440;
}

.cta-button-2:focus,
.cta-button-2:active,
.cta-button-2:hover {
  background: #fff;
  color: #172440;
  text-decoration: none;
}

.cta-button-2:hover img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(54%) saturate(763%) hue-rotate(181deg) brightness(100%) contrast(93%);
}

.slides_projects {
  display: flex;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.section-2-projects {
  padding: 0 0 100px;
}

.section-3-projects {
  padding: 0 0 100px;
}

.section-4-projects {
  padding: 0 0 100px;
}

.section-5-projects {
  padding: 0 0 100px;
}
.section-6-projects {
  padding: 0 0 100px;
}
.section-7-projects {
  padding: 0 0 100px;
}
.section-8-projects {
  padding: 0 0 100px;
}
.swiper-container{
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}
.swiper-container img{
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-1-projects {
    padding: 50px 0;
  }
  .section-8-projects,
  .section-7-projects,
  .section-6-projects,
  .section-5-projects,
  .section-4-projects,
  .section-2-projects,
  .section-3-projects {
    padding: 0 0 50px;
  }
  .swiper-container {
    margin-top: 30px;
  }
}
