/**
Theme Name: Readme
Author: melv
*/

body {
    font-size: 18px;
	width: 100%;
    min-width: 320px;
    position: relative;
    line-height: normal;
    overflow-x: hidden;
    font-family: 'Cyntho Next';
    margin: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}
h1 {
    font-size: 28px;
    line-height: 1.4;
}
h2 {
    font-size: 24px;
    line-height: 1.4;
}
h3 {
    font-size: 20px;
    line-height: 1.4;
}
h4 {
    font-size: 16px;
    line-height: 1.4;
}
p {
    font-size: 20px;
    line-height: 1.4;
    margin: 16px 0;
}


ol, ul {
  list-style: none;margin:0;padding:0;
}

blockquote, q {
  quotes: none;
font-size:20px;
	font-style:italic;
	line-height: 1.3;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; 
	
}
  
::selection {
    color: #000000;
    background: #9a80b0;
   }  


img {
	width:100%;
  max-width: 100%;
  height: auto;
	display: block;
	overflow:hidden;
}


  
*, ::after, ::before {
    box-sizing: border-box;
}



/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/  

.main-container {
    
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/  

header {
    padding: 50px 0 0 0;
    
}

.header .header-wrapper {
  width: 90%;
  max-width: 1440px;
    padding: 0 51px 0 51px;
    margin:0 auto;
	z-index: 10;
  position: relative;
	display:flex;
	align-items:center;
	justify-content:space-between;
}


.header .col-1, .header .col-2, .header .col-3{
  width: 30%;
}


.header .logo {
  width:300px;
	margin:0 auto;
}








header .socbuttons {
  float: right;
}
	
header .socbuttons .facebook-link, header .socbuttons .insta-link, header .socbuttons .tiktok-link, header .socbuttons .telegram-link {
position: relative;
width: 35px;
height: 35px;
background-size: cover;
float: left;
margin: 3px;
	
}
header .socbuttons .facebook-link:before, header .socbuttons .insta-link:before, header .socbuttons .tiktok-link:before, header .socbuttons .telegram-link:before {
	content: '';
position: absolute;
top: 0;
left: 0;
width: 35px;
height: 35px;
background-size: cover;
	
}
	
header .socbuttons .facebook-link:before {
	content: '';
	background-image: url("/wp-content/themes/readme/assets/disign/icons/facebook-link.svg");
}

header .socbuttons .insta-link:before {
	content: '';
	background-image: url("/wp-content/themes/readme/assets/disign/icons/insta-link.svg");
}

header .socbuttons .tiktok-link:before {
	content: '';
	background-image: url("/wp-content/themes/readme/assets/disign/icons/tiktok-link.svg");
}

header .socbuttons .telegram-link:before {
	content: '';
	background-image: url("/wp-content/themes/readme/assets/disign/icons/telegram-link.svg");
}




/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/ 

.go {
    display: block;
    text-transform: uppercase;
    text-indent: -99999px;
    width: 26px;
    height: 18px;
    position:relative;
	WIDTH: 40PX;
    height: 40px;
    border-radius: 50%;
	background: #f8f8f8;
}
	
	.go:before {
	content: '';
position: absolute;
top: 50%;
left: 50%;
		transform: translate(-50%, -50%);
width: 26px;
height: 18px;
background-size: cover;
background-image: url("/wp-content/themes/readme/assets/disign/menu.svg");
}




#modal_form {
 width: 100%;
height: 100vh;
 position: fixed; 
 top: 0; 
 left: -100%; 
 margin:0 0 0 0; 
	display: none; 
 opacity: 0; 
 z-index: 99999; 
     background: #464749;
	padding: 40px;
}
 

 
 
 
 
#modal_close {
      width: 28px;
    height: 28px;
  position: absolute;
  top: 30px;
right: 30px;
  cursor: pointer;
  display: block;
  background: url(/wp-content/themes/readme/assets/disign/close.svg);
  background-size: cover;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
		
	
#modal_close:hover {
-webkit-transform: rotate(180deg);
          transform: rotate(180deg);
	
}	
		





#modal_form ul {
	margin:20px 0 0 0;
}

#modal_form ul li a {
    color: #fff;
    display: block;
    padding: 30px 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #fff;
}

#modal_form ul li:last-child a {
    border-bottom: 0px solid #fff;
}



