#comp337039-11610638-row{
	height:75vh;
   min-height:75vh;
}
#comp337039-11610638 .cntb-107-block{
  display:flex;
  width:100%;
  height:100%;
  justify-content: center;
  align-items:center;
  flex-direction:column;
}
.h2404{
  color: var(--font-color);
  font-family: "Libre Baskerville";
  font-size: 200px;
  font-weight: 400;
  letter-spacing: 14.5px;
  line-height: 200px;
}
.h3404{
    color: rgba(253, 113, 67, 1);
    font-family: "ECIFont Regular";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.25px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom:40px;
    margin-top:40px;
}
.button404{
    color: var(--font-color);
    font-family: "ECIFont Regular";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.03px;
    text-transform: uppercase;
    margin-top:40px;
    background:var(--bg-color);
    padding:8px 40px;
    border: 1px solid var(--font-color);
}
@media only screen and (max-width:768px){
	.h2404{
      font-size: 125px;
      font-weight: 400;
      letter-spacing: 7px;
      line-height: 105px;
	}
   .h3404{
    	margin-bottom:20px;
    	margin-top:20px;
	}
   .button404{
      margin-top:20px;
  	}
}