.aboutcontone{
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.aboutleftone{
	float: left;
}

.aboutleftimgone{
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.aboutrightone{
	height: 100%;
	float: left;
}

.aboutrighttitleone{
	font-family: Roboto;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.07;
	letter-spacing: -0.4px;
	color: #0f193d;
	font-size: 2.8rem;
}

.aboutrighttextone{
	font-family: Roboto;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.65;
	letter-spacing: -0.2px;
	color: #bfbfbf;
	font-size: 1rem;
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
.aboutcontone{
	padding-top: 90px;
	padding-bottom: 90px;
}

.aboutrighttitleone{
	padding-bottom: 20px;
}

.aboutrighttextone{
}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
.aboutcontone{
	padding-top: 80px;
	padding-bottom: 80px;
}

.aboutrighttitleone{
	padding-bottom: 18px;
}

.aboutrighttextone{
}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.aboutcontone{
	padding-top: 70px;
	padding-bottom: 70px;
}

.aboutrighttitleone{
	padding-bottom: 16px;
}

.aboutrighttextone{
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.aboutcontone{
	padding-top: 60px;
	padding-bottom: 60px;
	flex-direction: column;
}

.aboutrighttitleone{
	padding-top: 13px;
	padding-bottom: 16px;
}

.aboutrighttextone{	
}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
.aboutcontone{
	padding-top: 50px;
	padding-bottom: 50px;
	flex-direction: column;
}

.aboutrighttitleone{
	padding-bottom: 13px;
	padding-top: 13px;
}

.aboutrighttextone{
}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
.aboutcontone{
	padding-top: 40px;
	padding-bottom: 40px;
	flex-direction: column;
}

.aboutrighttitleone{
	padding-bottom: 13px;
	padding-top: 13px;
}

.aboutrighttextone{
}
}	