/*
== Spis treści ==
0. Podstawowe
1. Typografia
2. Formularze
3. Nagłowek
4. Sekcje
5. Stopka
6. Mobile
*/

@import url('https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&display=swap');

/* 0. Podstawowe */

body {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

html,body {
    overflow-x: hidden;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.bgwhite {
    background-color: #fff;
}

figure.dgwt-jg-item.jg-entry.jg-entry-visible {
    border-radius: 15px;
}

table {
    width: 100%;
    margin: 60px 0;
    border: 1px solid #aaa;
    border-radius: 30px;
    color: #666;
}

th {
    font-family: "Cherry Bomb One", system-ui;
    color: #b47133;
    padding: 30px;
    text-align: center;
    background-color: #f2f2f2;
    font-size: 24px;
    font-weight: 600;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

td {
    padding: 30px;
    width: 50%;
    border-bottom: 1px solid #eee;
}

td .cena {
    font-family: "Cherry Bomb One", system-ui;
    color: #288F00;
    font-size: 24px;
}

td .dodinfo {
    color: #888;
    font-size: 14px;
}


/* 1. Typografia */

h1, h2, h3, h4, h5, h6 {
    font-family: "Cherry Bomb One", system-ui;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 3rem;
    font-weight: 700;
}

h2 {
    font-size: 2.3rem;
}

h3 {
    font-size: 2.1rem;
    font-weight: 700;
}

.h2-braz {
    color: #95571E;
    font-size: 44px;
    text-align: center;
}

.h2-ziel {
    color: #288F00;
    font-size: 44px;
    text-align: center;
}

p {
    color: #666;
}


/* 2. Formularze */

#rezerwacja-cf7 {
	margin-top: 0;
}

#rezerwacja-cf7 input[type="text"],
#rezerwacja-cf7 input[type="email"],
#rezerwacja-cf7 input[type="url"],
#rezerwacja-cf7 input[type="password"],
#rezerwacja-cf7 input[type="search"],
#rezerwacja-cf7 input[type="number"],
#rezerwacja-cf7 input[type="tel"],
#rezerwacja-cf7 input[type="range"],
#rezerwacja-cf7 input[type="date"],
#rezerwacja-cf7 input[type="month"],
#rezerwacja-cf7 input[type="week"],
#rezerwacja-cf7 input[type="time"],
#rezerwacja-cf7 input[type="datetime"],
#rezerwacja-cf7 input[type="datetime-local"],
#rezerwacja-cf7 input[type="color"],
#rezerwacja-cf7 select,
#rezerwacja-cf7 textarea {
	color: #b5b5b5;
    background-color: #EAEAEA;
    border: 0;
    padding: 19px;
    border-radius: 15px;
    vertical-align: middle;
	width: 85%;
	font-size: 19px;
}

#rezerwacja-cf7 textarea {
    width: 93% !important;
}

#rezerwacja-cf7 input[type="text"]:focus,
#rezerwacja-cf7 textarea:focus,
#rezerwacja-cf7 input[type="email"]:focus, 
#rezerwacja-cf7 input[type="tel"]:focus {
    background-color: #ccc;
    color: #666;
    border: 0;
}

#rezerwacja-cf7 input[type="text"]::placeholder,
#rezerwacja-cf7 textarea::placeholder,
#rezerwacja-cf7 input[type="email"]::placeholder {
	font-size: 15px;
	color: #9a9a9a;
}

#rezerwacja-cf7 label {
    font-size: 14px;
    line-height: 30px;
    display: grid;
}

#rezerwacja-cf7 button,
#rezerwacja-cf7 input[type="button"],
#rezerwacja-cf7 input[type="reset"],
#rezerwacja-cf7 input[type="submit"],
#rezerwacja-cf7 .btn,
#rezerwacja-cf7 .reply a {
    background-color: #95571E;
    border-radius: 50px;
	padding: 15px 65px;
    font-family: "Cherry Bomb One", system-ui;
    font-size: 23px;
	color: #fff;
	border: 0;
}

#rezerwacja-cf7 .wpcf7-submit:hover,
#rezerwacja-cf7 .wpcf7-submit:focus {
    background-color: #288F00;
}

