.al1-breadcrumbs {
	margin-bottom: 20px;
}

.al1-title-line {
	display: none;
}

.about-head {
	position: relative;
	margin: 0 -15px 30px -27px;
}

.about-head h2 {
	position: absolute;
	bottom: 13px;
	left: 30px;
	margin: 0;
	color: #fff;
	font-size: 24px;
}

.about-body {
	padding: 0 12px;
	line-height: 24px;
}

.about-body h2 {
	margin: 37px 0 15px;
	font-size: 26px;
}

.about-body li {
	margin-bottom: 4px;
}

.magic-line {
	margin: 35px 0 30px;
}

div.al1-site__cont {
	padding-bottom: 90px;
}

.column-box {
	display: flex;
	margin: 50px 0;
	justify-content: space-around;

	column-gap: 30px;
}

.column-item {
	font-size: 24px;
	text-align: center;
}

.column-text-red {
	color: #d90100;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}
.about__title, .about__subtitle, body h2 {
	font-size: 24px;
	font-weight: 500;
}
@media (max-width: 1200px) {
	.about-head {
		margin-left: 0;
		margin-right: 0;
	}

	div.al1-site__cont {
		padding-bottom: 60px;
	}

	.br {
		display: none
	}

	div.al1-site__cont {
		padding-bottom: 75px;
	}

	.magic-line {
		margin: 0 0 15px;
	}
}

@media (max-width: 640px) {
	.al1-site__cont {
		padding-bottom: 80px
	}

	.al1-title-line {
		display: block;
		margin-top: 30px;
	}

	.about-head h2 {
		display: none;
		margin-top: 28px;
		font-size: 16px;
	}

	.about-head {
		margin-left: 0;
		margin-right: 0;
		height: 210px;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.about__title {
		margin: 10px 0 0;
		font-size: 21px;
	}

	.about-head img {

		height: 121%;
		width: 100%;
		object-position: 67%;
		object-fit: cover;
	}

	.about-body {
		padding: 0;
		font-size: 18px;
		line-height: 24px;
	}

	.about-body h2 {
		font-size: 25px;
	}

	.column-box {
		flex-direction: column;
		row-gap: 30px;
		margin: 30px 0;
	}

	.about__text {
		margin: 0;
		font-size: 19px;
	}

	.about__subtitle {}
}
@media (max-width: 480px) {
	.about__title, .about__text, .column-text, .about__subtitle, body h2 {
		font-size: 16px;
	}
	.column-text-red{
		font-size: 16px;
	}
	.column-box {
		row-gap: 20px;
		margin: 20px 0;
	}
	body .magic-line {
		margin-bottom: -65px;
	}
	.column-item{
		font-size: 16px;
	}
}