.aboutcontfive{
	position: relative;
	overflow: hidden;
}

.aboutblocktitlefive{
	text-align: center;
	font-family: Roboto;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  text-align: center;
  color: #000000;
  font-size: 4rem;
}

.aboutline{
	height: 3px;
	background-color: #9b9b9b;
}

.abouttopfive{
	overflow: hidden;
}

.aboutbottomfive{
	overflow: hidden;
}

.aboutimgfive{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	box-shadow: 2px 3px 15px -5px black;
}

.abouttitlefive{
	font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #000000;
  font-size: 2.7rem;
}

.abouttextfive{
	font-family: Roboto;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: -0.2px;
  color: #515050;
  font-size: 1.2rem;
}

.aboutbuttonfive{
	font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #9b9b9b;
  opacity: .8;
  font-size: 1.2rem;
}

.aboutbuttonfive:hover,.aboutbuttonfive:focus{
	text-decoration: none;
	color: #9b9b9b;
	opacity: 1;
}

.aboutbuttonfive:active{
	opacity: .7;
	text-decoration: none;
	color: #9b9b9b;
}

.abouttopleftfive{
	float: left;
	height: 100%;
	display: table;
}

.abouttoplefttablefive{
}

.abouttoprighttfive{
	float: left;
	height: 100%;
}

.aboutbottomleftfive{
	float: left;
	height: 100%;
}

.aboutbottomrighttfive{
	float: left;
	height: 100%;
	display: table;
}