#rezerwacja-cf7 button:active, 
#rezerwacja-cf7 button:focus {
    background-color: #288F00;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-radius: 10px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-radius: 10px;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-radius: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-radius: 10px;
}

.cf7emailinput, .cf7phoneinput {
    width: 90% !important;
}


/* 3. Nagłowek */

.site-header {
    color: #fff;
    padding: 17px 0 0 0;
    width: 100%;
}

.site-header .logo img {
    max-width: 96%;
    height: auto;
}


/* Navigation Menu */

.main-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 21px;
    vertical-align: middle;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: 800;
}

.main-navigation li {
    margin: 0 7px;
}

.main-navigation a {
    text-decoration: none;
    color: #288F00;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: "Cherry Bomb One", system-ui;
    font-weight: 400;
    font-style: normal;
}

.main-navigation a:hover {
    color: #45b718;
}

.main-navigation a:active {
    color: #f1f1f1;
    border-bottom: 2px solid #fff;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
}
 
.main-navigation ul.nav-menu.toggled-on {
    position: absolute;
    display: inline-block;
    background: #000;
    top: 90px;
    right: 0;
    z-index: 999;
    width: 100%;
    padding: 20px;
}

li#menu-item-200 {
    border-radius: 30px;
    border: 2px solid #288F00;
    padding: 0 5px;
}

.menu-toggle {    
    display: inline-block;
    font-size: 35px;
    padding: 4px 10px 8px 10px;
    color: #288F00;
    background-color: transparent;
    border: 1px solid #fff;
}
 
.buttonbox {
    display: block;
    padding-top: 22px;
}

.buttontools {
    padding: 9px 30px 12px 25px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: #95571E;
    margin-top: 8px;
    font-size: 19px;
}

.buttontools:hover {
    background-color: #b47133;
}

.buttontools::before {
    content: "";
    display: inline-block;
    background-image: url('../img/i-cal.svg');
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
    margin-top: -4px;
    vertical-align: middle;
}

a.buttontools {
    color: #fff;
    text-decoration: none;
    font-family: "Cherry Bomb One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
}

.buttontoolsmobile {
    display: none;
    background-color: #95571E;
    border-radius: 50px;
    margin-right: 20px;
}

.iconmobile {
    width: 22px;
    height: 22px;
    padding: 10px;
}

@media screen and (max-width: 1250px) {
    .main-navigation li {
        margin: 0 9px;
    }
    
    .main-navigation a {
        font-size: 22px;
    }
}        
    
@media screen and (min-width: 1024px) {
 
.main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        display: inline-block !important;
        text-align: left;
        width: 100%;
    }
    .main-navigation ul {
        margin: 0;
        text-indent: 0;
    }
    .main-navigation li a,
    .main-navigation li {
        display: inline-block;
        text-decoration: none;
    }
    .main-navigation li a {
        border-bottom: 0;
        white-space: nowrap;
    }
    
    .menu-toggle {
        display: none;
    }
     
}

@media screen and (max-width: 1024px) {

    .main-navigation {
        margin-top: 0;
    }    

    .main-navigation li {
        text-align: center;
        line-height: 50px;
    }
}


/* 4. Sekcje */

.full-page-div {
    width: 100%;
}

.boxed-div {
    max-width: 1320px; 
    margin: 0 auto; 
}

.kontener {
    display: block;
}

.section-title {
    display: flex;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 100%;
}

.section-title h2 {
    margin: 0;
    padding: 0;
    font-size: 33px;
    color: #444444;
}

.podtyt {
    width: 60px;
    height: 4px;
    background-color: #D9D9D9;
    display: block;
    margin-top: 9px;
}

section {
    background-position: center center;
    background-size: auto auto;
    background-origin: padding-box;
}

section#banner {
    min-height: 200px;
    padding: 120px 0 480px 0;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

section#banner1 {
    padding: 20px;

}

.bannertekst {
    text-align: justify;
    line-height: 20px;
}

section#banner1 h2 {
    margin: 60px 0;
	line-height: 52px;
}

.bannermobilny {
    padding-right: 30px;
}

.witajright {
    padding-left: 30px;
    padding-top: 30px; 
}

section#domki {
    padding: 60px 0;
}

section#domki h2 {
    padding: 0 0 50px 0;
}

