.main-navigation ul {
  justify-content: center;
}

@media (max-width: 767px) {
.card-slider-container, .card-slider__image {
min-height: 200px !important;
}
}

@media (min-width: 768px) {
.card-slider-container, .card-slider__image {
min-height: 600px !important;
}
}

.wlName,
.wlTemp {
  font-family: 'PT Serif', serif;
}

.social-button--custom {
    background: transparent !important;
    position: relative;

    width: 42px !important;
    height: 42px !important;

    border-radius: 50%;
    transition: background-color .2s ease;

    transform: translateX(8px);
}

.social-button--custom::before {
    content: "";
    position: absolute;

    width: 22px;
    height: 22px;

    left: 50%;
    top: 50%;

    transform: translate(-68%, -46%);

    background-image: url('/wp-content/uploads/MAX.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.social-button--custom:hover {
    background-color: #f1f1f1 !important;
}