.abouttoprighttablefive{
	display: table-cell;
	vertical-align: middle;
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
.aboutcontfive{
	padding-top: 90px;
	padding-bottom: 90px;
}
.aboutblocktitlefive{
}
.aboutline{
	margin-top: 50px;
	margin-bottom: 100px;
}
.abouttopfive{
	height: 660px;
}
.abouttopleftfive{
	padding-top: 150px;
}
.aboutbottomfive{
	margin-top: -100px;
	height: 660px;
}
.aboutbottomleftfive{
	margin-top: -100px;
}
.aboutbottomrighttfive{
	margin-top: -0px;
}
.abouttitlefive{
	padding-bottom: 20px;
}
.abouttextfive{
	padding-bottom: 45px;
}
.abouttopfive .abouttitlefive{
  padding-right: 100px;
}
.abouttopfive .abouttextfive{
	padding-right: 100px;
}
.abouttopfive .aboutbuttoncontfive{
	padding-right: 100px;
}
.aboutbottomfive .abouttitlefive{
  margin-left: 100px;
}
.aboutbottomfive .abouttextfive{
	margin-left: 100px;
}
.aboutbottomfive .aboutbuttoncontfive{
	margin-left: 100px;
}
.aboutbuttonfive{
}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
.aboutcontfive{
	padding-top: 80px;
	padding-bottom: 80px;
}
.aboutblocktitlefive{
}
.aboutline{
	margin-top: 40px;
	margin-bottom: 90px;
}
.abouttopfive{
	height: 550px;
}
.abouttopleftfive{
	padding-top: 100px;
}
.aboutbottomfive{
	margin-top: -80px;
	height: 550px;
}
.aboutbottomleftfive{
	margin-top: -80px;
}
.aboutbottomrighttfive{
	margin-top: -5px;
}
.abouttitlefive{
	padding-bottom: 15px;
}
.abouttextfive{
	padding-bottom: 30px;
}
.abouttopfive .abouttitlefive{
  padding-right: 60px;
}
.abouttopfive .abouttextfive{
	padding-right: 60px;
}
.abouttopfive .aboutbuttoncontfive{
	padding-right: 60px;
}
.aboutbottomfive .abouttitlefive{
  margin-left: 60px;
}
.aboutbottomfive .abouttextfive{
	margin-left: 60px;
}
.aboutbottomfive .aboutbuttoncontfive{
	margin-left: 60px;
}
.aboutbuttonfive{
}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.aboutcontfive{
	padding-top: 70px;
	padding-bottom: 70px;
}
.aboutblocktitlefive{
}
.aboutline{
	margin-top: 40px;
	margin-bottom: 90px;
}
.abouttopfive{
}
.abouttopleftfive{
}
.aboutbottomfive{
}
.aboutbottomfive{
	display: flex;
	flex-direction: column-reverse;
}
.aboutbottomleftfive{
}
.aboutbottomrighttfive{
}
.abouttitlefive{
	padding-bottom: 10px;
	padding-top: 10px;
}
.abouttextfive{
	padding-bottom: 20px;
}
.abouttopfive .abouttitlefive{
  padding-right: 30px;
}
.abouttopfive .abouttextfive{
	padding-right: 30px;
}
.abouttopfive .aboutbuttoncontfive{
	padding-right: 30px;
	padding-bottom: 10px;
}
.aboutbottomfive .abouttitlefive{
  padding-right: 30px;
}
.aboutbottomfive .abouttextfive{
	padding-right: 30px;
}
.aboutbottomfive .aboutbuttoncontfive{
	padding-right: 30px;
	padding-bottom: 10px;
}
.aboutbuttonfive{
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.aboutcontfive{
	padding-top: 60px;
	padding-bottom: 60px;
}
.aboutblocktitlefive{
}
.aboutline{
	margin-top: 30px;
	margin-bottom: 50px;
}
.abouttopfive{
}
.abouttopleftfive{
}
.aboutbottomfive{
	display: flex;
	flex-direction: column-reverse;
}
.aboutbottomleftfive{
}
.aboutbottomrighttfive{
}
.abouttitlefive{
	padding-top: 20px;
	padding-bottom: 7px;
}
.abouttextfive{
	padding-bottom: 10px;
}
.abouttopfive .abouttitlefive{
  padding-right: 30px;
}
.abouttopfive .abouttextfive{
	padding-right: 30px;
}
.abouttopfive .aboutbuttoncontfive{
	padding-right: 30px;
	padding-bottom: 20px;
}
.aboutbottomfive .abouttitlefive{
  padding-right: 30px;
}
.aboutbottomfive .abouttextfive{
	padding-right: 30px;
}
.aboutbottomfive .aboutbuttoncontfive{
	padding-right: 30px;
	padding-bottom: 20px;
}
.aboutbuttonfive{
}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
.aboutcontfive{
	padding-top: 50px;
	padding-bottom: 50px;
}
.aboutblocktitlefive{
}
.aboutline{
	margin-top: 30px;
	margin-bottom: 40px;
}
.abouttopfive{
}
.abouttopleftfive{
}
.aboutbottomfive{
	display: flex;
	flex-direction: column-reverse;
}
.aboutbottomleftfive{
}
.aboutbottomrighttfive{
}
.abouttitlefive{
	padding-top: 18px;
	padding-bottom: 7px;
}
.abouttextfive{
	padding-bottom: 10px;
}
.abouttopfive .abouttitlefive{
  padding-right: 30px;
}
.abouttopfive .abouttextfive{
	padding-right: 30px;
}
.abouttopfive .aboutbuttoncontfive{
	padding-right: 30px;
	padding-bottom: 20px;
}
.aboutbottomfive .abouttitlefive{
  padding-right: 30px;
}
.aboutbottomfive .abouttextfive{
	padding-right: 30px;
}
.aboutbottomfive .aboutbuttoncontfive{
	padding-right: 30px;
	padding-bottom: 20px;
}
.aboutbuttonfive{
}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
.aboutcontfive{
	padding-top: 40px;
	padding-bottom: 40px;
}
.aboutblocktitlefive{
}
.aboutline{
	margin-top: 30px;
	margin-bottom: 40px;
}
.abouttopfive{
}
.abouttopleftfive{
}
.aboutbottomfive{
	display: flex;
	flex-direction: column-reverse;
}
.aboutbottomleftfive{
}
.aboutbottomrighttfive{
}
.abouttitlefive{
	padding-top: 18px;
	padding-bottom: 7px;
}
.abouttextfive{
	padding-bottom: 10px;
}
.abouttopfive .abouttitlefive{
  padding-right: 30px;
}
.abouttopfive .abouttextfive{
	padding-right: 30px;
}
.abouttopfive .aboutbuttoncontfive{
	padding-right: 30px;
	padding-bottom: 20px;
}
.aboutbottomfive .abouttitlefive{
  padding-right: 30px;
}
.aboutbottomfive .abouttextfive{
	padding-right: 30px;
}
.aboutbottomfive .aboutbuttoncontfive{
	padding-right: 30px;
	padding-bottom: 20px;
}
.aboutbuttonfive{
}
}	