section#domki ul {
    color: #666;
    list-style-type: disc;
    margin-left: 20px;
    line-height: 22px;
}

.domkileft {
    padding-right: 30px;
    padding-top: 30px;
}

.domkiright {
    padding-left: 30px;
    text-align: justify;
    line-height: 20px;
}

.tytul-domki {
    font-size: 23px;
    margin: 0 0 30px 0;
}

section#atrakcje {
    padding: 80px 0 30px 0;
    text-align: center;
    background-repeat: no-repeat;
}

section#atrakcje h2 {
    font-size: 45px;
}

section#atrakcje h3 {
    font-size: 24px;
    color: #6A6A6A;
}

section#atrakcje a {
    color: #6A6A6A;
    text-decoration: none;
}

.slick-slide img {
    border: 12px #ccc solid;
    border-radius: 200px;
    margin: 0 auto 20px auto;
}

.slick-slide img:hover, section#atrakcje a:hover {
    opacity: 0.8;
}

.slick-track {
    padding-bottom: 20px;
}

section#atrakcje .slick-list.draggable {
    margin-bottom: 30px;
}

.obroc {
    transform: rotate(180deg);
}

section#atrakcje button {
    border:0;
    background-color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    margin: 20px 10px;
}

section#atrakcje button:hover {
    background-color: #FAFFEE;
    cursor: pointer;
}

section#galeria {
    padding: 80px 10px;
}

section#galeria h2 {
    margin-bottom: 50px;
}

section#rezerwacja {
    padding: 80px 0;
}

section#rezerwacja h2 {
    margin-bottom: 50px;
}   

section#blog {
    padding: 80px 0 30px 0;
    text-align: center;
}

.promocja {
    background-color:#edf6d7;
    padding: 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

.tytul-promocja {
    font-size: 28px;
    font-family: "Cherry Bomb One", system-ui;
    color: #35bc00;
    margin: 0 0 30px 0;
}

.data-promocja {
    font-size: 21px;
    font-family: "Cherry Bomb One", system-ui;
    color: #b47133;
    margin-bottom: 20px;
}    

.promocja ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #666;
    line-height: 22px;
}

.promocja ul li {
    text-align: justify;
}

.reztlo {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 30px;
    padding: 40px;
    margin: 20px 0;
}

.rezerwacja-left {
    padding-right: 30px;
}

.rezerwacja-right {
    padding-left: 30px;
}

section#rezerwacja .entry-content p {
    margin: 0;
}

.tytul-rezerwacja {
    font-size: 27px;
    margin: 50px 0 30px 0;
    font-family: "Cherry Bomb One", system-ui;
    color: #b47133;
}

.tytul-rezerwacja2 {
    font-size: 19px;
    margin: 30px 0 10px 0;
    color: #666;
}

.tytul-rezerwacja3 {
    font-size: 29px;
    margin: 70px 0 30px 0;
    font-family: "Cherry Bomb One", system-ui;
    color: #b47133;
}

ul.rezerwacja-list {
    counter-reset: li;
    list-style-type: none;
    font-size: 14px;
    line-height: 19px;
    padding-left: 10px;
    margin-top: 30px;
    color: #666;
}

ul.rezerwacja-list li {
    position: relative;
    padding: 5px 0 5px 35px;
    margin-bottom: 15px;
}

ul.rezerwacja-list li:before {
content: counter(li);
counter-increment: li;
    padding-top: 2px;
    height: 20px;
    width: 22px;
    border: 0;
    background-color: #288F00;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 8px;
}

.rezakcept {
    font-size: 12px;
}

.buttonregulamin {
    padding: 19px 30px 22px 25px;
    border-radius: 20px;
    border: 1px solid #AAAAAA;
    background-color: #fff;
    margin-top: 8px;
    font-size: 19px;
}

.buttonregulamin:hover {
    background-color: #eee;
}

.buttonregulamin::before {
    content: "";
    display: inline-block;
    background-image: url('../img/i-dok.svg');
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
    margin-top: -4px;
    vertical-align: middle;
}

