.wcl-paths {
    background-color: var(--light-grey);
}

.wcl-paths__container.wcl-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 1280px) {
    .wcl-paths__container.wcl-container {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

@media only screen and (max-width: 768px) {
    .wcl-paths__container.wcl-container {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
    }
}

.wcl-paths__header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    margin-bottom: 90px;
}

@media only screen and (max-width: 1280px) {
    .wcl-paths__header {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .wcl-paths__header {
        margin-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .wcl-paths__header {
        margin-bottom: 30px;
    }
}

.wcl-paths__title {
    text-align: center;
    text-wrap: balance;
    margin: 0;
}

.wcl-paths__text {
    text-align: center;
    margin: 0;
    max-width: 800px;
}

.wcl-paths__subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    max-width: 800px;
    margin: 55px auto 25px;
}

@media only screen and (max-width: 768px) {
    .wcl-paths__subtitle {
        margin: 40px auto 25px;
    }
}

.wcl-paths__body {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 24px;
}

@media only screen and (max-width: 1024px) {
	.wcl-paths__body {
		flex-direction: column;
        align-items: center;
        max-width: 725px;
	}
}

@media only screen and (max-width: 700px) {
    .wcl-paths__body {
        gap: 0;
    }
}

.wcl-paths__list {
    width: calc(22% - 18px);
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1024px) {
    .wcl-paths__list {
        width: 100%;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .wcl-paths__list {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
}

.wcl-block-title {
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.68px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .wcl-block-title {
        font-size: 22px;
    }
}

.wcl-paths__list-title {
    margin-bottom: 44px;
}

.wcl-paths__list-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wcl-paths__list-items li {
    position: relative;
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    padding: 20px 20px 20px 30px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

.wcl-paths__list-items li::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    border-radius: 10px;
    height: calc(100% - 28px);
    background-color: var(--blueDC);
}

.wcl-paths__list:last-child .wcl-paths__list-items li::before {
    background-color: #FFDB59;
}

.wcl-paths__features {
    width: calc(56% - 12px);
    display: flex;
    gap: 24px;
}

@media only screen and (max-width: 1024px) {
	.wcl-paths__features {
		justify-content: center;
        width: 100%;
	}
}

@media only screen and (max-width: 768px) {
    .wcl-paths__features {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 700px) {
	.wcl-paths__features {
		justify-content: left;
		overflow-y: scroll;
        padding: 24px 15px;
	}
}

.wcl-paths__item.wcl-paths__item--1 {
  width: calc(40% - 19px);
}

@media only screen and (max-width: 700px) {
    .wcl-paths__item.wcl-paths__item--1 {
        min-width: 270px;
    }
}

.wcl-paths__item.wcl-paths__item--2 {
    width: calc(60% - 5px);
}

@media only screen and (max-width: 700px) {
    .wcl-paths__item.wcl-paths__item--2 {
        min-width: 430px;
    }
}

.wcl-paths__item-title {
    position: relative;
    z-index: 2;
    margin-bottom: 44px;
}

.wcl-paths__item-blocks {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.wcl-paths__item-block {
    width: 100%;
}

.wcl-paths__item h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.wcl-paths__item-buttons {
    width: 100%;
    display: flex;
}

.wcl-paths__item-buttons--1 {
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.wcl-paths__item-buttons--1 .wcl-paths__item-button {
    font-size: 16px;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
}

.wcl-paths__item-buttons--2 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

.wcl-paths__item-buttons--2 .wcl-paths__item-button {
    font-size: 14px;
    min-height: 58px;
    min-width: 107px;
    width: 100%;
    max-width: 90px;
    border-radius: 15px;
    padding: 5px;
}

.wcl-paths__item-button {
    background-color: #9a9bc6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 2;
    border-radius: 5px;
}

.wcl-paths__item-buttons--1 .wcl-paths__item-button:last-child,
.wcl-paths__item-block--1 .wcl-paths__item-button:last-child,
.wcl-paths__list:last-child {
    background: var(--orange-gradient);
}