@media only screen and (min-width: 360px) {


}


@media only screen and (min-width: 768px) {


}


@media only screen and (min-width: 990px) {

}

@media only screen and (min-width: 1280px) {
	.offer-process-container{
		position: relative;
	}

	.offer-process-container::after{
		display: block;
		content:'';
		position: absolute;
		bottom:0px;
		right:-50px;
		width:50px;
		height:2px;
		background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23ffffff' stroke-width='4' stroke-dasharray='4%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	}
	.offer-process-container:last-child:after{
		display: none;
	}
}