.column-page {
    display: flex;
    align-items: center;
    gap: 80px;
    align-self: stretch;
    padding: 80px 120px;
}

.column-page-mobile {
    display: none;
}

.column-page-5 {
    display: flex;
    padding: 80px 120px 80px 120px;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.page-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 0;
    align-self: stretch;
    gap: 40px
}

.page-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.column-page-title-normal {
    color: #1C1C1C;
    font-family: Manrope, serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.column-page-title-italic {
    color: #1C1C1C;
    font-family: "PT Serif", serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 300;
    line-height: 110%;
}

.column-page-subtitle {
    color: #4D4E55;
    font-family: Manrope, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.page-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
}

.page-item {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 12px;
}

.page-item-title {
    color: #1C1C1C;
    font-family: Manrope, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.page-item-subtitle {
    color: #4D4E55;
    font-family: Manrope, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.column-page-image {
    max-height: 500px;
    height: auto;
}

.page-line {
    height: 1px;
    align-self: stretch;
    background: #E5E7EB;
}

.page-5-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.page-5-buttons {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    border-radius: 99px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    justify-content: space-between;
    width: fit-content;
    margin: 0 auto;
}

.tab {
    position: relative;
    z-index: 2;
    font-family: Manrope, serif;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 99px;
    cursor: pointer;
    color: #9CA3AF;
    transition: color 0.3s ease;
}

.tab.active {
    color: #1C1C1C;
}

.slider-bg {
    position: absolute;
    top: 8px;
    bottom: 8px;
    width: calc(50% - 8px);
    background: #BFF404;
    border-radius: 99px;
    z-index: 1;
    transition: left 0.3s ease;
}

#client-title, #client-subtitle {
    display: none;
}

.page-5-title-normal {
    color: #1C1C1C;
    text-align: center;
    font-family: Manrope, serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.page-5-title-italic {
    color: #1C1C1C;
    font-family: "PT Serif", serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
}

.page-5-subtitle {
    color: #4D4E55;
    text-align: center;
    font-family: Manrope, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.function-row {
    display: flex;
    align-items: center;
    gap: 44px;
    align-self: stretch;
    justify-content: center;
}

.page-functions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    align-self: stretch;
}

.function-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
    max-width: 371px;
    width: 100%;
}

.card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.card-title {
    color: #1C1C1C;
    font-family: Manrope, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    flex-wrap: wrap;
}

.card-subtitle {
    color: #4D4E55;
    font-family: Manrope, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    align-self: stretch;
    flex-wrap: wrap;
}


@media (max-width: 768px) {

    .column-page, .column-page-5 {
        display: none;
    }

    .column-page-mobile {
        display: flex;
        padding: 32px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }

    .column-page-image-mobile {
        aspect-ratio: 343/306;
    }

    .column-page-title-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .second-page-title-normal-mobile {
        color: #1C1C1C;
        font-family: Manrope, serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }

    .second-page-title-italic-mobile {
        color: #1C1C1C;
        font-family: "PT Serif", serif;
        font-size: 24px;
        font-style: italic;
        font-weight: 400;
        line-height: 110%;
    }

    .second-page-subtitle-mobile {
        color: #4D4E55;
        font-family: Manrope, serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .column-page-text-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
    }

    .column-page-list-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
    }

    .column-page-item-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
    }

    .column-page-item-title-mobile {
        color: #1C1C1C;
        font-family: Manrope, serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .column-page-item-subtitle-mobile {
        color: #4D4E55;
        font-family: Manrope, serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .page-5-buttons-mobile {
        display: flex;
        padding: 8px 16px;
        align-items: center;
        gap: 16px;
        border-radius: 99px;
        border: 1px solid #E5E7EB;
        background: #FFF;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
        position: relative;
        justify-content: space-between;
        width: fit-content;
        margin: 0 auto;
    }

    .tab-mobile {
        position: relative;
        z-index: 2;
        font-family: Manrope, serif;
        font-size: 12px;
        font-weight: 600;
        padding: 8px 24px;
        border-radius: 99px;
        cursor: pointer;
        color: #9CA3AF;
        text-align: center;
        transition: color 0.3s ease;
    }

    .tab-mobile.active {
        color: #1C1C1C;
    }

    .slider-bg-mobile {
        position: absolute;
        top: 8px;
        bottom: 8px;
        width: calc(50% - 8px);
        background: #BFF404;
        border-radius: 99px;
        z-index: 1;
        transition: left 0.3s ease;
    }

    .function-title-mobile {
        color: #1C1C1C;
        font-family: Manrope, serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        flex: 1 0 0;
    }

    .function-subtitle-mobile {
        color: #4D4E55;
        font-family: Manrope, serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .function-text-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
    }

    .function-card-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .functions-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
    }

    .function-buttons-mobile {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .function-button-mobile {
        display: flex;
        width: 32px;
        height: 32px;
        padding: 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 32px;
        border: 1px solid #E5E7EB;
    }
}