.experts {
    background-image: url('/../../img/bg-parallax.webp');
    background-color: var(--color-blue);
    background-blend-mode: multiply;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    transition: background-position 0.3s ease-in-out;
    padding: 80px 0;
    color: white;
}

.experts .show-all-experts {
    background-color: var(--color-cian);
    padding: 19px 39px;
    color: white;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid white;
}

.experts .show-all-experts:hover {
    color: white;
    opacity: 0.9;
    transition: 0.3s;
    box-shadow: none;
}

.experts h6,
.experts h1 {
    font-weight: 700;
    line-height: 1.2;
}

.experts h6 {
    letter-spacing: .2em;
    font-size: 16px;
}

.experts h1 {
    font-size: 54px;
}

.experts .card {
    max-width: 350px;
}

.experts .card-header {
    border: none;
    padding: 20px 20px 0 20px;
}

.experts .card-header img {
    width: 100%;
    height: 330px;
}

.expert-title {
    color: var(--color-blue-3);
    text-transform: uppercase;
    font-weight: 700;
}

.expert-content {
    color: var(--color-gray-3);
    font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 42px !important;
    }
}