#modal_form .logo {
    width:200px;
}



	
		
		
		
/* Подложка */
#m-overlay {
 z-index: 99998;
 position: fixed;
 background-color: #fff; 
opacity: 0.1; 
 width: 100%; 
 height: 100%; 
 top: 0; 
 left: 0; 
 cursor: pointer;
 display: none; 
}





















 a.back-to-top {
    display: none;
  }	
a.back-to-top {
	position: fixed;
right: 30px;
bottom: 30px;
width: 30px;
height: 30px;
background: url("/wp-content/themes/readme/assets/disign/arrow-top.svg") no-repeat center 50%;
    background-size: cover;	
z-index: 10;
}	



























.content {
	max-width: 1440px;
    padding: 51px 51px;
    margin:0 auto;
}






.post, .page {
	margin:0px auto;
}


.post .row {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.post .left-col {
	width:65%;
	float:left;
}

.post .right-col {
	width:35%;
	float:right;
}

.post h1 {
	font-size:48px;
	margin-top: 20px;
    margin-bottom: 20px;
	font-family: 'Bandera Pro';
}

.post .time-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #959398;
    margin: 0 0 10px 0;
}

.post .post-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #959398;
    align-items: center;
    margin: 10px 0;
}











article {
	
}

article .post-thumbnail {
	border-radius:10px;
	overflow:hidden;
}

article img {
	border-radius:10px;
}


article p {
    font-size: 20px;
    line-height: 1.4;
    margin: 18px 0;
}

article h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-family: 'Bandera Pro';
	text-transform:none;
}

article ul li {
	font-size: 20px;
    
    line-height: 1.6;
    list-style-type: none;
    padding-left: 25px;
    margin-bottom: 15px;
    position: relative;
}

article ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 12px;
    border-radius: 50%;
    background: #961c39;
}

article .dovidka {
    padding:20px;
	border:2px solid #f8f8f8;
	border-radius:10px;
	background:#464749;
	color:#fff;
}







.related-posts {
	margin:60px 0;
}

.related-posts-title {
	font-size: 24px;
    font-weight: 400;
    font-family: 'Bandera Pro';
    margin: 0 0 20px 0;
}

.related-posts-title a {
	font-weight: 600;
    text-decoration:none;
}

.related-content {
	display:flex;
}

.related-content .publ {
	position:relative;
	border-radius:10px;
	overflow:hidden;
	flex: 1;
}

.related-content .publ:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
z-index:1;
}



.related-content .col-1 {
	width:40%;
	padding:0 20px 0 0;
}

.related-content .col-2 {
  width: 60%;
  display: flex;
  gap: 20px;
}

.related-content .col-2 > * {
  flex: 1; 
}

.related-content .publ .thumb {
	width:100%;
	height:400px;
	transition:0.3s;
}

.related-content .publ .thumb img {
	width:100%;
	height:400px;
	object-fit:cover;
	
	transform: scale(1);
}

.related-content .publ:hover .thumb {
	transform: scale(1.1);
}

.related-content .publ .meta  {
	position:absolute;
	bottom:0;
	left:0;
	padding:40px 20px 20px;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(93,47,131,0.88) 100%);
z-index:2;
color:#fff;
	
}

.related-content .col-1 .publ .meta .title {
	font-size:30px;
	font-weight:600;
	font-family: 'Bandera Pro';
}

.related-content .publ .meta .title {
	font-size:20px;
	font-weight:600;
	font-family: 'Bandera Pro';
	margin:0 0 10px 0;
}

.related-content .publ .meta .date {
	font-size:14px;
}










.other-posts {
	
}

.other-posts .row {
	width: 100%;
    background: #f8f8f8;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 40px 0;
}
    


.other-posts .row .col-1 {
    width: 30%;
}
.other-posts .row .col-2 {
    padding: 40px;
}

.other-posts .row .col-1 .thumb {
    width: 400px;
    height: 400px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
	display:block;
}

.other-posts .row .col-1 .thumb img {
    width: 400px;
    height: 400px;
    object-fit:cover;
}






.breadcrumbs a {
	color:#959398;
}








.read-also {
    padding: 40px;
    background: #f9f3ec;
    border-left: 20px solid #ffce00;
    border-radius: 10px;
    margin: 20px 0;
}

.read-also a {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Bandera Pro';
    text-decoration: none;
    display: block;
    margin: 10px 0 0;
}





