.quick-links {
    position: relative;
    z-index: 1;
}

.quick-links__top-content h2 {
    margin-bottom: 5px;
}

.quick-links-item {
    margin-top: 20px;
}

.quick-link {
    background: #FFFFFF;
    box-shadow: 0 5px 25px rgba(12, 35, 64, 0.10);
    border-radius: 15px;
    padding: 14px 15px 14px 15px;
    color: #211B12;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.quick-link--links {
    padding-right: 63px;
}

.quick-link__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #FFF7D9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #824088;
}

.quick-link__icon img {
    max-width: 38px;
    margin: 0 auto;
}

.quick-link__info {
    width: calc(100% - 64px);
    padding-left: 15px;
    position: relative;
}

.quick-link--links::after {
    content: '\e907';
    font-family: 'alcor';
    position: absolute;
    top: 50%;
    right: 32px;
    font-size: 14px;
    font-weight: normal;
    transform: translate(0, -50%);
    width: auto;
    height: auto;
    background: transparent;
    z-index: 1;
    color: #824088;
}

.quick-link--links:before {
    content: '\e91f';
    font-family: 'alcor';
    position: absolute;
    top: 50%;
    right: 12px;
    font-size: 38px;
    font-weight: normal;
    transform: translate(0, -50%);
    color: #FADC6A;
}

.quick-link__info h6 {
    margin-bottom: 0;
    font-weight: 400;
}

.quick-link__info h6::after {
    display: none;
}


.quick-links__content {
    margin-top: 25px;
}

.quick-links__curve {
    position: absolute;
    left: 0;
    top: 164px;
    width: 100%;
    z-index: -1;
}

.quick-links.bg-light-purple::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 182px;
    background: #FFFFFF;
    z-index: -1;
}

@media (max-width: 767px) {
    .quick-links-item:first-child {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .quick-links__top-content h2 {
        margin-bottom: 15px;
    }

    .quick-link {
        height: 100%;
    }

    .quick-links__content {
        margin-top: 35px;
    }

    .quick-links__curve {
        top: 150px;
    }
    
    .quick-links.bg-light-purple::before {
        height: 154px;
    }
}

@media (min-width: 1200px) {
    .quick-links__top-content h2 {
        margin-bottom: 5px;
    }

    .quick-links-item {
        margin-top: 32px;
    }

    .quick-link {
        padding: 15px 20px 15px 20px;
    }
    
    .quick-link--links {
        padding-right: 73px;
    }
    
    .quick-link__icon {
        width: 80px;
        height: 80px;
        font-size: 48px;
    }
    
    .quick-link__icon img {
        max-width: 48px;
    }
    
    .quick-link__info {
        width: calc(100% - 80px);
    }
    
    .quick-link--links::after {
        right: 42px;
    }
    
    .quick-link--links:before {
        right: 22px;
    }

    .quick-link--links:hover {
        background: #FFFFFF;
        box-shadow: 0 5px 25px rgba(12, 35, 64, 0.25);
    }

    .quick-link__info h6 {
        line-height: 1.26em;
    }

    .quick-links--padding {
        padding-top: 0;
    }

    .quick-links__curve {
        top: 0;
    }
    
    .quick-links.bg-light-purple::before {
        display: none;
    }
}
