body {
	background-color: #484589
}

.site-header {
	display: none;
}

.footer-widget-area {
    display: none;
}

.hero-wrapper {
  background-image: url(https://cdn.muhiku.com/wp-content/uploads/2021/11/kutudanevar-bg.png);
  margin: 0px;
  background-repeat-y: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 40px;
  background-color: #484589;
}

@media only screen and (max-width: 1024px) {
	.hero-wrapper {
	  background-size: cover;
    padding: 30px 20px;
	}
}

@media only screen and (max-width: 780px) {
	.hero-wrapper {
	  background-image: url(https://cdn.muhiku.com/wp-content/uploads/2021/11/kutudanevar-mobile-bg.png);    
	  background-size: cover;
    padding: 12px 20px;
	}
}

.hero-wrapper .site-branding {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-wrapper .container-grid {
	display: flex;
  justify-content: center;
  max-width: 1080px;
  margin: auto;
}
@media only screen and (max-width: 780px) {
  .hero-wrapper .container-grid {
		margin: 26px 0px 38px 0px;
		flex-direction: column;
  }
}

.hero-wrapper .container-grid .text-content {
	color: #fff;
	display: flex;
	flex: 1.3;
	flex-direction: column;
}

@media only screen and (max-width: 780px) {
  .text-content {
    width: 100%;
  }
}

.hero-wrapper .container-grid .text-content .text-first {
	font-size: 28px;
	margin-top: 40px;
	color: #fff;
	letter-spacing: 0.35px;
}

@media only screen and (max-width: 780px) {
  .hero-wrapper .container-grid .text-content .text-first {
	  font-weight: bold;
	  text-align: center;
	  margin: 0;
	  margin-bottom: 22px;
  }
}

.hero-wrapper .container-grid .text-content .text-middle {
  font-size: 21px;
	letter-spacing: 0.26px;
	line-height: 1.8;
}

@media only screen and (max-width: 780px) {
  .hero-wrapper .container-grid .text-content .text-middle  {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
  }
}

.hero-wrapper .container-grid .text-content .text-middle strong {
    color: #fff;
}

.hero-wrapper .container-grid .img-content {
    flex: 1;

    margin-left: 25px;
}

.hero-wrapper .container-grid .img-content .boxes > img {
    position: relative;
    bottom: 50px;
    width: 496px;
    height: auto;
}

@media only screen and (max-width: 780px) {
	.hero-wrapper .container-grid .img-content .boxes > img {
	  position: unset;
	  bottom: 0px;
	  width: 100%;
	  height: auto;
	}
}

@media only screen and (max-width: 780px) {
	iframe {
		margin-top: -1px;
	}
}
