.why-we {
	background-color: #f8f6f3;
}
.why-we .r-container {
	padding-top: 80px;
	padding-bottom: 50px;
}
.why-we__list {
	padding-top: 38px;
}
.why-we__item {
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #cfa8894d;
	padding: 30px;
	transition: var(--animation);
}
.why-we__item:hover {
	box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}
.why-we__item-name {
	color: #062035;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 12px;
}
.why-we__item-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 1280px) {
    .why-we__list {
        padding-top: 20px;
    }
}
@media (max-width: 960px) {
    .why-we__list {
        padding-top: 10px;
    }
}
@media (max-width: 767px) {
	.why-we__item-name {
		font-size: 18px;
		margin-bottom: 8px;
	}
}
@media (max-width: 580px) {
	.why-we .r-container {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.why-we__item {
		margin-bottom: 20px;
		padding: 20px;
	}
}