.slick-prev:before {
    color:#000;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

.slick-next:before {
    color:#000;
}

.vcard.container {
    max-width: 100%;
}


@media only screen and (max-width: 599px) {
    .vc-item img {
        padding: 20px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
    .vc-item img {
        padding: 30px;
    }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .vc-item img {
        padding: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .vc-item img {
        padding: 50px;
    }
}

.vc-item P {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.vcard-section {
    padding-top: 125px;
}

.vcard-content-area h1.entry-title:before {
    display: inline-block;
    height: 65px;
    width: 1px;
    background: #d9d9d9;
    position: absolute;
    left: 50%;
    top: -130px;
    content: '';
}

.vcard-content-area h1.entry-title {
    margin-top: 70px;
}

.slider-vcard {
    opacity: 0;
    transition: opacity 1s;
    display: grid;
}
