.HeroCard {
    border-radius: 30px;
    display: block;
    max-width: 450px;
    min-height: 624px;
    position: relative;
    transform-style: preserve-3d;
    width: 100%
}

@media screen and (max-width: 1300px) {
    .HeroCard {
        min-height:460px
    }
}

@media screen and (max-width: 1023px) {
    .HeroCard {
        min-height:320px
    }
}

@media screen and (max-width: 767px) {
    .HeroCard {
        display:block;
        margin: 0;
        max-width: 100%;
        min-height: 380px;
        min-width: auto;
        width: 100%
    }
}

.HeroCard__text {
    border-radius: 30px;
    left: 0;
    overflow: hidden;
    padding: 50px 40px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transform: translateZ(60px);
    width: 100%;
    z-index: 4
}

@media screen and (max-width: 1300px) {
    .HeroCard__text {
        padding:35px 30px
    }
}

@media screen and (max-width: 1023px) {
    .HeroCard__text {
        padding:25px 20px
    }
}

.HeroCard__title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 10px
}

@media screen and (max-width: 1300px) {
    .HeroCard__title {
        font-size:32px;
        line-height: 36px
    }
}

@media screen and (max-width: 1023px) {
    .HeroCard__title {
        font-size:24px;
        line-height: 26px
    }
}

.HeroCard__description {
    color: #fff;
    font-size: 24px;
    line-height: 28px
}

@media screen and (max-width: 1300px) {
    .HeroCard__description {
        font-size:20px;
        line-height: 24px
    }
}

@media screen and (max-width: 1023px) {
    .HeroCard__description {
        font-size:18px;
        line-height: 22px
    }
}

.HeroCard__image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.HeroCard__image,.HeroCard__image img {
    border-radius: 30px;
    display: block;
    height: 100%;
    width: 100%
}

.HeroCard__image img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom
}

.HeroCard__shadow {
    background-position: bottom;
    background-size: auto 500px;
    border-radius: 30px;
    bottom: -10px;
    display: block;
    filter: blur(20px);
    height: 30px;
    left: 30px;
    overflow: hidden;
    position: absolute;
    transform: translateZ(0);
    width: calc(100% - 60px);
    z-index: -1
}

.HeroCard__shadow img {
    bottom: 0;
    display: block;
    height: 500px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}
