.wrapper__because{background:url(/templates/komfort74/images/premium_bg.jpg) no-repeat  center top / cover}
.premium_all{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch; flex-direction: row}
.premium{margin: 20px 0px; padding: 30px; width: 31%; display: flex; border-radius: 20px;background:#fff; align-items: center; justify-content: space-between; box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1)}

.premium_img{width: 80px; height: 80px; display: flex; background-color: #007ABE; align-items: center; justify-content: center; transform: rotate(-45deg); border-radius: 26px}
.premium_img img{filter: grayscale(100%) brightness(400%); width: 45px; height: 45px; object-fit: contain;transform: rotate(45deg);}
.premium_name_bg {text-align: left; padding-left: 20px; max-width: 70%}
.premium_text {font-size: 14px; line-height: 150%}
.premium_text span{color: #007ABE}
@media(min-width:992px){
	.premium:nth-child(1), .premium:nth-child(3), .premium:nth-child(5){margin-right: 10%}
	.premium:nth-child(2), .premium:nth-child(4), .premium:nth-child(6){margin-left: 10%}
	.premium:nth-child(1), .premium:nth-child(5){margin-left: 4%}
	.premium:nth-child(2), .premium:nth-child(6){margin-right: 4%}
}
@media(max-width:1229px){
	.premium{width:36%; padding:25px; margin:15px 0}
	.premium_img{width: 70px; height: 70px; border-radius: 22px}
	.premium_name_bg {max-width: 75%}
}
@media(max-width:991px){
	.premium_all{gap:20px; padding:20px 0}
	.premium{flex: 1 1 100%; flex-basis: calc((100% / 2) - 40px); width:50%;  margin:0}
}
@media(max-width:767px){
	.premium{flex-basis: calc((100% / 1) - 40px); width:100%}
	.premium_name_bg {max-width: none; width: calc(100% - 70px);}
}
@media(max-width:575px){
	.premium_all{gap:10px; padding:10px 0}
	.premium{flex-basis: calc((100% / 1) - 20px); padding:15px}
	.premium_img{width:60px; height: 60px; border-radius: 20px}
	.premium_img img{width:35px; height:auto}
	.premium_name_bg {padding-left: 15px; width: calc(100% - 60px);}
}