.shadowcard {
}
.blueshadow {
    border-radius: 19px;
    background-color: #EBF3FF;
    color: #000371;
    box-shadow: -19px 19px #276DF9;
    padding: 40px 35px;
    margin: 0 0 0 20px;
    max-width: 414px;
}
.blueshadow.shadowcard-small {
    padding: 40px 49px 60px;
    max-width: 460px;
}
.shadowcard-type {
    border-radius: 25px;
    background-color: #D7E5FF;
    line-height: 50px;
    color: #0030B5;
    margin: 85px 0 21px 0;
    display: inline-block;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 500;
}
.shadowcard-info{
    height: 273px;
}
.shadowcard-small .shadowcard-info{
    height: auto;
    min-height: 285px;
}
.shadowcard-title {
    font-size: 38px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 20px 0;
}
.shadowcard-text {
    margin: 0;
}
.shadowcard-link {
    color: #0030B5;
    font-size: 20px;
    display: flex;
    align-items: center;
    border: 2px solid #0030b5;
    width: fit-content;
    padding: 0 22px 0 19px;
    border-radius: 60px;
    line-height: 46px;
    margin: 31px 0 0;
}
.shadowcard-link::after {
    content:"";
    background: url(../png/btn-icon-eye.png) right center / 23px 13px no-repeat;
    height: 13px;
    width: 23px;
    display: block;
    margin-left: 10px;
}
.shadowcard-link.shadowcard-link-download::after {
    background: url(../png/btn-icon-download.png) right center / 23px 20px no-repeat;
    height: 20px;
    width: 23px;
}


@media screen and (max-width: 1360px) {

    .blueshadow {
        border-radius: 14px;
        box-shadow: -14px 14px #276DF9;
        padding: 20px 15px;
        margin: 0 0 0 20px;
    }
    .shadowcard-title {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 15px 0;
    }
    .shadowcard-text {
        margin: 0 0 30px 0;
        font-size: 19px;
    }
    .shadowcard-link {
        font-size: 18px;
        padding: 0 14px 0 15px;
        border-radius: 50px;
        line-height: 37px;
    }
    .shadowcard-type { 
        line-height: 40px;
        font-size: 17px;
    }

    .shadowcard-small .shadowcard-info{
        min-height: 302px;
    }

}

@media screen and (max-width: 767px) {



    .shadowcard-small .shadowcard-info{
        min-height: 1px;
    }

}