.advantages {
    padding-top: 70px;
    padding-bottom: 30px;
    background-color: #f5f5f5;
}
.advantages__wrapper {
    width: 655px;
        height: unset;
    padding: 10px 0px;
    -webkit-clip-path: polygon(4% 0,  100% 0%,  96% 100%,  0% 100%);
    clip-path: polygon(4% 0,  100% 0%,  96% 100%,  0% 100%);
    background-color: #3c4754;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}
.advantages__title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.44px;
}
.advantages__list {
    margin-left: 35px;
    margin-bottom: 40px;
}
.advantages__item {
        display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.32px;
    position: relative;
}
.advantages__item::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -35px;
    background-image: url("../../img/icons/parallelogram.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.advantages__info {
    margin-left: 5px;
    width: 14px;
    height: 14px;
    background-image: url("../../img/icons/information.png");
    background-repeat: no-repeat;
    background-position: center center;
		display:inline-block;
}
.advantages__text {
    margin-bottom: 30px;
    color: #565656;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
}


@media (max-width: 770px){
	.advantages__list {
    margin-left: 45px;
	}
	.advantages__item{
		font-size: 14px;
		margin-bottom:10px;
		line-height: 20px;
		padding-right:10px;
	}
	.advantages__item:last-child{
		margin-bottom:0px;
	}
	.advantages__text{
		padding:0px 10px;
	}
.advantages__title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
   width: calc(100% - 40px);
    text-transform: uppercase;
    letter-spacing: 0.44px;
}
.advantages__wrapper {
    text-align: center;
   width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
}
