.home-section .sponsors {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(6, 1fr);
}

.home-section .sponsors a {
	background-color: #FFFFFF;
	display: block;
	padding: 20px;
}

.home-section .sponsor-image {
	aspect-ratio: 1 / 1;
	display: block;
	filter: grayscale(100%);
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
	width: 100%;
}

.home-section .sponsor-image:hover {
	filter: grayscale(0%);
}

.home-section .container {
	padding-bottom: 60px;
	padding-top: 20px;
}

.home-section {
	margin-bottom: 100px;
	margin-top: 100px;
}

.home-form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.home-form img {
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.home-form article {
	padding: 40px 80px;
}

.about-section {
	position: relative;
}

.about-section img {
	aspect-ratio: 12 / 9;
	max-width: 70%;
	object-fit: cover;
	width: 100%;
}

.about-section .content-box {
	background-color: #FFFFFF;
	max-width: 50%;
	padding: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.about-section h2, .forums-section h2 {
	color: var(--body-color);
	font-family: var(--main-font), serif;
	font-size: 36px;
	font-weight: 500;
}

.about-section p, .forums-section p, .purpose-section p {
	font-family: var(--main-font), sans-serif;
	line-height: 1.5;
	font-weight: 300;
	margin: 1rem 0;
}

.about-section a {
	border-bottom: 1px solid #1A237E;
	color: #1A237E;
	font-family: var(--main-font), sans-serif;
	text-decoration: none;
}

.purpose-section {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.purpose-section img {
	aspect-ratio: 12 / 9;
	max-width: 70%;
	object-fit: cover;
	width: 100%;
}

.purpose-section .content-box {
	background-color: #FFFFFF;
	left: 0;
	max-width: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.purpose-section .content-box,
.about-section .content-box{ max-width:500px}

.purpose-section h2 {
	color: var(--body-color);
	font-family: var(--main-font), serif;
	font-size: 36px;
	font-weight: 500;
}


.purpose-section a {
	border-bottom: 1px solid #1A237E;
	color: #1A237E;
	text-decoration: none;
}

.index-title-section h2 {
    position: relative;
    padding-left: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}
.index-title-section h2:after, .index-title-section h2:before {
    content: "";
    width: 8px;
    display: block;
    background: #647E91;
    position: absolute;
    top:2px;
    bottom:2px;
    left: 0;
}
.index-title-section h2:after {
    left: 15px;
}

.forums-section {
	padding: 40px 0;
}
.home .forums-section .content-box {
    text-align: center;
}
.home .forums-section .content-box h2:after {
    background-color: #FFF;
    content: '';
    display: block;
    height: 4px;
    margin: 15px auto;
    width: 50px;
}
.home .forums-section .content-box .content {
    max-width: 850px;
    margin-inline: auto;
}

.forums-section h2, .forums-section .content p {
	color: #FFFFFF;
}

.forums-section .forums-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 40px;
}

.quote-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.quote-image{
	width: 180px;
}
.quote-image .quote-image-wrap {
    border-radius: 100%;
    overflow: hidden;
}
.quote-image .quote-image-wrap .thumb-holder {
    padding-bottom: 100%;
}
.quote-text{
	flex: 1;
	line-height: 1.3;
}
.quote-text p {
    margin-bottom: 15px;
}

.quote-author p {
    font-style: italic;
    font-weight: 300;
    opacity: 0.85;
		margin-top: 20px;
		font-size: 14px;
		color: var(--new-gray);
}
.quote-author strong{
	font-weight: 500;
	margin-left: 5px;
}

.container.home-section.brand-section {max-width: 1240px}

@media (max-width: 640px) {
	.forums-section .forums-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.index-title-section h2{
		font-size: 28px;
	}
	.quote-author p{
		display: block;
	}
	.quote-author p:before{
		display: none;
	}
}

.forums-grid .forum-card {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
}

.forums-grid .forum-card p {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.6;
	margin: 1rem 0;
}

.forums-grid .forum-card strong {
	border-bottom: solid 1px #FFFFFF;
	display: inline-block;
	font-family: var(--main-font), serif;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}

.news .description {
	line-height: 1.6;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	text-align: center;
}

.teaser {
	font-family: var(--main-font), serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0 auto;
	max-width: 640px;
	padding: 0 20px;
	text-align: center;
}


.banner-section .banner-text p strong{font-weight: 600;}
.banner-section .banner-text p i{font-style: italic;}

section.banner-section {border-block: .5px solid #CCC;padding-top: 40px;padding-bottom: 40px;background-color: rgba(255, 255, 255, 0.5);}

.banner-inner {
    max-width: 1240px;
    margin-inline: auto;
    padding-inline:30px;
}
/* section.banner-section:after{content:"";background-color:#1e90ff;content:'';display:block;height:4px;margin:15px auto;width:50%;max-width:200px;margin-top:30px} */
.banner-inner .banner-content{display:flex;align-items:center;gap:40px;box-sizing:border-box}
.banner-inner .banner-content .banner-img{width:50%}
.banner-inner .banner-content .banner-text{width:50%}
.banner-inner .banner-content .banner-text p{font-size:18px;margin-bottom:20px;line-height:1.4;color:#4a4a4a}
.banner-inner .banner-content .banner-text p strong{font-weight:500}
.banner-inner .banner-content .banner-img img{max-width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:center top}

section.banner-section.gnomiko-section .banner-content {
    flex-direction: row-reverse;
}

@media (max-width: 1024px) {
	.home-section{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.teaser {
		font-size: 17px;
	}
	.quote-box{
		gap: 10px;
		align-items: flex-start;
	}
	.quote-box .quote-image{
		width: 65px;
	}
	.quote-box .quote-text p{
		font-size: 16px;
	}
	.quote-box .quote-author p{
		font-size: 12px;
	}
	/* .quote-image{
		width: 100%;
	} */
}
@media screen and (max-width: 768px){
	.banner-inner .banner-content,section.banner-section.gnomiko-section .banner-content{
		flex-direction:column;gap:10px
	}
	.banner-inner .banner-content .banner-img{
		width:100%;
	}
	.banner-inner .banner-content .banner-text{
		width:100%;
	}
}
@media (max-width: 640px) {
	.home-section .sponsors {
		grid-template-columns: repeat(3, 1fr);
	}

	.about-section .content-box, .purpose-section .content-box {
		max-width: 100%;
		padding: 30px;
		position: unset;
		transform: translate(0);
	}

	.about-section img, .purpose-section img {
		align-self: center;
		aspect-ratio: 1 / 1;
		max-width: 100%;
	}

	.purpose-section {
		flex-direction: column;
	}

	.teaser {
		font-size: 18px;
		margin: 20px auto;
	}

	.home .forums-section .content-box .content p, .news .description {
    font-size: 16px;
    line-height: 1.4;
	}
}