.post .rubric-name a {
    border-radius: 4px;
    background: #5d2f83;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 2px 8px;
}




/*--[ Tags ]---------------------------*/
.tags {
    overflow: hidden;
    margin:20px 0;
}

.tags ol, .tags ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0px;
	display: flex;
}


.tags li {
	list-style-type: none;
	padding:0;
}
.tags li a {
    margin: 0 5px 5px 0;
    color: #6d7b82!important;
    float: left;
    padding: 6px 8px;
    list-style-type: none;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    border: 1px solid #cbced2;
    border-radius: 4px;
}

.tags li a:hover  {
    background: #f9f3ec;
}

.tags a:before {
    content: "#";
    color: #6d7b82;
	margin-right: 2px;
}


  
  






.share {
    text-align: center;
    overflow: hidden;
}

.share .share_title {
    margin: 0 0 10px 0;
    font-weight: 700;
    display: block;
}

.share li {
    list-style-type: none;
    margin: 1px;
    overflow: hidden;
    display: inline-block;
	
}



.share li a {
    width: 35px;
	height:35px;
border-radius: 4px;
	border:1px solid #000000;
	display:block;
	position:relative;
	
}

.share li:hover {
    opacity:1;
}


.share .twitter:before {
    content: "";
	background-image: url(/wp-content/themes/readme/assets/disign/icons/twitter.svg);
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.twitter:hover{}




.facebook:before {
    content: "";
    background-image: url(/wp-content/themes/readme/assets/disign/icons/facebook.svg);
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.facebook:hover{}


.share .telegram:before {
    content: "";
	background-image: url(/wp-content/themes/readme/assets/disign/icons/telegram.svg);
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.telegram:hover{}


























.photogallery_single {
    position: relative;
    width: 100%;
    margin: 20px auto;
}

.photogallery_single .item {
    position: relative;
    width: 100%;
    height: 380px;
    display: block;
    border-radius: 12px;
    overflow: hidden;
	background:#073c42;
}



.photogallery_single .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
	position:relative;
	display: block;
	margin: 0 auto;
}

.photogallery_single .item:before {
  content: '';
position: absolute;
background: rgba(51, 51, 51, 0.6);
top: 50%;
left: 50%;
width: 0px;
height: 0px;
z-index: 5;
border-radius: 12px;
overflow: hidden;
	transition: 0.3s ease;
}

.photogallery_single .item:hover:before {
  content: '';
position: absolute;
top: 0;
	left:0;
width: 100%;
height: 100%;
z-index: 5;
	border-radius:12px;
	overflow:hidden;
}

.photogallery_single .item:hover:after {
  content: '';
position: absolute;
top: 50%;
	left:50%;
	margin:-11px 0 0 -11px;
width: 22px;
height: 22px;
z-index: 5;
	background-image: url("/wp-content/themes/readme/assets/disign/zoom.svg");
	background-size:cover;
}





























sidebar {
	width:35%;
	padding:0 0 0 80px;
}

.sidebar-block {
	width: 100%;
    background: #f8f8f8;
    position: sticky;
    top: 40px; 
	    border-radius: 10px;
    overflow: hidden;
}













.recent-posts {
	padding:40px;
}

.recent-posts ul {
	
}

.recent-posts ul li {
	font-size: 20px;
    font-family: 'Bandera Pro';
    margin: 0 0 20px 0;
	padding:15px 0 0 0;
	border-bottom:2px solid #fff;
	position:relative;
}

.recent-posts ul li:last-child {
	border-bottom:0px solid #fff;margin: 0 0 0px 0;
	padding:15px 0 0 0;
}


.recent-posts ul li a {
	color:#000;
	text-decoration:none;
	font-weight: 500;
    transition:0.3s;
	padding:0 0 15px 0;
	display:block;
	position:relative;
	
}

.recent-posts ul li a:before {
	content:"";
	position:absolute;
	left:0;
	bottom:-2px;
	height:2px;
	width:0;
	background:#333333;
	 transition:0.3s;
}

.recent-posts ul li a:hover {
	color:#961c39;
}

.recent-posts ul li a:hover:before {
	content:"";
	width:100%;
}

.recent-posts .post-date {
    color: #959398;
	font-size: 14px;
	
}




















.wrapper {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}








.cat-section {
    display: flex;
    /* gap: 20px; */
    padding: 0 10px;
    justify-content: space-between;
	margin:60px 0;
}

#fp-category {
    width: 75%;
    padding: 0 5px 0 0;
}

.add {
    width: 25%; /* 1/4 ширини */
    max-width: 314px; /* Наприклад, максимальна ширина */
    text-align: center; /* Для центрування контенту всередині */
}



#fp-category .fp-category-title {
    padding: 0 0 0 10px;
    font-size: 40px;
    font-family: 'Bandera Pro';
    font-weight: 400;
    margin: 0px 0 20px 0;
    display: block;
    color: #000;
   position: relative;
}

