/************************* About Paragraphs ************************ */
.about {
	width: 100%;
	overflow: hidden;
}

.about .wrapper_large {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
	margin-bottom: 150px;
	padding-top: 20px;
}

.reverse_sides {
	flex-direction: row-reverse;
}

.about .column {
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc((100% - 150px) / 2);
}

.about_content h2 {
	margin-top: -10px;
	margin-bottom: 20px;
	line-height: 1.3;
}

.about_image {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1;
	background-color: var(--white);
	border: 2px solid var(--black);
	border-radius: 50px;
	box-sizing: border-box;
	box-shadow: 0px 10px 0px #00000026;
	transform: rotate(7deg);
}

.about_image img {
    width: 100%;
	height: 100%;
	box-sizing: border-box;
	object-fit: cover;
	object-position: 50% 50%;
}

.about .column .button {
	margin: 30px 0 0;
}

.about p a {
	color: var(--black);
	font-weight: 500;
}

.about p:last-of-type {
	margin-bottom: 0;
}

.about:first-of-type {
	margin-top: 140px;
}

.about_bullet_points {
	margin-top: 30px;
}

.about_content .bullet_point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
	width: 100%;
}

.about_content .bullet_point:last-of-type {
	margin-bottom: 0;
}

.about_content .bullet_point i {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-top: 4px;
}

.bullet_star {
	height: 45px;
	width: 34px;
	margin-top: -5px;
}

.bullet_star svg {
	height: 45px;
	width: 34px;
}

.bullet_point:nth-of-type(2) .bullet_star .about_star {
	fill: var(--yellow);
}

.bullet_point:nth-of-type(3) .bullet_star .about_star {
	fill: var(--blue);
}

.about_content .bullet_point p {
    margin: 0 0 0 10px;
	width: calc(100% - 34px - 15px);
}

.about .buttons_container .button_2 {
	margin-left: 20px;
}

@media (max-width: 1400px) {
	.about .column {
		width: calc((100% - 80px) / 2);
	}
}

@media (max-width: 1200px) {
	.about .column {
		width: calc((100% - 50px) / 2);
	}

	.about_image {
		height: 600px;
	}

	.about .secondary_image {
		max-height: 500px;
		height: unset;
	}
}

@media (max-width: 1150px) {
	.career_about .wrapper_large {
		flex-direction: column;
	}

	.career_about .column {
		width: 100%;
		padding: 0 50px;
		box-sizing: border-box;
		justify-content: center;
		text-align: center;
	}

	.career_about .about_content {
		max-width: 100%;
	}

	.career_about .about_content .buttons_container {
		justify-content: center;
	}

    .career_about .about_image {
		position: relative;
		width: 100%;
		height: 500px;
		margin: 96px auto 80px;
		overflow: hidden;
		justify-content: center;
	}

	.career_about .about .secondary_image {
		display: none;
	}

	.career_about .about_image img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.career_about:last-of-type .about_image:last-of-type {
		margin-bottom: 0;
	}

	.career_about .about_content .bullet_point {
		text-align: left;
	}

	.career_about .about_content .bullet_point p {
		margin: 0 0 0 20px;
		width: calc(100% - 34px - 20px);
	}
}

@media (max-width: 1050px) {
	.about .wrapper_large {
		flex-direction: column;
	}

	.about .column {
		width: 100%;
		padding: 0 50px;
		box-sizing: border-box;
		justify-content: center;
		text-align: center;
	}

	.about_content {
		max-width: 100%;
	}

	.about_content .buttons_container {
		justify-content: center;
	}

    .about_image {
		position: relative;
		width: 100%;
		height: 500px;
		margin: 96px auto 80px;
		overflow: hidden;
		justify-content: center;
	}

	.about .secondary_image {
		display: none;
	}

	.about_image img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.about:last-of-type .about_image:last-of-type {
		margin-bottom: 0;
	}

	.about_content .bullet_point {
		text-align: left;
	}

	.about_content .bullet_point p {
		margin: 0 0 0 20px;
		width: calc(100% - 34px - 20px);
	}
}

@media (max-width: 900px) {
	.about .column {
		padding: 0 50px;
	}
}

@media (max-width: 800px) {
	.about .wrapper_large {
		width: 100%;
		max-width: 100%;
	}

	.about .column {
		display: block;
		width: 100%;
		padding: 0;
	}

	.about_image {
		width: calc(100% + 100px);
		margin-left: -50px;
	}

	.about .about_content,
	.career_about .about_content {
		max-width: calc(100% - 40px) !important;
		margin: 0 auto;
	}
}

@media (max-width: 600px) {
	.about .wrapper_large {
		padding-bottom: 60px;
		margin-bottom: 0px;
	}

	.about_content h1,
	.about_content h2 {
		text-align: center;
	}

	.about .column .video {
		width: 100%;
	}

	.about .button {
		width: 100%;
		margin-left: 0;
	}

	.about_image {
		width: calc(100% + 40px);
		margin-left: -20px;
		overflow: hidden;
		justify-content: center;
		transform: rotate(4deg);
	}

	.about .about_content .buttons_container {
		flex-direction: column;
	}

	.about .about_content .buttons_container .button {
		margin-top: 35px;
	}

	.about .about_content .buttons_container .button_2 {
		margin-left: 0;
		margin-top: 25px;
	}
}