main {
    min-height: 70%;
    color: #333;
}
main p {
    padding: 1rem;
    text-align: center;
    color: #333;
}
main section {
    margin: 2rem 0;
}
main section.address {
    display: flex;
    justify-content: center;
    margin: 1rem;
}
main section.address ul {
    margin: 1rem 0;
    text-align: center;
}
main section.address ul li strong a {
    color: #19571f;
}
main section.head-image {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("/images/family.webp");
    background-position: 50% 50%;
    min-height: 30rem;
    /*transform: translate3d(0px, 262.483px, 0px);*/
    z-index: -1;
    background-size: cover;
}
main section.head-image div.filter {
    position: absolute;
    height: 100%;
    width: 100%;
    filter: brightness(40%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    opacity: 0.6;
}
main section.head-image h1 {
    z-index: 1;
    color: #fff;
    font-size: 2rem;
}
main section.head-image p {
    z-index: 1;
    color: #fff;
}
section.simple-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 2rem 0;
}
section.simple-list a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.simple-list img {
    background: #19571f;
    max-width: 8rem;
}
section.article {
    padding: 2rem 0;
    background-color: #f2f2f2;
    border: solid #ccc 2px;
    text-align: center;
    border-right: none;
    border-left: none;
}
section.article article h2 {
    padding: 1rem;
    font-size: 2rem;
    color: #19571f;
}
section.article article div.images {
    display: flex;
    height: 320px;
    overflow: auto;
    width: 100%;
}
section.article article div.images img + img {
    margin-left: 1rem;
}
section.article article div.images::-webkit-scrollbar {
    display: none;
}
section.article article div.images {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
section.download-mobile-app {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}
section.download-mobile-app div.line {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 2rem;
}
section.download-mobile-app div.line div.block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin: 1rem;
    padding: 0 3rem;
    text-align: center;
}
section.download-mobile-app div.line div.block a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1.5rem;
}
section.download-mobile-app div.line div.block a img {
    margin-bottom: 1rem;
    background: #19571f;
}
section.pharmacy-services {
    background-color: #f2f2f2;
}
section.pharmacy-services div.line {
    display: flex;
    flex-wrap: wrap;
}
section.pharmacy-services div.line div.block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 20%;
    flex-grow: 1;
}
section.pharmacy-services div.line div.block img {
    border-radius: 100%;
    height: 160px;
    width: 240px;
    max-width: 15rem;
}
section.pharmacy-services div.line div.block div.text-block {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
}
section.subscribe {
    display: flex;
    flex-direction: column;
}
section.subscribe div.line {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*min-height: 3rem;*/
}
section.subscribe div.line input {
    margin-right: 2rem;
    height: 100%;
    max-width: 20rem;
}
section.subscribe div.line button {
    padding: 0 2rem;
    min-height: 2rem;
    font-size: 1rem;
    background: #19571f;
    border-radius: 10px;
    border-width: 0;
    border-style: solid;
    color: #fff;
    font-family: museosans, Arial, Verdana, sans-serif;
    cursor: pointer;
}
.home-guides {
    padding: 48px 20px;
}
.home-guides__inner {
    max-width: 1100px;
    margin: 0 auto;
}
.home-guides h2 {
    margin: 0 0 12px;
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
}
.home-guides__intro {
    max-width: 820px;
    margin: 0 auto 28px;
    text-align: center;
    font-size: 17px;
    line-height: 1.7;
}
.home-guides__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.home-guides__card {
    display: block;
    padding: 24px;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.home-guides__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
    border-color: #d0d0d0;
}
.home-guides__card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.3;
}
.home-guides__card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}
.simple-list--actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    padding: 28px 20px 20px;
    background: #fff;
}
.simple-list--actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 52px;
    padding: 0 22px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    color: #0f5f1e;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.simple-list--actions a:hover {
    background: #f7faf7;
    border-color: #bfcfbf;
    transform: translateY(-1px);
}
.simple-list--actions img,
.simple-list--actions span {
    display: none;
}
@media only screen and (max-width: 720px) {
    section.pharmacy-services div.line div.block {
        width: 100%;
    }
    section.download-mobile-app div.line div.block {
        width: 100%;
    }
    section.download-mobile-app div.line {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .home-guides {
        padding: 36px 16px;
    }
    .home-guides h2 {
        font-size: 26px;
    }
    .home-guides__intro {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .home-guides__grid {
        grid-template-columns: 1fr;
    }
    .simple-list--actions {
        flex-direction: column;
        align-items: stretch;
    }
    .simple-list--actions a {
        width: 100%;
        min-width: 0;
    }
}