.three_key_layers_section {
    padding: 62px 0;
}

.three_key_layers_section h2 {
    font-family: 'Inter-Regular', san-serif;
    font-size: 36px;
    font-weight: 600 !important;
    line-height: 44px;
    text-align: center;
    color: #101828;
    margin-bottom: 16px;
}

.client_process_text {
    font-family: 'Inter-Regular', san-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    max-width: 746px;
    margin: 0 auto 62px;
}

.client_process_wrapper {
    display: grid;
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1fr 1fr;
}

.client_process_card_border_div {
    background: linear-gradient(180deg, rgba(208, 213, 221, 0.62) 0%, rgba(255, 255, 255, 0.62) 100%);
    box-shadow: 0px 0px 8px 0px #5925DC29;
    max-width: 453px;
    border-radius: 8px;
    position: relative;
}

.client_process_card {
    padding: 24px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    border-radius: 6px;
    margin: 4px;
    height: calc(100% - 8px);
}

.client_process_img {
    margin-bottom: 12px;
    margin-left: -5px;
}

.client_process_card_title {
    font-family: 'Inter-Regular', san-serif;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 24px;
    color: #101828;
    margin-bottom: 12px;
}

.client_process_card_text {
    font-family: 'Inter-Regular', san-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #293056;
}

.client_process_card_border_div:after {
    content: url(/wp-content/themes/glatco/images/client_process_arrow_right.svg);
    position: absolute;
    right: -64px;
    top: 50%;
    transform: translateY(-50%);
}

.client_process_card_border_div:last-child:after {
    content: '';
}

@media only screen and (min-width: 1400px) {
    .container.client_process_container {
        min-width: 1260px !important;
        max-width: 1260px !important;
    }
}


.three_key_layers_section {
    border-radius: 36px;
}

.client_process_text {
    font-size: 20px;
    line-height: 32px;
    color: #667085;
    max-width: 804px;
}

.client_process_card_title {
    font-size: 18px;
    line-height: 28px;
}

.client_process_card_text {
    font-size: 16px;
    color: #667085;
}

.client_process_card_border_div:after {
    right: -52px;
}

.container.client_process_container {
    padding: 0;
}

.client_process_img {
    width: 59px;
}

.client_process_img {
    margin-bottom: 6px;
    margin-top: -5px;
}

.client_process_card {
    padding: 20px;
}

.three_key_layers_section {
    border-radius: 36px 36px 0 0;
    text-align: center;
}

.three_key_layers_section h2 {
    margin-bottom: 62px;
}

.client_process_img_title_div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.client_process_card_title {
    font-size: 28px;
    line-height: 36px;
    margin-left: 11px;
}

.client_process_img {
    margin-bottom: 0;
}

.client_process_img_title_div {
    margin-bottom: 11px;
}

.three_key_layers_section {
    padding: 92px 0;
}


.client_process_card_border_div:after {
    content: '';
}

.client_process_arrow_right {
    position: absolute;
    right: -52px;
    top: 50%;
    transform: translateY(-50%);
}


@media only screen and (min-width: 1400px) {
    .container.client_process_container {
        min-width: 1260px !important;
        max-width: 1260px !important;
    }
}


@media only screen and (min-width: 1400px) {
    .container.client_process_container {
        min-width: 1024px !important;
        max-width: 1024px !important;
    }
}


@media only screen and (max-width: 767px) {
    .container.client_process_container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.client_process_card_title {
    margin-bottom: 0;
    margin-left: 8px;
}

.client_process_card_text {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}

.client_process_wrapper {
    grid-column-gap: 56px;
}

.client_process_arrow_right {
    right: -40px;
}

.client_process_card_border_div {
    max-width: unset;
}

.client_process_arrow_right_mobile {
    display: none;
}

.client_process_img {
    width: 68px;
    margin-top: unset;
    margin-left: unset;
}

.client_process_img_title_div {
    margin-top: -8px;
    margin-left: -8px;
    margin-bottom: 8px;
}

@media only screen and (min-width: 1400px) {
    .container.client_process_container {
        min-width: 1240px !important;
        max-width: 1240px !important;
    }
}

@media only screen and (max-width: 991px) {
    .client_process_card {
        padding: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .client_process_wrapper {
        grid-template-columns: 1fr;
    }

    .client_process_wrapper {
        grid-row-gap: 56px;
    }

    .client_process_arrow_right {
        display: none;
    }

    .client_process_arrow_right_mobile {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%) rotate(90deg) !important;
        bottom: -36px;
    }

    .three_key_layers_section h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 48px;
    }

    .three_key_layers_section {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 576px) {
    .client_process_img {
        width: 60px;
    }

    .client_process_card_title {
        margin-left: 4px;
    }

    .client_process_card_title {
        font-size: 20px;
        line-height: 28px;
    }

    .client_process_card_text {
        font-size: 16px;
        line-height: 24px;
    }

    .three_key_layers_section h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 36px;
    }

    .three_key_layers_section {
        padding: 36px 0;
    }
}

@media only screen and (max-width: 767px) {
    .client_process_card_border_div[data-aos] {
        transition-duration: 0.2s !important;
        transition-delay: 0.3s !important;
    }

    .client_process_arrow_right_mobile[data-aos] {
        transition-duration: 0.2s !important;
        transition-delay: 0.3s !important;
    }
}

.three_key_layers_button_border_div {
    border: 1px solid #5925DC;
    border-radius: 4px;
    background: linear-gradient(180deg, #9B8AFB 0%, #5925DC 100%);
    box-shadow: 0px 1px 2px 0px #1018280D;
    display: inline-flex;
    margin-top: 48px;
    position: relative;
}

.three_key_layers_button {
    background: linear-gradient(182.94deg, #7A5AF8 2.51%, #5925DC 88.83%);
    color: #fff;
    margin: 1px;
    border-radius: 4px;
    padding: 12px 16px 12px 52px;
    font-family: 'Inter-Regular', san-serif;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 24px;
}

.three_key_layers_button:hover {
    color: #fff !important;
    background: #5925DC;
    text-decoration: none;
}

.three_key_layers_button {
    padding: 12px 16px;
}

@media only screen and (max-width: 767px) {
    .three_key_layers_button_border_div {
        margin-bottom: 48px;
    }
}

@media only screen and (max-width: 575px) {
    .three_key_layers_button_border_div {
        margin-bottom: 36px;
    }
}

/*------ addition for button desktop/mobile in three_key_layers block on landingpage  --------------*/
.three_key_layers_button {
    display: block;
}

.three_key_layers_button.modal_open_form {
    display: none;
}