:root{
	--white: #FFFCFC;
	--black: #080707;
	--lith-orange: #F6EACD;
	--orange: #FFB13A;
	--blue: #003378;
	--gray: #e5e5e5;
	--light-blue: #6687DA;
	--light-light-blue: #D0E5F2;
	--A1C8D9: #A1C8D9;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
.wp-block-heading {
	padding: 30px 0;
}
.wp-block-list {
	padding-left: 40px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
	scrollbar-color: var(--blue) transparent;
	scrollbar-width: thin;
}

html::-webkit-scrollbar {
	width: 10px;
	background: transparent;
}

html::-webkit-scrollbar-thumb {
	background: var(--blue);
	border-radius: 5px;
}


.no-scroll {
	overflow: hidden;
}

[class*=__container]{
	margin: 0 auto;
	max-width: 1504px;
	padding: 32px;

}

* {
	font-family: "Nunito", sans-serif;
}

/* Загальні стилі */
body {
	margin: 0;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1504px;
	align-items: center;
	margin: 0 auto;
	padding-top: 40px;
	.nav-normal{
		width: 100%;
	}
}

.mobile-nav{
	display: none;
}
/* Стилі для логотипу */
.logo {
	width: 162px;
	height: 132px;
	border-radius: 50%;
	background-size: cover; /* Масштабування зображення під контейнер */
	background-position: center; /* Центрування зображення */
	background-repeat: no-repeat; /* Зображення не повторюється */
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: black;

}

/* Стилі для меню */
.menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between; /* Вирівнювання елементів з простором між ними */
	align-items: center; /* Центрування елементів по вертикалі */
}

/* Додано для елементів меню, щоб вони заповнювали весь простір */
.menu > * {
	text-decoration: none;
	color: #000 !important;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	flex-grow: 1; /* Дозволяє елементам розтягуватися по ширині */
	text-align: center; /* Центрує текст або вміст в елементі */
	a{
		color: #000 !important;
	}
}


/* Стилі для індикаторів */
.indicators {
	display: flex;
	gap: 12px;
}


.indicators .indicator {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	text-decoration: none;
}

.indicators .indicator img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#burger-after, #burger-before{
	display: none;
}
.main__container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	align-items: end;
	padding-top: 72px;

}
.text-large {
	max-width: 890px;
	color: #000;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.image-placeholder {
	display: inline-block;
	width: 173px;
	height: 65px;
	border-radius: 56px;
	background: #D9D9D9;
	margin: 0 5px;
}
.small-block {
	display: flex;
	flex-direction: row;
	gap: 24px;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	p{
		color: #000;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		max-width: 235px;
		span{
			color: #000;
			font-size: 16px;
			font-style: normal;
			font-weight: 700;
			line-height: normal;
		}
	}
}
.circle {
	width: 36px;
	height: 36px;
	top: 0;
	right: 0;
}

.image-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 56px;
}

.circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}

.accordion__container {
	display: flex;
	gap: 20px;
	align-items: center;
	transition: all 0.5s ease;
	padding-top: 100px;
	padding-bottom: 100px;
}

.accordion-image-placeholder {
	background-color: #d3d3d3;
	height: 487px;
	width: 100px;
	flex-grow: 0.5;
	border-radius: 64px;
	transition: flex-grow 0.5s ease, background-color 0.5s ease;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}

.accordion-image-placeholder:hover {
	flex-grow: 4; /* Збільшення при наведенні */
	background-color: #c0c0c0; /* Легкий зміна кольору */
}
.accordion-circle {
	position: absolute;
	width: 59px;
	height: 59px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transform: translateX(-50%);
	transition: opacity 0.5s ease;
}
.accordion-large-1 {
	display: flex;
	position: relative;
	flex-grow: 0.5; /* Найбільший блок */
	border-radius: 64px;
	.accordion-text-large	{
		position: absolute;
		left: 32px;
		bottom: 37px;
	}
}

