/* Your CSS */
body {
    font-family: Arial, sans-serif;
}
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--medivox-font-body, sans-serif);
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    font-weight: 700;
}

a {
    text-decoration: none;
    transition: .3s;
}

.medivox-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
}

.text-center {
    text-align: center;
}

.d-none {
    display: none;
}
span.text-color {
    color: #39ADB5;
}
img {
    opacity: 1 !important;
}
article.page.type-page.status-publish.hentry {
    box-shadow: none !important;
}
.wp-block-media-text {
    padding-top: 50px;
}
.textwidget p {
    color: #fff !important;
}