h1 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(3rem, 12vw, 14rem);
  line-height: 0.75em;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: #242424;
}

h2{

font-family: 'Noto Serif';
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 44px;
letter-spacing: -0.05em;
color: #242424;
padding-bottom: 25px;
}

.yellow-b{
    background-color: #FFDEB6 !important;
    margin-top: -100px;
    padding-top: 200px;
    padding-bottom: 180px;
}
.blue-b{
    background-color: #D0E6FF !important;
    margin-top: -100px;
    padding-top: 200px;
    padding-bottom: 180px;
}
.red-b{
    background-color: #FFCCD0 !important;
    margin-top: -100px;
    padding-top: 200px;
    padding-bottom: 180px;
}
.tag{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 16px;
/* identical to box height */
letter-spacing: -0.07em;
text-transform: uppercase;
color: #242424;
}

.title-heading{

font-family: 'Inter', sans-serif;
font-style: normal;
  font-weight: 900;
  font-size: clamp(3rem, 7vw, 14rem);
  line-height: 0.75em;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #242424;


}

p{

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 25px;
/* or 125% */
letter-spacing: -0.06em;
color: #242424;
}

.pad_25{
    margin-top: 25px;
}

.pad_100{
    margin-top: 100px;
}
.pad_100_bottom{
    margin-bottom: 100px;
}

.header-image img{
    width: 100%;
    margin-top: -100px;
}
.split img{
 width: 100%;
}