body header {
background-color: #EAC3F5;
}
.section1 {
padding-top: clamp(100px, 20rem, 200px);
padding-bottom: clamp(100px, 20rem, 200px);
min-height: 600px;
height: calc(100dvh - var(--header-height));
}
.section1 .container {
max-width: 840px;
}
.section1 :is(.title, .heading1) {
margin-bottom: clamp(10px, 2rem, 20px);
}
.section1 .main-btn {
margin-top: clamp(35px, 7rem, 70px);
background-color: var(--white);
border-color: var(--white);
}
.section1 .gradient-bg {
left: 0;
top: 0;
height: 100%;
display: block;
}