@charset "utf-8";

/*-------------------------------------
 NEW CSS_MarketZone
-------------------------------------*/
.hero {
 font-size: 35px;
 font-weight: bold;
 color: #fff;
 position: relative;
 margin-top: 80px;
}
.hero__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hero__image-mobile {
  display: none;
}
.hero__content {
  position: absolute;
  top: 10%;
  left : 23%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 38vh;
}
.hero__content h1 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.hero__content h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1.6!important;
}
.hero__content span {
  display: inline-block;
  font-style: italic;
  color: #f2f61a;
  font-weight: bold;
  font-size: 19px;
}
.abouttop {
  position: absolute;
  top: 140%;
  left: 15%
}
.catchp {
  position: absolute;
  top: 3.5%;
  left: 15%;
  font-style: italic;
  color: #F2F61A;
  font-weight: bold;
  font-size: 19px;
}
.visual img {
  width: 100%;
}
.section__home-blue {
	padding: 35px 0 40px 0;
	background-color: rgba(17,84,143,0.05);
	height: 320px;
	margin-bottom: 270px;
}

/*-------------------------------------------------------------------
 Media Queries_Marketzone
-------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
.hero {
  height: 55vh;
  margin-top: 131px;
}
.hero__content {
  top: 9%;
  left: 5%;
  width: 92%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}
.hero__content h1 {
  font-size: 20px;
}
.hero__content h3 {
  font-size: 13px;
}
.hero__content h3 span {
  font-size: 13px;
  margin-bottom: 0;
}
.hero__image{
  height: 100%;
  object-fit: cover;
}

.abouttop {
  top: 120%;
  left: 5%;
  width: 90%;
}
.section__home-blue {
	padding: 0 0 40px 0;
	background-color: rgba(17,84,143,0.05);
	height: 320px;
	margin-bottom: 0;
}
}
