@charset "utf-8";
/* -----------------------------------------------------------------------

official-sponsor.css

----------------------------------------------------------------------- */

.official-sponsor {
	background: #f2f2f2;
	padding-top: 100px;
}

.official-sponsor .breadcrumb--fixed {
	color: var(--text-body);
}

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

.official-sponsor .section-inner {
	border-bottom: 2px solid var(--primary);
	padding: 140px 0;
}

.official-sponsor .section-inner:last-child {
	border-bottom: none;
}

#top-banner {
	background: url(../images/sponsor/banner.jpg) no-repeat;
	background-size: cover;
	height: 440px;
}

.section-title {
	font-size: 2.5rem;
	line-height: 1.5;
	margin: 0 0 50px;
}

.section-title span {
	color: var(--primary);
}

#section-sponsor .container {
	max-width: 740px;
}

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

#section-intro p {
  font-weight: 600;
	line-height: 2.5;
}

.section-inner h3 {
	font-size: 1.5rem;
	font-weight: 600;
}

.sponsor-socials {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	gap: 30px;
	margin: 60px 0 0;
	padding: 0;
}

.sponsor-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--white);
}

.sponsor-socials li a:hover {
	opacity: 0.8;
}

.sponsor-socials li a img {
  max-width: 30px;
  max-height: 30px;
}

.section-ball p  {
	margin: 0 0 40px;
}

@media screen and (min-width:768px) {
	.official-sponsor {
		padding-top: 140px;
	}
}

@media (max-width: 767px) {
    #section-sponsor{
        padding-bottom: 110px;
    }
	.official-sponsor .section-inner{
		padding: 50px 0;
	}
	#top-banner {
		height: 150px;
	}
	
	.section-title {
		font-size: 20px;
	}
	
	.vertical-img {
		padding: 0 42px;
	}
}