/* ---------- variable ---------- */
@import url("https://redtoucan-admin.azurewebsites.net/media/uvdovbjb/variable.css");

/* ---------- mobile ---------- */
.key-section-wrapper {
    background-image: url('https://redtoucan-admin.azurewebsites.net/media/ztvov4ht/key-section.jpg');
    background-size: cover;
}

.key-section-wrapper .key-section-header {
    padding: 4rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    color: var(--color-white);
}

.key-section-wrapper .key-section-container {
    max-width: var(--section-container-width);
    margin: 0 auto;
}

.key-section-wrapper .key-section-container .key-section-header svg {
    width: 6.25rem;
    height: auto;
    margin: 0 auto 1rem auto;
}

.key-section-wrapper .key-section-container .key-section-body {
    padding: 0 2rem 4rem;
}

.key-section-wrapper .key-section-container .key-section-body .pillar {
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.key-section-wrapper .key-section-container .key-section-body .pillar:not(:last-of-type) {
    margin-bottom: 2rem;
}

.key-section-wrapper .key-section-container .key-section-body .pillar .pillar-image {
    text-align: right;
    margin-bottom: 1rem;
}

.key-section-wrapper .key-section-container .key-section-body .pillar .pillar-image img {
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    border: 4px solid var(--color-green-lighter);
}

.key-section-wrapper .key-section-container .key-section-body .pillar .pillar-image small {
    display: block;
    margin-top: .5rem;
}

.key-section-wrapper .key-section-container .key-section-body .pillar .pillar-copy {
    display: flex;
}

.key-section-wrapper .key-section-container .key-section-body .pillar .pillar-copy .pillar-number {
    min-width: 2rem !important;
    text-align: center;
}

.key-section-wrapper .key-section-container .key-section-body .pillar .pillar-copy .pillar-number h4 {
    font-size: 2rem;
}

.key-section-wrapper .key-section-container .key-section-body .pillar .pillar-copy .pillar-number hr {
    border: none;
    border-top: .25rem solid var(--color-orange);
    margin-top: .25rem;
}

.key-section-wrapper .key-section-container .key-section-body .pillar .pillar-copy .pillar-text {
    padding-left: 1rem;
}

.key-section-wrapper .key-section-container .key-section-body .pillar .pillar-copy .pillar-text h4 {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.key-section-wrapper .key-section-container .key-section-body .pillar .pillar-copy .pillar-text p {
    margin-bottom: 1rem;
}

.key-section-wrapper .key-section-container .key-section-body .pillar .pillar-copy .pillar-text button {
    font-size: 1rem;
    padding: .5rem 1rem;
    display: flex;
    border: 2px solid #ffffff;
    align-items: center;
    background-color: transparent;
    color: #ffffff;
    border-radius: .5rem;
}

.key-section-wrapper .key-section-container .key-section-body .pillar .pillar-copy .pillar-text button i {
    display: flex;
    margin-left: 1rem;
}

/* ---------- tablet ---------- */
@media screen and (min-width: 48rem) {
    .key-section-wrapper .key-section-container .key-section-header {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
    }

    .key-section-wrapper .key-section-container .key-section-header svg {
        width: 8rem;
        margin-right: 1rem;
        margin-bottom: 0;
    }
}

/* ---------- laptop ---------- */
@media screen and (min-width: 62rem) {
    .key-section-wrapper {
        padding-bottom: 3rem;
    }

    .key-section-wrapper .key-section-container .key-section-header {
        padding: 4rem 0 0;
    }

    .key-section-wrapper .key-section-container .key-section-body {
        padding: 2rem 0 0;
    }

    .key-section-wrapper .key-section-container .key-section-body .pillar {
        flex-direction: row-reverse;
    }

    .key-section-wrapper .key-section-container .key-section-body .pillar > * {
        flex: 1;
    }

    .key-section-wrapper .key-section-container .key-section-body .pillar .pillar-copy .pillar-number {
        margin-right: 1rem;
    }

    .key-section-wrapper .key-section-container .key-section-body .pillar .pillar-copy .pillar-text {
        padding-right: 3rem;
    }
}