html{
	padding:0;
	margin: 0;
	
}

.b3 {
  display: flex;
  flex-direction: column
}
.b3 h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 110%;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #fff;
        margin-top: 100px;
}
@media only screen and (max-width:809px) {
  .b3 h2 {
    font-size: 32px
  }
}
@media only screen and (max-width:360px) {
  .b3 h2 {
    margin-bottom: 24px
  }
}
.b3-cont {
  display: grid;
  grid-template-columns: 1fr 1fr  1fr  1fr ;
  gap: 16px
}
.b5-cont {
  display: grid;
  grid-template-columns: 1fr 1fr  ;
  gap: 16px;
	width:100%!important;
}

.b4 .b3-cont {
  display: grid;
  grid-template-columns: 1fr 1fr  1fr  1fr 1fr 1fr;
  gap: 16px
}
.b4 .b6-cont {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px
}

.b3-cont, .b3-cont img {
  width: 100%
}

.b3-cont h3 {
  position: absolute;
    width: 84%;
    transform: translateX(-50%);
    left: 50%;
    top: 46px;
    font-weight: 700;
    font-size: 20px;
    line-height: 113%;
  text-align: center;
  letter-spacing: -.02em;
  font-feature-settings: "tnum"on, "lnum"on
}

.b5-cont h3 {
  position: absolute;
    width: 84%;
    transform: translateX(-50%);
    left: 50%;
    top: 46px;
    font-weight: 700;
    font-size: 20px;
    line-height: 113%;
  text-align: center;
  letter-spacing: -.02em;
  font-feature-settings: "tnum"on, "lnum"on
}


@media only screen and (max-width:1250px) {
  .b3-cont h3 {
    font-size: 20px
  }
}
@media only screen and (max-width:1000px) {
  .b3-cont h3 {
    font-size: 18px;
    width: 90%
  }
}
@media only screen and (max-width:950px) {
  .b3-cont h3 {
    font-weight: 600;
    font-size: 16px;
    top: 16px
  }
}
@media only screen and (max-width:810px) {
  .b3-cont h3 {
    font-weight: 600;
    font-size: 16px;
    top: 12px
  }
}
@media only screen and (max-width:800px) {
  .b3-cont h3 {
    font-size: 12px
  }
}
@media only screen and (max-width:625px) {
  .b3-cont h3 {
    font-size: 24px;
    width: 87%;
	  margin-top: 50px;
  }
	
	.b4 .b3-cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}
		.b4 .b6-cont {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px
}
	.b4 .b6-cont img{
		width:90vw;
		
	}
}
@media only screen and (max-width:625px) {
  .b3-cont {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto
  }
}
@media only screen and (max-width:360px) {
  .b3-cont {
    gap: 10px
  }
}
.b3 button {
  margin: 40px auto 40px
}
@media only screen and (max-width:809px) {
  .b3 button {
    margin: 31px auto 80px
  }
}
@media only screen and (max-width:360px) {
  .b3 button {
    margin: 25px auto 40px;
	  
  }
	
}