@media (min-width: 1025px){
	#sc-4 {
		background-repeat: no-repeat;
		background-position: 10% 95%;
		line-height: 30px; background-size: 43%
	}

	#sc-4 div.container p.after_title {
		text-align: center;
	}
	#sc-4 .col-6 p,#sc-4 .col-6 li{
		font-weight: bold;
		margin-bottom: 10px;
	}
	#sc-4 div.container .col-6 .row .col-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#sc-4 div.container .col-6 .row .col-10 h3 {
		font-weight: bold;
		font-size: 14pt;
	}

	#sc-4 div.container .col-6 .row .col-10 p {
		text-align: justify;
	}
	#sc-4 .img{
		position: relative;
	}
	#sc-4 .img:before{
		content: '';
		display: block;
		padding-bottom: 60%
	}
	#sc-4 .img img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
}
@media (max-width: 1024px){
	section#sc-4 {
		background-image: none !important;
	}
	#sc-4 {
		line-height: 30px;
		position: relative;
	}
	#sc-4 div.container p.after_title {
		text-align: center;
	}

	#sc-4 div.container .col-6 {
		float: right;
		clear: both;
	}
	#sc-4 div.container .col-6 .row {
		width: 33.333%;
		float: left;
	}
	#sc-4 div.container .col-6 .row .col-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#sc-4 div.container .col-6 .row .col-2 img {
		margin:0 auto;
	}
	#sc-4 div.container .col-6 .row .col-10 {
		padding:10px;
	}
	#sc-4 div.container .col-6 .row .col-10 h3 {
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		margin:10px -10px;
		max-width: unset;
	}

	#sc-4 div.container .col-6 .row .col-10 p {
		text-align: center;
		font-size: 14px;
		margin:0;
	}
	#sc-4 .img{
		position: relative;
	}
	#sc-4 .img:before{
		content: '';
		display: block;
		padding-bottom: 60%
	}
	#sc-4 .img img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
}