a.buttonregulamin {
    color: #666;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

.img-kon {
    width: 18px;
    height: 18px;
    padding: 0 13px 0 25px;
}

.innaforma {
    display: block;
    margin: 5px 0;
    color: #666;
    text-decoration: none;
    font-weight: 800;
}


@media screen and (max-width: 1024px) {

    section#blog {
        padding: 0 10px 30px 10px;
    }

    #blog .h2-braz {
        margin-bottom: 30px;
        margin-top: 0;
    }
}






/* strona */

section#bannerpage {
    min-height: 200px;
    padding: 100px 10px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

section#bannerpage .bannertext {
    float: left;
	padding-bottom: 40px;
}    

h1.entry-title {
    margin-bottom: 50px;
    color: #95571E;
}

.entry-content p {
    margin: 20px 0;
}

/* 5. Stopka */
footer {
    background-color: #3D3D3D;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
}

footer a {
    color: #fff;
    text-decoration: none;
}    

.footer h4 {
    font-size: 18px;
}

.footerbox {
    margin-bottom: 35px;
    line-height: 25px;
}

.footersr {
    padding: 21px 0 0 0;
}

.logostopka {
    margin-bottom: 10px;
}

.footer-infos, .footer-booking {
    padding: 20px;
}

/* back to top */

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    color: #288F00;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    cursor: pointer;
    display: none;
    z-index: 2000;
    transition: background-color 0.3s ease;
}

#back-to-top:hover {
    background-color: #f4f7f3;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.progress-circle {
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    pointer-events: none;
}

.progress-circle svg {
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
}

.progress-circle .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 2px;
}

.progress-circle .circle-progress {
    fill: none;
    stroke: #288F00;
    stroke-width: 2px;
    stroke-dasharray: 100, 100;
    stroke-dashoffset: 100;
    transition: stroke-dashoffset 0.1s linear;
}



/* 404 */

.button404 {
    background-color: #288F00;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 26px;
    font-family: "Cherry Bomb One", system-ui;

}

a.button404  {
    color: #fff;
    text-decoration: none;
}

.button404:hover {
    background-color: #35bc00;
}

/* 6. Blog */

.blog-archive,
.single-post-layout {
    padding: 40px 0 80px 0;
}

