.desc {
    padding-top: 50px;
}
.desc.desc_inner {
	padding-top: 0px !important;
}
.desc__title {
    margin-bottom: 25px;
}
.desc__wrap {
    grid: none/repeat(2, 1fr);
    gap: 45px;
}
.desc__list {
    grid: none/repeat(2, 1fr);
    gap: 38px 28px;
}
.desc__item-icon {
    width: 41px;
    padding-top: 4px;
}
.desc__item-icon img {
    margin-left: auto;
    margin-right: auto;
}
.desc__item-text {
    font-size: 15px;
    line-height: 26px;
    width: calc(100% - 41px);
    padding-left: 18px;
}
.desc__item-text strong {
    color: #000;
    font-weight: 700;
}
@media screen and (min-width: 1576px) {
	.desc__item-text strong:first-child {
		display: block;
	}
	.desc__item-text br {
		display: none;
	}
}
@media screen and (max-width: 1220px) {
    .desc {
        padding-top: 40px;
    }
	.desc__wrap {
		grid: none/1fr 1fr;
	}
	.desc__list {
		grid: none/repeat(1, 1fr);
		gap: 20px;
	}
	.desc__item.row {
		align-items: center;
	}
	.desc__item-icon {
		padding-top: 0px;
	}
	.desc__item-text {
		line-height: 23px;
	}
	.desc__item-text strong {
		display: block;
	}
	.desc__item-text br {
		display: none;
	}
}
@media screen and (max-width: 992px) {
    .desc__wrap {
        grid: none/1fr;
        gap: 30px;
    }
	.desc__list {
		grid: none/repeat(2, 1fr);
	}
}
@media screen and (max-width: 480px) {
    .desc__wrap {
        gap: 25px;
    }
	.desc__list {
		grid: none/repeat(1, 1fr);
	}
	.desc__item-text {
		line-height: 21px;
	}
}