.about-us-container{
  max-width:1280px;
  margin: 0 auto;
  padding: 0;
}

.about-us-upper {
	display: flex;
	flex-wrap: wrap;
}
.about-us-upper .content {
	width: 52%;
	padding: 0 60px 0 0;
}

.about-us-upper .content h2{
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 800;
font-size: 29px;
line-height: 120%;
color: #1C4F52;
}

.widget-snippet .about-us-upper .content p {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 150%;
	padding: 32px 0 0px;
	color: #1C4F52;
	margin: 0;
}

.about-us-upper .inner-image {
	width: 48%;
	padding: 0;
}
.about-us-upper .inner-image img {
  float: right;
  height: 100%;
  object-fit: cover;
 border-radius: 8px;
}
.about-us-lower {
	display: flex;
	padding: 100px 0 120px;
	margin: 0;
}

.about-us-lower .inner-image img{
  height: 100%;
  object-fit:cover;
  border-radius: 8px;
}

.about-us-lower .content {
	width: 52%;
	padding: 0 0 0 60px;
}
.about-us-lower .inner-image {
	width: 48%;
	padding: 0;
}

.about-us-lower .content h2{
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 800;
font-size: 29px;
line-height: 120%;
color: #1C4F52;
}

.widget-snippet .about-us-lower .content p {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 150%;
	padding: 32px 0 0px;
	color: #1C4F52;
	margin: 0;
}


.about-us-lower .content ul{
  margin: 0;
 padding: 10px 0 0 25px;
}
.about-us-lower .content ul li {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  color: #1C4F52;
}
.about-us-lower .content ul li:after{
  background:#1C4F52;
}

.widget-snippet .about-us-lower .content .lower-inner-header{
  font-weight: 700;
}

.widget-snippet .about-us-lower a{
 font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 19px;
line-height: 150%;
color: #1C4F52;
text-decoration: underline;
}

.widget-snippet .about-us-lower a:hover{
 color: #949028;
}


