.pluscontone{
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.plustitleone{
	  font-family: Roboto;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
}

.plusblockone{
	float: left;
}

.plusblockiconone{
	height: 84px;
	width: 84px;
	margin: 0 auto;
}

.plusblockiconimgone{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	margin: 0 auto;
}

.plusblocktitleone{
	  font-family: Roboto;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.68;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
}

.plusblocktextone{
	  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
	.pluscontone{
		padding-top: 90px;
		padding-bottom: 70px;
	}
	.plustitleone{
		padding-bottom: 62px;
	}
	.plusblockiconone{
		padding-bottom: 30px;
	}
	.plusblockone{
		padding-bottom: 30px;
	}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
	.pluscontone{
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.plustitleone{
		padding-bottom: 52px;
	}
	.plusblockiconone{
		padding-bottom: 20px;
	}
	.plusblockone{
		padding-bottom: 30px;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.pluscontone{
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.plustitleone{
		padding-bottom: 42px;
	}
	.plusblockiconone{
		padding-bottom: 20px;
	}
	.plusblockone{
		padding-bottom: 30px;
	}
	.plusblocktextone{
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.pluscontone{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.plustitleone{
		padding-bottom: 32px;
	}
	.plusblockiconone{
		padding-bottom: 20px;
	}
	.plusblockone{
		padding-bottom: 30px;
	}
	.plusblocktextone{
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.pluscontone{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.plustitleone{
		padding-bottom: 22px;
	}
	.plusblockiconone{
		padding-bottom: 20px;
	}
	.plusblockone{
		padding-bottom: 30px;
	}
	.plusblocktextone{
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.pluscontone{
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.plustitleone{
		padding-bottom: 22px;
	}
	.plusblockiconone{
		padding-bottom: 20px;
	}
	.plusblockone{
		padding-bottom: 30px;
	}
	.plusblocktextone{
		padding-left: 20px;
		padding-right: 20px;
	}
}	