/* Local Overrides */

/* underline gree */
@media only screen and (max-width: 734px) {
	.underline.green {
		font-size: 43px;
	}
}
#main > section.section.section-hero.animate > div > h1 > em

/* Apple teacher tile */
.grid-item-teacher.tile-rounded.border {
	min-height: 670px;
}

.animate > div > .grid-bentos > div.border {
	display: inline;
}

.animate
	> div
	> .grid-bentos
	> div.grid-item.grid-item-teacher
	> div.tile-content
	> p {
	margin-bottom: 30px;
}

@media only screen and (max-width: 1068px) {
	.grid-item-teacher.tile-rounded.border {
		min-height: 492px;
	}
}

/* Learning Center title */
@media only screen and (min-width: 1069px) {
	.section-community .grid-item-learning-center .tile-content {
		padding-bottom: 133px;
	}
}

.grid-item-learning-center.tile-rounded.tile-span .tile-content {
	text-align: left;
}
.grid-item-learning-center.tile-rounded.tile-span .tile-overlay-content {
	display: unset;
	padding-top: 97px;
}

.grid-bentos .grid-item.tile-span .tile-content {
	align-items: flex-start;
	justify-content: unset;
	padding-top: 101px;
}

@media only screen and (max-width: 1068px) {
	.section-community .grid-item-learning-center .tile-content {
		justify-content: normal;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-community .grid-item-learning-center .tile-content {
		padding: 40px;
	}
}

.section-community .grid-item-learning-center.border {
	border-color: #e8e8ed;
}

/* Specialist */
.grid-bentos .grid-item.tile-span .tile-content {
	align-items: center !important;
}

@media only screen and (min-width: 1112px) {
	.section-specialist
		.section-content-bentos
		.bentos-footer.typography-grid-bentos-footer {
		max-width: 990px;
	}
}

/*How to buy section - modal*/
.section-how-to-buy-module .section-content .justify-content-end {
	justify-content: center;
}

.section-how-to-buy-module
	.section-content
	.justify-content-end
	.column-buy
	.column-content {
	max-width: 385px !important;
}

#how-to-buy .section-how-to-buy-module .section-content .justify-content-end {
	justify-content: space-between;
}
#how-to-buy .section-how-to-buy-module .section-content .column-buy {
	max-width: 412px !important;
}

@media only screen and (min-width: 735px) {
	.modal .section-how-to-buy-module .column-buy {
		padding-left: 0px;
	}
}

/* Specialists SVG circle */
.section-specialist .grid-item-expert .circle-icon {
	transform: translateX(-50%) translateY(-15%) !important;
}

@media only screen and (min-width: 1069px) {
	.typography-headline {
		font-size: 42px !important;
	}
}

@media only screen and (max-width: 734px) {
	.typography-headline {
		font-size: 25px !important;
	}
}

@media only screen and (max-width: 1068px) {
	.typography-headline {
		font-size: 28px !important;
	}
}
/* Local nav */
@media only screen and (max-width: 734px) {
	#ac-localnav > div > div.ac-ln-content > div.ac-ln-title > a {
		font-size: 17px;
	}
}
