.direction-single {
    padding: 40px 0;
}

.direction-single__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

/* HERO */

.direction-single__hero {
    background: linear-gradient(135deg, #1f9d3a, #118c2f);
    border-radius: 32px;
    padding:  150px 80px;
    color: #fff;
}

.direction-single__hero-title {
font-weight: 700;
font-size: 40px;
line-height: 150%;
letter-spacing: 0px;
text-align: center;
text-transform: uppercase;

}

/* DESCRIPTION */

.direction-single__description {
    max-width: 1300px;
    margin: 0px auto;
}

.direction-single__description p {
    margin-bottom: 16px;
font-weight: 500;
font-size: 24px;
line-height: 150%;
letter-spacing: 0px;
text-align: center;
color: #432A19;
}

/* FOCUS */

.direction-single__subtitle {
    margin-bottom: 24px;
font-weight: 700;
font-size: 24px;
line-height: 140%;
letter-spacing: 0px;
text-transform: uppercase;
color: #432A19;
}

.direction-single__subtitle--center {
    text-align: center;
font-weight: 700;
font-size: 32px;
line-height: 100%;
letter-spacing: 0px;
text-transform: uppercase;
color: #432A19;
}

.direction-single__focus-list,
.direction-single__beneficiary-list {
    list-style: none;
    padding: 0;
}

.direction-single__focus-list li,
.direction-single__beneficiary-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 22px;
    line-height: 250%;
    letter-spacing: 0px;
    color: #636160;
}

.direction-single__focus-list li::before,
.direction-single__beneficiary-list li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/check-circle-about-us.svg);
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 15px;
}

/* APPROACH */

.direction-single__approach-list {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

.direction-approach {
    width: calc(25% - 24px);
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}



.direction-approach__title {
    margin-bottom: 12px;
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: 0px;
text-transform: uppercase;
color: #432A19;
}

.direction-approach__text {
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0px;
text-align: center;
color: #636160;
}

/* BENEFICIARY */

.direction-single__beneficiary {
    display: flex;
    gap: 50px;
    align-items: center;
    background: #f7f7f7;
    border-radius: 32px;
    padding: 64px;
}

.direction-single__beneficiary-content {
    flex: 1.5;
}

.direction-single__beneficiary-image {
    flex: 1;
    border-radius: 24px;
}
.direction-single__beneficiary-image img{
    max-width: 522px;
}
/* ===== BREADCRUMBS ===== */
.directions-breadcrumbs {
 margin: 0px auto;
    margin-top: 16px;
    margin-bottom: 35px;
    padding: 15px 16px;
    background: #F5F6F5;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #636160;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    max-width: 1400px;
    letter-spacing: 0px;
}

.directions-breadcrumbs__current {
  color: #432A19;
  font-weight: 500;
}

.also-news {
  width: 100%;
  display: flex;
  justify-content: center;
}

.also-news__container {
  width: 1440px;
  padding: 40px 40px 40px;
  display: flex;
  flex-direction: column;
}

.also-news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.also-news__title {
font-weight: 700;
font-size: 32px;
line-height: 100%;
letter-spacing: 0px;
text-transform: uppercase;
color: #432A19;
}

.also-news__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.also-news__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #f2f2f2;
  cursor: pointer;
}

.also-news__arrow--prev::before {
  content: "‹";
  font-size: 30px;
}

.also-news__arrow--next::before {
  content: "›";
  font-size: 30px;
}

.also-news__all {
  margin-left: 16px;
  background: #0F8E38;
  color: #fff;
  padding: 13px 69px;
  border-radius: 24px;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
text-transform: uppercase;
  text-decoration: none;
}
.also-news__all:hover {
    background: #89BD23;
}

.also-news__slider {
  width: 100%;
}



.also-news__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.also-news__image img {
  width: 100%;
  border-radius: 20px;
  display: block;
  max-height: 320px;
}

.also-news__date {
    color: #432A19;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    display: block;
    margin-top: 20px;
}

.also-news__card-title {
font-weight: 600;
font-size: 16px;
line-height: 150%;
letter-spacing: 0px;
text-transform: uppercase;
color: #432A19;
margin-bottom: 0px;
}

.also-news__text {
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0px;
  color: #636160;
  margin-bottom: 5px;
    margin-top: 10px;
}

.also-news__more {
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
color: #138a36;
text-decoration: none;
}

.also-news__slider .swiper-slide {
  
  flex-shrink: 0;
  height: auto;
}
.also-news__card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.also-news__slider .swiper-wrapper {
  align-items: stretch;
}

.also-news__slider .swiper-slide {
  height: auto;
  display: flex;
}

.also-news__card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* ACTION */

.directions-extra__action,
.directions-extra__cta {
    background: #fefbe9;
    border-radius: 32px;
    padding: 64px;
    text-align: center;
}

.directions-extra__title {
    margin-bottom: 16px;

font-weight: 700;
font-size: 32px;
line-height: 150%;
letter-spacing: 0px;
text-align: center;
text-transform: uppercase;
color: #432A19;
}

.directions-extra__text {
    max-width: 720px;
    margin: 0 auto 32px;
font-weight: 600;
font-size: 20px;
line-height: 150%;
letter-spacing: 0px;
text-align: center;
color: #432A19;
}

.directions-extra__button {
    display: block;
    padding: 14px 32px;
    background: #0F8E38;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 500;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
margin: 0px auto;
text-transform: uppercase;
max-width: 390px;
width: 100%;
text-align: center;
}

.directions-extra__button:hover{
    background: #89BD23;
}

/* APPROACH */

.directions-extra__approach {
    text-align: center;
}

.directions-extra__subtitle {
    margin-bottom: 48px;
font-weight: 700;
font-size: 32px;
line-height: 100%;
letter-spacing: 0px;
text-transform: uppercase;
color: #432A19;
}


.also-projects{
    padding: 40px;
}
/* CTA */

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.cta-button {
    padding: 14px 32px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 500;
}

.cta-button--green {
    background: #0F8E38;
    color: #fff;

font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
text-transform: uppercase;
max-width: 300px;
width: 100%;
text-align: center;
}
.cta-button--green:hover{
    background: #89BD23;
}

.cta-button--yellow {
    background: #FFE500;
    color: #432A19;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    max-width: 300px;
    width: 100%;
    text-align: center;
}
.cta-button--yellow:hover{
    background: #FFFFB2;
}

/* ADAPTIVE */

@media (max-width: 1024px) {
    .direction-single__container {
        padding: 0 40px;
    }

    .direction-approach {
        width: calc(50% - 16px);
    }

    .direction-single__beneficiary {
        flex-direction: column;
    }
}

@media (max-width: 766px) {
    .direction-single__hero {
        padding: 40px 24px;
    }

    .direction-single__hero-title {
        font-size: 26px;
    }

    .direction-approach {
        width: 100%;
    }

    .direction-single__beneficiary {
        padding: 40px 24px;
    }
}
