.directions {
    padding: 40px 0;
}

.directions__container {
    max-width: 1440px;
    padding: 0 80px;
    margin: 0 auto;
}
.directions__container hr {
    color: #D9D9D9;
    height: 2px;
    margin-bottom: 30px;
}

.directions__head {
    max-width: 820px;
    margin-bottom: 80px;
}

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

.directions__text p {
    margin-bottom: 20px;
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0px;
color: #636160;

}
.directions__subtitle{
font-weight: 700;
font-size: 18px;
line-height: 140%;
letter-spacing: 0px;
color: #432A19;
}

.directions__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.directions__list_title{
font-weight: 700;
font-size: 24px;
line-height: 150%;
letter-spacing: 0px;
text-transform: uppercase;
color: #432A19;
margin-bottom: 0px;
}

/* CARD */

.direction-card {
    display: flex;
    gap: 40px;
    padding: 32px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}

.direction-card__label {
    flex: 0 0 522px;
    min-height: 300px;
    border-radius: 20px;
    padding: 32px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.direction-card__number {
font-weight: 700;
font-size: 64px;
line-height: 100%;
letter-spacing: 0px;
text-transform: uppercase;
color: #FFFFB2;
margin-bottom: 10px;
}

.direction-card__caption {
    margin-bottom: 16px;

font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: 0px;
text-transform: uppercase;
color: #FFFFB2;
}

.direction-card__title {
font-weight: 400;
font-size: 24px;
line-height: 130%;
letter-spacing: 0px;
text-transform: uppercase;
color: #fff;
max-width: 420px;
}

.direction-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.direction-card__content p {
font-weight: 500;
font-size: 20px;
line-height: 150%;
letter-spacing: 0px;
color: #432A19;

}

.direction-card__link {
    margin-top: 24px;
    color: #0F8E38;
    text-decoration: none;

font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;

}

/* ===== BREADCRUMBS ===== */
.directions-breadcrumbs {
 margin: 0px auto;
    margin-top: 16px;
    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;
}

/*section*/
.directions-extra {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* 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;
}

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

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

.approach-item__icon {
    margin: 0 auto 16px;
    border-radius: 12px;
}

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

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

/* AUDIENCE */

.directions-extra__audience {
    display: flex;
    gap: 64px;
    align-items: center;
}

.audience-content {
   
    flex: 694px;
}

.audience-list {
    list-style: none;
    padding: 0;
}

.audience-list li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 12px;
font-weight: 500;
font-size: 20px;
line-height: 250%;
letter-spacing: 0px;
color: #432A19;
}

.audience-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;
}

.audience-image {
    flex: 522px;
   

    border-radius: 24px;
}
.audience-image img{
    max-width: 522px;
    width: 100%;
    max-height: 462px;
}

/* 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) {
    .directions__container {
        padding: 0 40px;
    }

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

    .direction-card__label {
        flex: none;
    }

     .directions-extra {
        padding: 80px 40px;
        gap: 80px;
    }

    .approach-item {
        width: 100%;
    }

    .directions-extra__audience {
        flex-direction: column;
    }
}

@media (max-width: 766px) {
    .directions {
        padding: 80px 0;
    }

    .directions__title {
        font-size: 28px;
    }

    .direction-card {
        padding: 24px;
    }

    .direction-card__number {
        font-size: 36px;
    }
    .directions-extra__action,
    .directions-extra__cta {
        padding: 40px 24px;
    }

    .directions-extra__title {
        font-size: 22px;
    }
}
