.academia_website_avalanche_contact_styles_heading {
font-family: Markpro;
color: rgba(110, 31, 115, 0.9);
font-weight: 800;
font-size: 52px;
text-align: center;
margin: 1em;
}
.academia_website_avalanche_contact_styles_outerwrapper {
display: flex;
justify-content: center;
width: 100%;
margin: 3em auto;
}
.academia_website_avalanche_contact_styles_wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 12px;
box-shadow: 0 0 20px 0 rgba(100, 100, 111, 0.2);
background-color: white;
padding: 1.6em 1.2em;
margin-bottom: 4em;
}
@media (width < 800px) {
.academia_website_avalanche_contact_styles_wrapper {
width: 100%;
margin-bottom: 1em;
}
}
@media (width >= 800px) {
.academia_website_avalanche_contact_styles_wrapper {
width: 85%;
}
}
.academia_website_avalanche_contact_styles_listwrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
}
@media (width <= 800px) {
.academia_website_avalanche_contact_styles_listwrapper {
grid-template-columns: 1fr;
}
.academia_website_avalanche_contact_styles_contactcardwrapper {
width: 100%;
height: auto;
padding: 20px 0;
border-radius: 13px;
}
.academia_website_avalanche_contact_styles_separationline {
width: 50%;
}
.academia_website_avalanche_contact_styles_contactlistwrapper {
flex-direction: column;
gap: 1vw;
align-items: start;
justify-content: start;
flex-wrap: nowrap;
}
}
.academia_website_avalanche_contact_styles_contactcardwrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: rgba(110, 31, 115, 0.04);
font-family: Markpro;
padding-top: 2em;
padding-bottom: 1em;
gap: 8px;
border-radius: 26px;
}
.academia_website_avalanche_contact_styles_contactcampus {
color: rgba(0, 0, 0, 0.6);
font-family: Markpro;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.academia_website_avalanche_contact_styles_separationline {
height: 1.5px;
width: 100%;
background-color: rgba(110, 31, 115, 0.2);
}
.academia_website_avalanche_contact_styles_bulletinfohead {
color: rgba(0, 0, 0, 0.4);
font-family: Markpro;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.academia_website_avalanche_contact_styles_contactlistwrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: left;
align-items: center;
width: 97%;
gap: 6px;
}
.academia_website_avalanche_contact_styles_buttonwrapper {
display: flex;
border: 0 none transparent;
}
.academia_website_avalanche_contact_styles_seemore {
width: fit-content;
padding: 2.5px 8px;
background-color: white;
box-shadow: 0 0 20px 0 rgba(110, 31, 115, 0.1);
border-radius: 20px;
font-size: 14px;
border: 0 none transparent;
color: rgba(110, 31, 115, 0.8);
font-family: Markpro;
font-weight: 500;
}