#fp-category .fp-category-title:before {
    content: "";
    width: 66px;
    height: 66px;
    background: #ffce00;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}





#fp-category .latest-post {
	width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
	margin:0 0 20px 0;
}

#fp-category .latest-post .meta {
    position:absolute;
	bottom:0;
	left:0;
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.6979166666666667) 0%, rgba(255,255,255,0) 90%);
	    padding: 40px;
}

#fp-category .latest-post .date {
    font-size: 14px;
    color: #959398;
}


#fp-category .latest-post .title {
    font-size: 40px;
    font-family: 'Bandera Pro';
    font-weight: 600;
    margin: 20px 0;
    display: block;
    color: #fff;
    text-decoration: none;
}

#fp-category .latest-post .thumb {
    width:100%;
	height:400px;
	background-size:cover;
	background-position:center;
	transition:0.3s;
}

#fp-category .latest-post:hover .thumb {
    transform: scale(1.1);
}






















#fp-category .posts-row {
    display: flex;
    gap: 20px;
}

#fp-category .post {
    flex: 1;
}


#fp-category .post .thumb {
    width: 100%;
    height: 200px;
	overflow:hidden;
	border-radius: 10px;
}

#fp-category .post .thumb img {
    width: 100%;
    height: auto;
}



#fp-category .post .date {
    font-size: 14px;
    color: #959398;
}


#fp-category .post .title {
    font-size: 20px;
    font-family: 'Bandera Pro';
    font-weight: 600;
    margin: 20px 0;
    display: block;
    color: #000;
    text-decoration: none;
}























.category-title {
	font-size: 40px;
    font-family: 'Bandera Pro';
    font-weight: 500;
    margin: 0 0 20px 0;
    display: block;
    color: #000;
    text-decoration: none;
}







.archive {
	
}

.publ {
	width:100%;
	background:#f8f8f8;
	display:flex;
	border-radius:10px;
	overflow:hidden;
	margin:0 0 40px 0;
}

.publ .col-1{
	width:30%;
}

.publ .thumb {
    width: 400px;
    height: 400px;
    overflow: hidden;
    background-size: cover;
	background-position: center;
}



.publ .col-2{
	padding: 40px;
}


.publ .title {
	font-size:40px;
	font-family: 'Bandera Pro';
	font-weight:500;
	margin:20px 0;
	display:block;
	color:#000;
	text-decoration:none;
	
}





.publ .rubric a {
    border-radius: 4px;
    background: #5d2f83;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 2px 8px;
}

.publ .time-info {
	display:flex;
}






.archive .lastpost {
    border-radius: 10px;
    position:relative;
	display:block;
	overflow:hidden;
	margin:0 0 40px 0;
	background:#fff;
}

.lastpost::before {
    content: "";
    position: absolute;
    top: 0;
    /* left: 0; */
    left: 0;
    bottom: 0;
    z-index: 2;
    background: var(--bg-color, linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)));
    opacity: 1;
    width: 70%;
}



.archive .lastpost .thumb {
    width: 100%;
    height: 600px;
    overflow: hidden;
    object-fit:cover;
}

.archive .lastpost .thumb img {
    width: 100%;
    height: 600px;
    object-fit: cover;
        object-position: center;
}

.archive .lastpost .meta {
    width:40%;
	padding:40px;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}

.archive .lastpost .title {
    font-size: 40px;
    font-family: 'Bandera Pro';
    font-weight: 600;
    margin: 20px 0;
    display: block;
    color: #fff;
    text-decoration: none;
}

.archive .lastpost .rubric-name a {
    border-radius: 4px;
    background: #5d2f83;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 2px 8px;
}