.accordion-large-2 {
	display: flex;
	position: relative;
	flex-grow: 2; /* Середній блок */
	border-radius: 64px;
	.accordion-text-large	{
		position: absolute;
		left: 32px;
		bottom: 37px;
	}
	.accordion-circle{
		position: absolute;
		right: 0 ;
		bottom: 24px ;
	}
}
.accordion-text-large {
	color: var(--Primary-4, #FFF);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: absolute;
	transition: all 0.3ms ease;
}


.header-contactme-mob{
	display: none;
}
/* Приховати текст і номер за замовчуванням при наведенні */

.accordion-mob__container{
	display: none;
}
.accordion-hover-text {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	color:#FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	opacity: 0;
	gap: 10px;
	padding: 40px;
	max-width: 80%;
}

.accordion-image-placeholder:hover {
	align-items: flex-start;
	justify-content: flex-start;
	.accordion-hover-text {
		opacity: 1;
		padding: 40px;

	}
}
.accordion-content-btns{
	color: var(--Primary-2, #1C1C1C);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 64px;
	border: 1px solid var(--Primary-2, #1C1C1C);
	display: flex;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
}

/* Текст при наведенні */

/* Показати текст при наведенні */

.vertical-text {
	transform: rotate(-90deg);
	width: 300px;
}





.accordion-large-2 .accordion-circle{
	position: absolute;
	right: 0 ;
	bottom: 24px ;
}
.accordion-small-block{
	flex-grow: 0;
}

.accordion-small-block .accordion-circle {
	bottom: 24px;
	left: 50%;
}


.footer {
	padding: 40px 0;
	margin: 0 32px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-top: #000 1px solid;
	p{
		color: #000;
		text-align: center;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
}

.about__container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}
.about-text-large {
	max-width: 890px;
	color: #000;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.about-image-placeholder {
	display: inline-block;
	width: 173px;
	height: 65px;
	border-radius: 56px;
	background: #D9D9D9;
	margin: 0 5px;
}
.about-small-block {
	display: flex;
	flex-direction: column;
	gap: 24px;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	p{
		color: #000;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		max-width: 235px;
		span{
			color: #000;
			font-size: 16px;
			font-style: normal;
			font-weight: 700;
			line-height: normal;
		}
	}
}
.about-circle {
	width: 42px;
	height: 42px;
	background-color: lightgray;
	border-radius: 50%;
	top: 0;
	right: 0;
}

.about-image-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 56px;
}

.about-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.content-1__container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.content-1-text {
	display: flex;
	flex-direction: column;
	gap: 42px;
	max-width: 500px;
	p{
		align-self: stretch;
		color: #000;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
}
.content-1-img {
	display: flex;
	
	img{
		border-radius: 14px;
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

.content-2__container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.content-2-imgs {
	display: flex;
	flex-direction: row;
	gap: 40px;
	
	img{
		max-width: 445px;
		height: 243px;
		object-fit: cover;
		border-radius: 14px;
		width: 100%;
	}
}
.content-2-text {
	max-width: 500px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.content-3__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.content-3-text-section {
	max-width: 435px;
}
.content-3-text-section h1 {
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.content-3-button-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}
.content-3-button-wrapper .content-3-circle-button {
	width: 50px;
	height: 50px;
	border: 2px solid #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	img{
		padding: 5px;
    display: flex;
    width: 20px;
    height: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 79px;
    background: #4BE1B1;
	}
}
.content-section-3-button-text{
	align-content: center;
	width: 162px;
	position: absolute;
	left: 43px;
	top: 7px;
	z-index: 5;
	padding-left: 20px;
	background-color: #fff;
	height: 39px;
}

.content-3-button-wrapper span {
	color: var(--Neutrual, #131010);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.content-3-cards-container {
	display: flex;
	gap: 14px;
}
.content-3-card {
	width: 246px;
	display: flex;
	padding: 35px 14px;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	border-radius: 24px;
	background: #F3F6FC;
}
.content-3-card img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
}
.content-3-card-title {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.content-3-card-value {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.content-3-card-content{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.accordion-small-block:hover{
	.accordion-text-large	{
		position: absolute;
		left: 32px;
		bottom: 37px;
	}
	.accordion-circle{
		position: absolute;
		right: 0 ;
		left: auto;
		bottom: 24px ;
	}
	.vertical-text {
		transform: rotate(0deg);
		width: auto;
	}
}
@media screen and (max-width: 1800px) {
	.accordion-text-large {
		font-size: 16px;
	}
}

.news__container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 24px;
	column-gap: 20px;
	justify-content: center;
}

.news-card {
	display: flex;
	max-width: 400px;
	padding: 30px;
	flex-direction: column;
	justify-content: center;
	gap: 48px;
	border-radius: 40px;
	border: 1px solid var(--Neutrual, #D2D6DE);
}
.news-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.news-top-left {
	display: flex;
	flex-direction: row;
	gap: 4px;
}
.news-top-btn {
	display: flex;
	padding: 16px 26px;
	height: 27px;
	justify-content: center;
	align-items: center;
	border-radius: 70px;
	background: var(--Neutrual, #1C1C1C);
	color: #fff;
}
.news-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	border-radius: 56px;
	border: 2px solid var(--Neutrual, #4BE1B1);
	background-color: #4BE1B1;
	img{
		width: 24px;
	}
}
.news-bottom {
	color: #000;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.pagination {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content:center;
	align-items: center;
	padding-bottom: 100px;
	padding-top: 56px;
}
.page-numbers {
	color: var(--Neutrual, #131010);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.current {
	font-weight: 900;
}
.next {
	display: none;
}

@media screen and (max-width: 1300px) {
	.accordion-text-large {
		font-size: 16px;
	}

}
.prev {
	display: none;
}
.news-title{
	color: var(--Primary-2, #1C1C1C);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
header{
	position: sticky;
	margin: 0 auto;
	z-index: 11;
	top: 0;
	background: var(--primary_lib, #fff);
	color: #000;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 32px 0;
	max-width: 1504px;
}
.header-logo {
	z-index: 2;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;

}

.logo-title:hover{
	color: var(--primary_lib, #769ED7);
}


.logo-img img{
	width: 54px;
	height: 54px;
}

.nav-link {
	text-decoration: none;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	transition: 0.4s ease-in-out

}
.nav-link:hover{
	color: var(--primary_lib, #769ED7);

}


.nav-menu{
	
	ul{
		display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	}
	.nav-gotos{
		display: none;
	}
	.nav-profile {
		display: none;
	}

	.nav-contactme {
		display: none;

	}
	.nav-contactme-item {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 6px;
	}
	.nav-contactme-content {
	}
}

.hamburger{
  display: none;
  cursor: pointer;
}

.bar{
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000;
}



.nav-menu{
	width: 100%;
}
.header-contactme {
	display: flex;
	align-items: center;
	gap: 10px;
	align-self: stretch;
}
.contactme-item {
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	transition: 0.4s ease-in-out;
	display: flex;
	padding: 8px 14px;
	justify-content: center;
	align-items: center;
	gap: 6px;
}
.contactme-item:hover{
	color: #0F3D61;
	border-radius: 51px;
	background: #FFF;
}
.contactme-content {
	text-align: center;
}

ul li{
	position: relative;
}


ul li ul.dropdown li{
	display: block;
}

ul li ul.dropdown {
	width: 100%;
	background: #0a4c81;
	border-radius: 11px;
	position: absolute;
	z-index: 12;
	display: none;
}

ul li a:hover{
	color: #769ED7;
}

ul li:hover ul.dropdown{
	display: flex;
	flex-direction: column;
	gap: 10px;
	li{
		padding: 10px;
	}
}

.template__container-title {
	color: var(--Primary-2, #1C1C1C);
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.template__container {	
	display: flex;
	flex-direction: row;
}
.template-cards {
	width: 60%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 24px;
	column-gap: 20px;
}
.template-card {
	width: 47%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	justify-content: center;
	border-radius: 32px;
	background: var(--Neutrual, #FFF);
	box-shadow: -2px 2px 15px 0px rgba(194, 193, 193, 0.30), 3px 3px 10.9px 0px rgba(194, 193, 193, 0.30);
	height: 321px;
}
.template-card-img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}
.template-card-title {
	color: var(--Neutrual, #131010);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.template-img {
	object-fit: cover;
	width: 40%;
	min-height: 639px;
	border-radius: 9px;
	border: 1px dashed var(--Primary-2, #1C1C1C);
	padding: 14px;
	img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}

.template3__container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.template3-card {
	width: 55%;
	height: 321px;
	color: var(--Primary-4, #FFF);
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	flex-direction: row;
	gap: 16px;
	border-radius: 32px;
	border: 1px solid #000;
	background: var(--Primary-3, #2A2C2C);
	box-shadow: 0px 3px 13.9px 0px rgba(194, 193, 193, 0.30);
	justify-content: center;
	align-items: center;
	img{
		width: 48px;
		height: 48px;
	}
}
.items-left-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.items-left-content > * {
	padding-top: 32px;
	width: 45%;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	img{
		max-height: 639px;
	}
	}
@media(max-width:1400px){
	
	.content-3__container{
		flex-direction: column;
		gap: 24px;
		align-items: flex-start;
	}
}
@media(max-width:1200px){
	.items-left-content {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 24px;
	}
	
	.items-left-content > * {
		padding-top: 24px;
		width: 100%;
		font-size: 11px;
		img{
			object-fit: cover;
			max-height: 383.208px;
		}
		}
	.template3__container {
		flex-direction: column;
		gap: 32px;
	}
	.template3-card {
		width: auto;
		height: 187px;
		font-size: 18px;
		img{
			width: 32px;
			height: 32px;
		}
	}
	.template__container-title {
		font-size: 32px;
	}
	.template__container {
		flex-direction: column;
		gap: 24px;
	}
	.template-cards {
		flex-direction: column;
		width: 100%;
		gap: 24px;
		flex-wrap: nowrap;
	}
	.template-card{
		width: 100%;
		height: 168px;
		gap: 14px;
	}
	.template-card-img {
	}
	.template-card-title {
		font-size: 16px;
	}
	.template-img {
		width: auto;
		height: 383.208px;
	}
	header{
		padding: 16px;
	}

	.logo{
		width: 100px;
		height: 90px;
	}

	.contactme-item{
		p{
			display: none;
		}
	}
  .hamburger{
    display: block;
		z-index: 2;
  }
	ul li ul.dropdown {
		width: 20%;
    left: 40%;
	}

  .hamburger.active .bar:nth-child(2){
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-menu{
		display: flex;
    position: fixed;
		z-index: 1;
    left: -110%;
    top: 0;
		height: 100%;
		width: 100%;
		gap: 100px;
		align-items: center;
		padding-top: 100px;
    flex-direction: column;
    background-color: #fff;
    text-align: center;
    transition: 0.3s;
		ul{
			display: flex;
			flex-direction: column;
			gap: 32px;
		}
  }

  .nav-item{
    margin: 16px 0;
  }

  .nav-menu.active{
    left: 0;
  }
	.header-contactme{
		display: none;
	}

	[class*=__container]{
		margin: 0 auto;
		max-width: 1504px;
		padding: 32px;
	
	}

	.text-large{
		font-size: 32px;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.about-text-large{
		font-size: 32px;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.main__container{
		flex-direction: column;
		align-items: flex-start;
		gap: 32px;
	}
	.small-block{
		gap: 24px;
		font-size: 12px;
		
	}
	.logo{
		z-index: 111;
	}
	.accordion__container{
		display: none;
	}
	.accordion-mob__container {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}
	.accordion-mob-item { 
    display: flex;
    align-items: center;
    padding: 20px 24px;
    border-radius: 48px;
    background-color: var(--Primary-1, #333);
}

.accordion-circle-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 42px;
    height: 42px;
    background: #fff;
    color: var(--Primary-2, #1C1C1C);
    font-size: 16px;
    font-weight: 600;
    border-radius: 50%;
}

.accordion-mob-title {
    margin: 0 auto; /* Центрування елемента */
    color: var(--Primary-4, #FFF);
    font-size: 18px;
    font-weight: 700;
}
.footer{
	font-size: 10px;
}
.header-contactme-mob {
	display: flex;
}
.about-text-large{
	font-size: 32px;
}
.about-image-placeholder{
	width: 96px;
	height: 36px;
}
.image-placeholder{
	width: 96px;
	height: 36px;
}
.content-1__container{
	flex-direction: column;
	gap: 24px;
	.content-1-text{
		max-width: none;
		gap: 0;
		p{
		font-size: 11px;
		}
	}
	.content-1-img{
		img{
			height: 200px;
		}
}
}
.content-2__container{
	flex-direction: column-reverse;
	gap: 24px;
	align-items: normal;
	.content-2-text{
		max-width: none;
		font-size: 11px;
	}
	}

	.content-2-imgs{
		flex-direction: column;
		gap: 14px;
		img{
			width: 100%;
			max-width: none;
			height: 200px;
		}
	}

	.content-3__container{
		flex-direction: column;
		gap: 32px;
		align-items: flex-start;
		.content-3-text-section{
			gap: 24px;

		}
		.content-3-cards-container{
			flex-direction: column;
		}
	}
	.news-card{
		padding: 24px;
		max-width: 361px;
	}
	.news-bottom{
		font-size: 14px;
	}
	.news-title{
		font-size: 32px;
	}
}
@media(max-width:900px){
	.news__container {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.news-card{
		padding: 24px;
		max-width: none;
	}
}