.blog-archive__hero,
.single-post-hero,
.single-post-body {
    background: linear-gradient(180deg, #fff7ec 0%, #ffffff 100%);
    border-radius: 34px;
    box-shadow: 0 20px 60px rgba(149, 87, 30, 0.10);
}

.blog-archive__hero,
.single-post-hero {
    padding: 55px;
    margin-bottom: 35px;
}

.blog-archive__eyebrow,
.single-post-hero__meta {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    color: #95571E;
    margin-bottom: 14px;
}

.single-post-hero__meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.blog-archive__hero h1,
.single-post-hero__title {
    color: #2f2418;
    margin: 0 0 16px 0;
}

.blog-archive__description,
.blog-archive__hero p {
    max-width: 700px;
    font-size: 18px;
    line-height: 1.7;
}

.blog-archive__content {
    padding: 10px 0 0 0;
}

.blog-grid,
.news-shortcode__grid {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-grid__item {
    padding: 15px;
}

.blog-card {
    background-color: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 10px;
}

.blog-card__image-link {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #d8e8c8 0%, #f4d8b6 100%);
}

.blog-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.blog-card:hover .blog-card__image {
    transform: scale(1.04);
}

.blog-card__image--placeholder {
    width: 100%;
    height: 100%;
    display: block;
}

.blog-card__content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-card__meta {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #288F00;
    margin: 0 0 12px 0;
}

.blog-card__title {
    font-size: 30px;
    line-height: 1.1;
    margin: 0 0 14px 0;
}

.blog-card__title a,
.blog-card__link,
.single-post-back {
    text-decoration: none;
}

.blog-card__title a {
    color: #2f2418;
}

.blog-card__excerpt {
    flex: 1;
}

.blog-card__excerpt p {
    line-height: 1.7;
    margin: 0 0 22px 0;
}

.blog-card__link,
.single-post-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #288F00;
    color: #fff;
    border-radius: 999px;
    padding: 14px 24px;
    font-family: "Cherry Bomb One", system-ui;
    font-size: 24px;
    box-sizing: border-box;
    max-width: 100%;
}

.blog-card__link:hover,
.single-post-back:hover {
    background-color: #95571E;
}

.blog-pagination {
    margin-top: 35px;
}

.blog-pagination .nav-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-pagination .page-numbers {
    text-decoration: none;
    color: #95571E;
    background-color: #fff7ec;
    padding: 10px 16px;
    border-radius: 999px;
}

.blog-pagination .page-numbers.current {
    background-color: #95571E;
    color: #fff;
}

.blog-empty {
    text-align: center;
    padding: 30px 0 10px 0;
}

.single-post-hero__image {
    margin-top: 30px;
}

.single-post-hero__image img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.single-post-body {
    padding: 55px;
}

.single-post-body__content {
    max-width: 820px;
    margin: 0 auto;
}

.single-post-body__content p,
.single-post-body__content li {
    font-size: 18px;
    line-height: 1.85;
}

.single-post-body__content h2,
.single-post-body__content h3,
.single-post-body__content h4 {
    color: #95571E;
    margin-top: 42px;
}

.single-post-body__content img {
    max-width: 100%;
    height: auto;
    border-radius: 24px;
}

.single-post-body__footer {
    max-width: 820px;
    margin: 40px auto 0 auto;
}

.news-shortcode {
    width: 100%;
}

/* 6. Mobile */

@media screen and (max-width: 1024px) {
    .buttontoolsmobile {
        display: inline;
    }
    .tytul-rezerwacja, .tytul-domki {
        margin: 0 0 20px 0;
    }

    section#banner {
        padding: 150px 0 150px 0;
    }

    .slider-text {
        display: none;
    }

    .bannertext {
        float: none;
        margin: 10px;
        padding: 20px;
        max-width: 100%;
        text-align: center;
    }

    .bannertext h2 {
        font-size: 35px;
    }

    .domkileft, .domkiright {
        padding: 25px;
    }

    .rezerwacja-left, .rezerwacja-right {
        padding: 25px;
    }

    .kontakt-left, .kontakt-right {
        padding: 25px;
    }

    section#banner1 {
        padding: 0;
    }    

    .bannertekst {
        padding: 25px;
    }

    iframe {
        margin-right: 40px;
    }

    .tabelka {
        padding: 15px;  
    }
    .reztlo {
        padding: 10px;
        width: auto;
    }

    .footer-infos, .footer-booking {
        text-align: center;
        padding: 20px 0;
    }

    #rezerwacja-cf7 input[type="text"],
#rezerwacja-cf7 input[type="email"],
#rezerwacja-cf7 input[type="url"],
#rezerwacja-cf7 input[type="password"],
#rezerwacja-cf7 input[type="search"],
#rezerwacja-cf7 input[type="number"],
#rezerwacja-cf7 input[type="tel"],
#rezerwacja-cf7 input[type="range"],
#rezerwacja-cf7 input[type="date"],
#rezerwacja-cf7 input[type="month"],
#rezerwacja-cf7 input[type="week"],
#rezerwacja-cf7 input[type="time"],
#rezerwacja-cf7 input[type="datetime"],
#rezerwacja-cf7 input[type="datetime-local"],
#rezerwacja-cf7 input[type="color"],
#rezerwacja-cf7 select,
#rezerwacja-cf7 textarea {
	color: #b5b5b5;
    background-color: #EAEAEA;
    border: 0;
    padding: 19px;
    border-radius: 15px;
    vertical-align: middle;
	width: 72%;
	font-size: 19px;
}

#rezerwacja-cf7 textarea {
    width: 85% !important;
}

    .blog-grid,
    .news-shortcode__grid {
        margin-left: -10px;
        margin-right: -10px;
    }

    .blog-grid__item {
        padding: 10px;
    }

    .blog-archive,
    .single-post-layout {
        padding: 20px 0 50px 0;
    }

    .blog-archive__hero,
    .single-post-hero,
    .single-post-body {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .blog-card__content {
        padding: 22px;
    }

    .blog-card__title {
        font-size: 25px;
    }

    .blog-card__link,
    .single-post-back {
        width: 100%;
        font-size: 21px;
    }

    .single-post-body__content p,
    .single-post-body__content li,
    .blog-archive__description,
    .blog-archive__hero p {
        font-size: 16px;
    }
}   
