* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Raleway", sans-serif;
	background-color: #ffffff;
}

.main {
	position: relative;
	width: 100%;
	background-color: #ffffff;
}

.container {
	position: absolute;
	left: 135px;
	top: 20px;
	width: 1170px;
	height: 757px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
}

.section-head {
	position: relative;
	display: inline-grid;
	grid-template-columns: max-content;
	grid-template-rows: max-content;
	place-items: start;
	flex-shrink: 0;
}

.section-head .divider {
	grid-area: 1/1;
	position: relative;
	margin-left: 0;
	margin-top: 137px;
	width: 450px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section-head .divider-line-left,
.section-head .divider-line-right {
	flex-shrink: 0;
}

.section-head .divider-line-left img,
.section-head .divider-line-right img {
	display: block;
	width: 210px;
	height: 1px;
}

.section-head .divider-icon {
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 1;
}

.section-head .divider-icon img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.section-head .section-title {
	grid-area: 1/1;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-size: 60px;
	line-height: 66px;
	color: #ffcc00;
	text-align: center;
	text-transform: uppercase;
	width: 304px;
	height: 58px;
	margin-left: 225px;
	margin-top: 39px;
	transform: translateX(-50%);
}

.section-head .section-subtitle {
	grid-area: 1/1;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #898f8f;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	margin-left: 225px;
	transform: translateX(-50%);
}

.section-slider {
	position: relative;
	display: inline-grid;
	grid-template-columns: max-content;
	grid-template-rows: max-content;
	place-items: start;
}

.divider-vertical {
	grid-area: 1/1;
	position: absolute;
	margin-left: 515px;
	width: 1px;
	height: 560px;
}

.divider-vertical img {
	display: block;
	width: 1px;
	height: 560px;
}

.left {
	grid-area: 1/1;
	position: relative;
	display: inline-grid;
	grid-template-columns: max-content;
	grid-template-rows: max-content;
	place-items: start;
	line-height: 0;
}

.image {
	grid-area: 1/1;
	position: relative;
	width: 430px;
	height: 430px;
}

.photo {
	grid-area: 1/1;
	position: relative;
}

.angle {
	position: absolute;
	width: 100px;
	height: 100px;
}

.angle img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}

.angle-top-left {
	grid-area: 1/1;
	top: 0;
	left: 0;
}

.angle-top-right {
	grid-area: 1/1;
	margin-left: 330px;
	transform: rotate(90deg);
}

.angle-bottom-left {
	grid-area: 1/1;
	margin-top: 330px;
	transform: rotate(270deg);
}

.angle-bottom-right {
	grid-area: 1/1;
	margin-left: 330px;
	margin-top: 330px;
	transform: rotate(180deg);
}

.right {
	grid-area: 1/1;
	position: relative;
	display: inline-grid;
	grid-template-columns: max-content;
	grid-template-rows: max-content;
	place-items: start;
	margin-left: 600px;
	margin-top: 70px;
	line-height: 0;
}

.right .info {
	grid-area: 1/1;
	position: relative;
	display: inline-grid;
	grid-template-columns: max-content;
	grid-template-rows: max-content;
	place-items: start;
	margin-left: 74px;
}

.right .name {
	grid-area: 1/1;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: normal;
	color: #666666;
	text-align: center;
	text-transform: capitalize;
	width: 235px;
	height: 34px;
	margin-left: 141.5px;
	transform: translateX(-50%);
}

.right .divider-small {
	grid-area: 1/1;
	position: relative;
	margin-left: 92px;
	margin-top: 64px;
	width: 100px;
	height: 1px;
}

.right .divider-small img {
	display: block;
	width: 100px;
	height: 1px;
}

.right .position {
	grid-area: 1/1;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #666666;
	text-align: center;
	text-transform: capitalize;
	width: 283px;
	height: 28px;
	margin-left: 141.5px;
	margin-top: 94px;
	transform: translateX(-50%);
}

.right .social {
	grid-area: 1/1;
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: 148px;
	margin-top: 152px;
}

.right .social-icon {
	position: relative;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
}

.right .social-icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	transition: all 0.3s ease;
}

.right .social-icon:hover img {
	filter: brightness(1.2);
}

.right .description {
	grid-area: 1/1;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	text-align: center;
	width: 430px;
	height: 116px;
	margin-left: 215px;
	margin-top: 231px;
	transform: translateX(-50%);
}

.right .decore {
	grid-area: 1/1;
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: 190px;
	margin-top: 367px;
}

.right .decore-bar {
	flex-shrink: 0;
	height: 4px;
	background-color: #ffcc00;
}

.right .decore-bar:nth-child(1) {
	width: 10px;
}

.right .decore-bar:nth-child(2) {
	width: 20px;
}

.right .decore-bar:nth-child(3) {
	width: 10px;
}

.right .button {
	grid-area: 1/1;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px 10px;
	margin-left: 157px;
	margin-top: 396px;
	border: 1px solid #ffcc00;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
}

.right .button span {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.right .button:hover {
	background-color: #ffcc00;
	color: #ffffff;
}

.right .button:hover span {
	color: #ffffff;
}

@media (max-width: 1440px) {
	.main .container {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 1200px) {
	.main .container {
		width: 90%;
		left: 5%;
		transform: none;
	}

	.section-slider {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}

	.divider-vertical {
		display: none;
	}

	.right {
		position: static;
		margin-left: 0;
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.main .container {
		width: 95%;
		left: 2.5%;
		top: 30px;
		height: auto;
		gap: 20px;
	}

	.section-head {
		padding-top: 0;
	}

	.section-head .section-title {
		font-size: 40px;
		line-height: 44px;
	}

	.section-head .section-subtitle {
		font-size: 16px;
	}

	.section-slider {
		margin-top: 30px;
	}

	.image {
		width: 330px;
		height: 330px;
	}

	.photo {
		top: 15px;
		left: 15px;
		width: 300px;
		height: 300px;
	}

	.right .info .name {
		font-size: 28px;
	}

	.right .description {
		max-width: 400px;
	}
}