@media (max-width: 1400px) {
  .center {
    max-width: 95% !important;
  }
  img {
    height: auto;
    max-width: 100% !important;
  }
	#logo{ max-width: 150px;}

}


@media (max-width: 991px) {
    .center {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    #logo {
        flex: 0 0 auto;
        width: 120px;
    }

    #infos {
        width: 100%;
        justify-content: center;
    }

    .top-bar {
        padding: 15px 0;
    }

    .top-bar__inner {
        align-items: center;
        text-align: center;
    }

    .top-bar__info {
        flex-direction: column;
        justify-content: center;
        gap: 14px;
        margin-bottom: 14px;
    }

    .top-bar__item {
        justify-content: center;
    }

    .top-bar__socials {
        justify-content: center;
    }

    .vp-doctors-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

}

@media (max-width: 767px) {
    #logo {
        width: 100px;
    }

    .top-bar__item {
        gap: 8px;
    }

    .top-bar__socials {
        gap: 10px;
        flex-wrap: wrap;
    }

  .top-bar__socials a {
    width: 40px;
    height: 40px;
}

.top-bar__socials a img {
    width: 16px;
    height: 16px;
}

 .vp-doctor-card--red {
        --vp-media-radius-tr: 48px;
    }

    .vp-doctor-card--green {
        --vp-media-radius-tl: 48px;
    }

    .vp-doctor-card__overlay {
        padding: 0 18px 22px;
    }

    .vp-doctor-card__cta-link {
        width: calc(100% - 24px);
        grid-template-columns: 1fr 48px;
        margin-top: -16px;
    }

    .vp-doctor-card__cta-text {
        min-height: 48px;
        padding: 10px 14px;
        font-size: 1rem;
    }

    .vp-doctor-card__cta-icon {
        min-height: 48px;
    }

    .vp-doctor-card__content {
        padding: 22px 18px 22px;
    }
    .vp-doctor-card__title {
        font-size: 1.5rem;
    }

}