@media(min-width:320px){
	.our-methods {
		gap: 20px;
	}
	.method-item {
		background:var(--background-light);
	}
	.method-item--header {
		background: linear-gradient(107.07deg, #006DEB 0%, #5EB0FF 101.02%);
		display: flex;
		justify-content: space-between;
		align-items: center;
	}	
	.method-item--icon {
		display: block;
		width: 150px;
		height: 150px;
		margin: -40px -10px;
		
	}
	.method-item--header--wrapper {
		padding: 16px;
	}
	.method-item--bottom--wrapper {
		padding: 24px 20px 40px 20px;
	}
	.method-item--header--title {
		font-family: Unbounded;
		font-weight: 300;
		font-size: 18px;
		line-height: 1.33;
		letter-spacing: 0;
		color: var(--background-light);
	}
	.method-item--bottom {
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0;
	}
	
	.dark .method-item {
		background:var(--text-dark-grey-v2);
	}
	.dark .method-item--bottom {
		color: var(--white);
	}
}

@media(min-width: 550px) {
	

}

@media(min-width:768px){
	.method-item--header--wrapper {
		padding: 32px 20px;
	}
   	.method-item--header--title {
		font-weight: 300;
		line-height: 1.33;
		letter-spacing: 0;
	}
	.method-item--icon {
		display: block;
		width: 160px;
		height: 160px;
	}
	.method-item--bottom {
		font-weight: 400;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0;
	}

}
@media(min-width:868px){
	.method-item--header--title { 
		font-size: 24px;
	}
	.method-item--header--title br {
		display: none;
	}
	
}
@media(min-width:1024px){
 
}

@media (min-width: 1140px) {
	.method-item--icon {
		display: block;
		width: 260px;
		height: 260px;
		margin: -50px -28px;
	}
	.method-item--header--title {
		font-weight: 300;
		font-size: 28px;
		line-height: 1.33;
		letter-spacing: 0;
	}
	.method-item--header--wrapper {
		padding: 45px 20px 41px 20px;
	}
	.method-item--bottom--wrapper {
		padding: 40px 128px 43px 20px;
	}
	.method-item--bottom {
		font-weight: 400;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0;
	}
}

@media(min-width:1350px){
  
}