.post-wrapper {
    padding: 40px 0px 60px;
}

.post-heading h1 {
    font-size: 54px;
    line-height: 59.4px;
    color: #3b5a5a;
    margin-bottom: 30px;
}

.post-wrapper p {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 1%;
    color: #4d6d6c;
    font-family: var(--font-family);
    font-weight: 400;
    word-break: break-word !important;
    word-wrap: break-word;
    hyphens: auto;
}

.post-wrapper h2 {
    font-size: 45px;
    line-height: 49.5px;
    color: #3b5a5a;
    margin-bottom: 35px;
}

.post-wrapper h3 {
    font-size: 26px;
    line-height: 31.2px;
    color: #3b5a5a;
    width: 50%;
    margin-bottom: 25px;
}

.post-wrapper h4 {
    font-size: 23px;
    line-height: 27.6px;
    color: #00938b;
    margin: 60px 0 25px;
}

.post-content p {
    margin-bottom: 40px;
}

.post-content ul ul {
    margin-top: 20px;
}

.post-content li {
    list-style: none;
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 400;
    position: relative;
    margin-left: 35px;
}

.post-content li::after {
    position: absolute;
    content: "";
    left: -35px;
    top: 5.5px;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background-color: #00938b;
}

.post-content li::marker {
    color: #00938b;
}

.post-metadata {
    border-top: 1px solid #00938b;
    border-bottom: 1px solid #00938b;
    padding: 15px 0;
    gap: 120px;
    margin-top: 45px;
    margin-bottom: 70px;

    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 1%;
    font-weight: 400;
    color: #3b5a5a;
}

.post-wrapper .featured-image img {
    width: 80%;
    margin: 10px auto 50px;
    border-radius: 30px;
    height: auto;
}

.post-navigation {
    margin-top: 140px;
}

.post-navigation .nav-back a,
.post-navigation .nav-next a {
    background: transparent;
    border: 1px solid #00938b;
    color: #002e2db2;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    padding: 0px 30px;
    height: 54px;
    line-height: 54px;
    line-height: normal;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    text-wrap: nowrap;
    font-weight: 400;
}

.post-navigation .nav-back:hover a,
.post-navigation .nav-next:hover a {
    background-color: #00ada3;
    color: white;
}

.post-navigation .nav-back svg {
    margin-right: 8px;
    transition: stroke 0.5s ease;
}

.post-navigation .nav-back svg {
    margin-right: 8px;
    transition: stroke 0.5s ease;
}

.post-navigation .nav-back:hover svg path {
    stroke: white !important;
    stroke-opacity: 1 !important;
}

.post-navigation .nav-next svg {
    margin-left: 0px;
    width: 0px;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    /* margin-top: 4px; */
}

.post-navigation .nav-back svg {
    margin-right: 0px;
    width: 0px;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.post-navigation .nav-next:hover svg {
    margin-left: 15px;
    width: auto;
    visibility: visible;
}

.post-navigation .nav-back:hover svg {
    margin-right: 15px;
    width: auto;
    visibility: visible;
}

.work-together-banner {
    margin-bottom: 60px;
}

.work-together-banner .wrapper {
    padding: 55px 43px 81px 90px;

    color: var(--text-light);
    min-height: 313px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(90deg, #002e2d 0%, #00ada3 100%);
}

.work-together-banner .title {
    width: 50%;
    font-size: 54px;
    line-height: 70.2px;
}

.work-together-banner .content-container {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
}

.work-together-banner .content-wrapper {
    width: 32%;
}

.work-together-banner .content-wrapper h4 {
    font-size: 23px;
    line-height: 27.6px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.work-together-banner .content-wrapper a,
.work-together-banner .content-wrapper p {
    font-size: 18px;
    line-height: 27.6px;
    text-decoration: none;
    color: var(--text-light);
}

.page-slug-homepage .business-partners .articles .col-lg-6 {
    width: 25% !important;
}

.prio-block {
    margin-bottom: 50px;
    margin-top: 90px;
}

.prio-list {
    margin-bottom: 40px;
    padding-right: 40px;
}

.prio-list .title {
    font-size: 36px;
    line-height: 39.5px;
    color: #00938b;
    margin-bottom: 30px;
}

.prio-section {
    margin-top: 55px;
    padding: 22px 0px 60px;
}

.prio-section h2 {
    font-size: 54px;
    line-height: 59.4px;
    margin-bottom: 30px;
}

.prio-section .wrapper {
    padding: 0px 40px;
}

.prio-block .item {
    padding-right: 40px;
}

.global-link a {
    font-weight: 400;
    font-size: 15px;
    line-height: 19.5px;
    color: var(--text-dark);
}

.global-link a:hover {
    color: var(--accent);
}

.dosage-forms img,
.dosage-quantity img {
    max-height: 100%;
}