.document-block .link-custom {
    border: 1px solid #2B2B2B;
}

.document-block .link-custom:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.document-block .link-custom:hover svg circle {
    fill: #fff;
}

.document-block .link-custom:hover svg path {
    stroke: var(--main-color);
}

.document-block .custom-title {
    margin-bottom: 15px;
}

.document-block .col-lg-4 {
    margin-top: 25px;
}

.document-block .col-lg-4 > div {
    background: linear-gradient(0deg, #2B3980, #2B3980), #F7F7F8;
    border-radius: 30px;
    color: #fff;
    padding: 28px 24px 18px 22px;
    min-height: 190px;
}

.document-block .col-lg-4 p::before {
    position: absolute;
    content: url("../img/index/document/pdf.svg");
    left: 35px;
    top: 25px;
}

.document-block .col-lg-4 p {
    width: 320px;
    padding-top: 10px;
    padding-left: 65px;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 50px;
}

.document-block .download-docs {
    position: absolute;
    bottom: 25px;
    right: 35px;
}

.document-block .col-lg-4 .download-document {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
}
.document-block .col-lg-4 .download-document path {
    transition: .3s;
}

.document-block .col-lg-4 .download-document:hover path {
    stroke: var(--main-color);
}

@media (max-width: 992px) {

    .document-block .col-lg-4 p {
        max-width: inherit;
    }

}