.sec_wrbysec .container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	padding: 15px;
	box-sizing: border-box;
}

.wrbysec {
	box-sizing: border-box;
	border: 2px #979797 solid;
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 40px;
	padding: 30px;
	align-items: center;
}

.wrbysecim {
	width: 100%;
	height: 100%;
}

.wrbyseccontent_title a {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}

.wrbysec .wrbysecim img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.wrbysec .wrbyseccontent p {
	padding: 0;
	font-size: 14px;
	margin-bottom: 15px;
}

.wrbysec .wrbyseccontent .wrbyseccontent_title {
	font-size: 18px;
}

.wrbysec .wrbyseccontent .wrbyseccontent_title i {
	font-size: 15px;
}

@media screen and (max-width: 600px) {
	.wrbysec {
		gap: 15px;
		padding: 20px;
		grid-template-columns: 1fr;
		text-align: center;
	}

	.wrbysec .wrbyseccontent p {
		font-size: 13px;
		line-height: 20px;
	}

	.wrbysecim {
		max-width: 100px;
		margin: auto;
	}

	.wrbysec .wrbyseccontent .btn--black {
		padding: 15px 0;
		display: block;
	}
}