.academia_website_avalanche_admission_form_heading_styles_outerwrapper {
position: sticky;
z-index: 1;
overflow: hidden;
background-color: white;
margin: 0 auto;
border-radius: 0 0 20px 20px;
}
@media (width < 1200px) {
.academia_website_avalanche_admission_form_heading_styles_outerwrapper {
width: 100%;
top: 96px;
}
}
@media (width >= 1200px) {
.academia_website_avalanche_admission_form_heading_styles_outerwrapper {
width: 80%;
top: 115px;
}
}
.academia_website_avalanche_admission_form_heading_styles_wrapper {
display: flex;
justify-content: space-around;
background-color: rgba(110, 31, 115, 0.1);
padding-top: 1.5em;
padding-bottom: 1.5em;
font-size: 1em;
}
