.academia_website_avalanche_home_news_styles_generalwrapper {
margin-top: 4em;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 95%;
}
.academia_website_avalanche_home_news_styles_heading {
display: flex;
justify-content: center;
color: rgba(110, 31, 115, 0.8);
font-family: MarkPro;
margin-bottom: 9px;
font-weight: 900;
}
@media only screen and (max-width: 767.98px) {
.academia_website_avalanche_home_news_styles_heading {
font-size: 39px;
}
}
@media only screen and (min-width: 767.98px) {
.academia_website_avalanche_home_news_styles_heading {
font-size: 70px;
}
}
.academia_website_avalanche_home_news_styles_listwrapper {
display: grid;
gap: 1rem;
}
.academia_website_avalanche_home_news_styles_list3 {
}
@media (width < 700px) {
.academia_website_avalanche_home_news_styles_list3 {
grid-template-columns: 1fr;
}
.academia_website_avalanche_home_news_styles_itemwrapper {
flex-direction: column;
}
.academia_website_avalanche_home_news_styles_image {
width: 100%;
}
.academia_website_avalanche_home_news_styles_contentouterwrapper {
padding-top: 1em;
padding-bottom: 1em;
}
}
@media (700px <= width < 1200px) {
.academia_website_avalanche_home_news_styles_list3 {
grid-template-columns: 1fr;
}
.academia_website_avalanche_home_news_styles_image {
width: 30vw;
max-width: 300px;
height: 100%;
}
.academia_website_avalanche_home_news_styles_contentouterwrapper {
padding: 1em;
}
}
@media (width >= 1200px) {
.academia_website_avalanche_home_news_styles_list3 {
grid-template-columns: 1fr 1fr 1fr;
}
.academia_website_avalanche_home_news_styles_itemwrapper {
flex-direction: column;
max-width: 350px;
}
.academia_website_avalanche_home_news_styles_image {
width: 100%;
}
.academia_website_avalanche_home_news_styles_contentouterwrapper {
padding-top: 1em;
padding-bottom: 1em;
}
}
.academia_website_avalanche_home_news_styles_itemwrapper {
padding: 20px;
background-color: white;
border-radius: 24px;
box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.2);
display: flex;
width: fit-content;
justify-content: space-between;
gap: 0.1rem;
}
@media (700px <= width > 1200px) {
.academia_website_avalanche_home_news_styles_itemwrapper {
flex-direction: row;
max-width: 1000px;
}
}
.academia_website_avalanche_home_news_styles_imagewrapper {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.academia_website_avalanche_home_news_styles_image {
display: block;
border-radius: 8px;
object-fit: cover;
}
.academia_website_avalanche_home_news_styles_contentouterwrapper {
display: flex;
gap: 1.2em;
flex-direction: column;
justify-content: space-evenly;
}
.academia_website_avalanche_home_news_styles_datewrapper {
}
.academia_website_avalanche_home_news_styles_date {
color: #cdccca;
font-family: MarkPro;
font-size: 17px;
}
.academia_website_avalanche_home_news_styles_content {
font-family: MarkPro;
font-size: 20px;
}
.academia_website_avalanche_home_news_styles_buttonwrapper {
display: flex;
}
.academia_website_avalanche_home_news_styles_readmore {
display: flex;
width: fit-content;
padding: 13px;
background-color: white;
border: 2px solid rgba(110, 31, 115, 0.8);
border-radius: 20px;
font-family: markpro;
font-size: 17px;
a {
text-decoration: none;
color: rgba(110, 31, 115, 0.8);
}
}
.academia_website_avalanche_home_news_styles_morenewsupdatecontainer {
display: flex;
justify-content: center;
margin-top: 37px;
}
.academia_website_avalanche_home_news_styles_morenewsupdates {
background-color: rgba(110, 31, 115, 0.8);
display: flex;
align-items: center;
justify-content: center;
border: 0 none transparent;
border-radius: 20px;
a {
color: white;
text-decoration: none;
font-family: markpro;
font-size: 17px;
font-weight: 200;
padding: 10px;
}
}
