

.fx-element.services-playbook {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 2px 24px 0px rgba(110, 123, 129, 0.20);
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.fx-element.services-playbook:before {
    content: '';
    background: var(--Primary-Blue-Darkest);
    height: 16px;
    display: block;
    border-radius: 16px 16px 0 0;
}
.fx-element.services-playbook.accent-blue-teal-gradient:before {
    background: linear-gradient(90deg, color-mix(in srgb, var(--Primary-Blue) 60%, var(--White)) 0%, color-mix(in srgb, var(--Tertiary-Teal-Light) 40%, var(--White)) 100%);
}
.fx-element.services-playbook .services-playbook-inner {
    display: flex;
}
.fx-element.services-playbook .title {
    color: #083A74 !important;
    margin-bottom: 16px;
}
.fx-element.services-playbook .stat {
    color: #207DE9 !important;
    margin-bottom: 32px;
}
.fx-element.services-playbook .description,
.fx-element.services-playbook .description p,
.fx-element.services-playbook .description li  {
    color: #222 !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400;
    line-height: 28px !important; /* 155.556% */
    letter-spacing: -0.081px;
}

.fx-element.services-playbook .description p {
    margin-bottom: 16px;
}
.fx-element.services-playbook .description ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0 !important;
}
.fx-element.services-playbook .description li {
    padding-bottom: 8px !important;
    padding-left: 0 !important;
}
.fx-element.services-playbook .description li::marker {
    color: #207DE9 !important;
}
.fx-element.services-playbook .description li:before {
    width:8px !important;
    height:8px !important;
}
.fx-element.services-playbook .link {
    color: #207DE9 !important;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 133.333% */
    letter-spacing: -0.168px;
    text-decoration: none;
}
.fx-element.services-playbook .link {
    color: #207DE9 !important;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 133.333% */
    letter-spacing: -0.168px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.fx-element.services-playbook .link:hover {
    color: #00448F !important;
}
.fx-element.services-playbook .link i {
    color: #207DE9 !important;
    font-weight: 600;
}
.fx-element.services-playbook.columns-3 .playbook-column {
    padding: 48px 48px;
    flex-basis: 33.333333333333336%;
    border-right: 1px dashed #8fb8f0 !important;
}
.fx-element.services-playbook.columns-2 .playbook-column {
    padding: 48px 48px;
    flex-basis: 50%;
    border-right: 1px dashed #8fb8f0 !important;
}
.fx-element.services-playbook.accent-blue-teal-gradient .playbook-column {
    border-right-color: var(--Primary-Blue-Lightest) !important;
}
.fx-element.services-playbook.columns-1 .playbook-column {
    padding: 48px 48px;
}
.fx-element.services-playbook .playbook-column:last-child {
    border-right: none !important;
}
.services-playbook-link {
    position: absolute;
    bottom: -32px;
    left: 48px;
    width: calc(100% - 48px);
    background: url(/wp-content/themes/fx/assets/img/blocks/elements/services-playbook/playbook-arrow.svg);
    background-repeat: no-repeat;
    background-size: auto 32px;
    background-position: center right;
    height: 64px;
}

@media (max-width: 992px) {
    .fx-element.services-playbook.columns-3 .services-playbook-inner {
        flex-direction: column;
    }
    .fx-element.services-playbook.columns-3 .playbook-column {
        border-right: none !important;
        border-bottom: 1px dashed #8fb8f0 !important;
        padding-bottom: 48px;
    }
    .fx-element.services-playbook.accent-blue-teal-gradient.columns-3 .playbook-column {
        border-bottom-color: var(--Primary-Blue-Lightest) !important;
    }
    .fx-element.services-playbook.columns-3 .playbook-column:last-child {
        border-bottom: none !important;
        padding-bottom: 80px;
    }
    .fx-element.services-playbook {
        margin-bottom: 96px;
    }
}
@media (max-width: 768px) {
    .fx-element.services-playbook.columns-2 .services-playbook-inner {
        flex-direction: column;
    }
    .fx-element.services-playbook.columns-2 .playbook-column {
        border-right: none !important;
        border-bottom: 1px dashed #8fb8f0 !important;
        padding-bottom: 48px;
    }
    .fx-element.services-playbook.accent-blue-teal-gradient.columns-2 .playbook-column {
        border-bottom-color: var(--Primary-Blue-Lightest) !important;
    }
    .fx-element.services-playbook.columns-2 .playbook-column:last-child {
        border-bottom: none !important;
        padding-bottom: 80px;
    }
    .fx-element.services-playbook.columns-1 .playbook-column {
        padding-bottom: 80px;
    }
}