.archive .lastpost .excerpt {
	width:25%;
	padding:40px;
	position:absolute;
	top:0;
	right:0;
	z-index:3;
    display:block;
	color:#fff;
	text-decoration:none;
}

.archive .publ .excerpt p {
	font-size:18px;
	text-decoration:none;
}

.archive .lastpost .excerpt p {
	font-size:18px;
	color:#fff;
	text-decoration:none;
}





.latest-posts {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Відступи між блоками */
    justify-content: center;
}

.post-item {
    border-radius: 10px;
    transition: transform 0.3s ease;
	height:500px;
	position:relative;
	overflow:hidden;
	    background: #f8f8f8;
}





.post-item h3 {
    font-size: 18px;
    margin-top: 10px;
}

/* Розміри для рядків */
.row-three {
    width: calc(25% - 20px); /* 3 блоки в ряд */
}

.row-four {
    width: calc(25% - 20px); /* 4 блоки в ряд */
}

/* Спеціальний клас "big" */
.post-item.big {
    width: calc(50% - 20px); /* Великий блок займає половину рядка */
	border-radius: 10px;
    overflow: hidden;
}

/* Інші блоки в ряду з "big" */
.row-three .post-item:not(.big),
.row-four .post-item:not(.big) {
    width: calc(25% - 20px); /* Інші блоки займають 25% */
}

/* Адаптивність для мобільних */
@media (max-width: 768px) {
    .row-three, .row-four, .post-item.big, .post-item:not(.big) {
        width: calc(50% - 20px); /* 2 блоки в ряд */
    }
}

@media (max-width: 480px) {
    .row-three, .row-four, .post-item.big, .post-item:not(.big) {
        width: 100%; /* 1 блок у ряд */
    }
}


	
	
.post-item.big .thumb {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
	

.post-item .meta {
    padding: 20px;
}	
	
	
.post-item.big .meta {
    position:absolute;
	bottom:0;
	left:0;
	    padding: 40px;
}


	
	
.post-item.medium .thumb {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
	
	
	
.post-item.medium .meta {
    position:absolute;
	bottom:0;
	left:0;
	padding: 80px 40px 40px;
}	
	
	
.post-item.big .meta, .post-item.medium .meta {
background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.6979166666666667) 0%, rgba(255,255,255,0) 98%);
}		
	
	
	
	
	
.post-item .thumb {
    width: 100%;
    height: 50%;
    background-size: cover;
    background-position: center;
	border-radius: 10px 10px 0 0 ;
	transition:0.3s;
}

	

	
	
	
	
	
	
	
.post-item .meta .title {
    font-size: 20px;
    font-family: 'Bandera Pro';
    font-weight: 600;
    margin: 20px 0;
    display: block;
    color: #000;
    text-decoration: none;
}	
	
.post-item.big .meta .title {
    font-size: 34px;
    font-family: 'Bandera Pro';
    font-weight: 600;
    margin: 20px 0;
    display: block;
    color: #fff;
    text-decoration: none;
}	
	
.post-item.medium .meta .title {
    font-size: 22px;
    font-family: 'Bandera Pro';
    font-weight: 600;
    margin: 20px 0;
    display: block;
    color: #fff;
    text-decoration: none;
}		
	
	.post-item .cat-name a {
    border-radius: 4px;
    background: #961c39;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 2px 8px;
}
	
	
	.latest-posts .time-info {
    font-size:14px;
		color: #959398;
}
	
	.latest-posts .big .time-info, .latest-posts .medium .time-info {
    color:#fff;
}
	







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

	
	
.post-item.big {
    width: calc(100% - 0px);
}	
	
.row-three {
    width: calc(50% - 10px);
}
	
.row-four {
    width: calc(50% - 10px);
}	
	
	

.post .left-col {
    width: 100%;
}
sidebar {
    width: 100%;
    padding: 0 0 0 0px;
}

}





@media screen and (max-width: 600px) {
	
	
	
	
.header .header-wrapper {
    width: 90%;
    padding: 0;
}	
	
.header .col-1, .header .col-3 {
    width: 20%;
}	
	
.header .col-2 {
    width: 60%;
}	
	
	
.header .logo {
    width: 100%;
    margin: 0 auto;
}	
	
	
	
	
.post-item.big .meta .title {
    font-size: 30px;
}	
	
	
	
.content {
    padding: 20px 20px;
}
	
.post h1 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}	
	
}











