.solution-desc .solution-text p {
	font-size: 18px;
	line-height: 30px
}
.solution-desc .bottom {
	width: 100%;
	text-align: center;
	padding: 30px 48px 45px;
	border-radius: 20px;
	background: rgba(236,111,44,.1);
	border: 2px dashed var(--bgcolor);
	margin-top: 65px
}
.solution-desc .bottom h2 {
	margin-bottom: 30px
}
.pressing .main {
	margin-top: 70px
}
.pressing .main ul {
	display: flex;
	align-items: center;
	margin-bottom: 50px
}
.pressing .main ul li {
	width: 20%;
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 2px solid #e8e8e8;
	font-size: 20px;
	color: #999;
	
	cursor: pointer
}
.pressing .main ul li.pressingActive {
	border-color: var(--bgcolor);
	color: var(--bgcolor)
}
.pressing .main ol li {
	display: none;
	justify-content: space-between
}
.pressing .main ol li:first-child {
	display: flex
}
.pressing .main ol li .img {
	width: 57%
}
.pressing .main ol li img {
	border-radius: 30px
}
.pressing .main ol li .text {
	width: 42%;
	margin: 80px 0 0 65px
}
.pressing .main ol li span {
	font-size: 20px;
	color: var(--bgcolor);
	
}
.pressing .main ol li h3 {
	
	font-size: 28px;
	color: var(--fttcolor);
	line-height: 40px;
	margin: 8px 0 15px
}
.pressing .main ol li p {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 30px
}
.advantages .advantage-item {
	display: flex;
	justify-content: space-between;
	margin-top: 60px
}
.advantages .advantage-item>div {
	width: calc(50% - 15px)
}
.advantages .advantage-text {
	padding: 48px 60px 70px;
	border: 1px solid rgba(34,34,34,0.1);
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
	border-radius: 30px;
	position: relative
}
.advantages .advantage-text::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 44px;
	height: 44px;
	background: url("/static/images/solution-single/flaxseed/flaxseed-oil-advantages-icon.webp") no-repeat
}
.advantages .advantage-item h3 {
	font-size: 28px;
	color: var(--fttcolor);
	line-height: 38px;
	
	margin-bottom: 25px
}
.advantages .advantage-item p {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 30px
}
.advantages .advantage-img img {
	width: 100%;
	border-radius: 30px
}

@media(min-width:1261px) and (max-width:1440px) {
.pressing .main ol li .text {
	margin-top: 30px
}
.pressing .main ol li h3 {
	font-size: 32px;
	line-height: 38px
}
.pressing .main ol li p {
	font-size: 16px;
	line-height: 24px
}
.advantages .advantage-text {
	padding: 30px 45px 35px
}
.advantages .advantage-item h3 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 15px
}
.advantages .advantage-item p {
	font-size: 16px;
	line-height: 24px
}
.advantages .advantage-text::after {
	width: 36px;
	height: 36px;
	background-size: cover
}
}

@media(min-width:1025px) and (max-width:1260px) {
.pressing .main ol li .text {
	margin-top: 15px
}
.pressing .main ol li span {
	font-size: 16px
}
.pressing .main ol li h3 {
	font-size: 28px;
	line-height: 35px
}
.advantages .advantage-text {
	padding: 20px 30px 35px
}
.advantages .advantage-item h3 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px
}
.advantages .advantage-item p {
	font-size: 16px;
	line-height: 24px
}
.advantages .advantage-text::after {
	width: 36px;
	height: 36px;
	background-size: cover
}
}

@media(min-width:768px) and (max-width:1024px) {
.advantages .advantage-text {
	padding: 20px 30px 35px
}
.advantages .advantage-item h3 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px
}
.advantages .advantage-item p {
	font-size: 14px;
	line-height: 18px
}
.advantages .advantage-text::after {
	width: 25px;
	height: 25px;
	background-size: cover
}
}

@media screen and (max-width:768px) {
.solution-desc {
	margin-bottom: 40px
}
.solution-desc .solution-text {
	padding: 30px 15px 25px 15px
}
.solution-desc .solution-text p {
	font-size: 16px;
	line-height: 24px
}
.solution-desc .bottom {
	padding: 20px 15px;
	margin-top: 25px;
	order: 2
}
.solution-desc .bottom h2 {
	width: 100%;
	max-width: unset;
	font-size: 20px;
	line-height: 24px;
	background-size: 100% 100%;
	margin-bottom: 15px
}
.pressing .main {
	margin-top: 30px
}
.pressing .main ul {
	margin-bottom: 25px;
	flex-wrap: wrap;
	justify-content: space-between
}
.pressing .main ul li {
	width: 48%;
	padding: 0 10px 8px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 15px
}
.pressing .main ul li:last-child {
	margin-bottom: 0
}
.pressing .main ol li {
	flex-wrap: wrap
}
.pressing .main ol li .img {
	width: 100%
}
.pressing .main ol li img {
	border-radius: 10px
}
.pressing .main ol li .text {
	margin: 20px 0 0 0;
	width: 100%
}
.pressing .main ol li span {
	font-size: 14px
}
.pressing .main ol li h3 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 10px
}
.pressing .main ol li p {
	font-size: 16px;
        line-height: 24px;
        text-indent: 32px;
}
.advantages .advantage-item {
	margin-top: 30px;
	flex-wrap: wrap
}
.advantages .advantage-item>div {
	width: 100%
}
.advantages .advantage-text {
	padding: 20px 15px 25px;
	border-radius: 10px;
	order: 2;
	margin-top: 20px
}
.advantages .advantage-item h3 {
	font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
}
.advantages .advantage-item p {
	font-size: 16px;
        line-height: 24px;
        text-indent: 32px;
}
.advantages .advantage-text::after {
	bottom: 15px;
	right: 15px;
	width: 25px;
	height: 25px;
	background-size: cover
}
.advantages .advantage-img img {
	border-radius: 10px
}
.advantages{
    margin-top: 35px;
}
}
