.academia_website_avalanche_fees_details_included_styles_outerwrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 4em;
margin-top: 2em;
padding: 20px;
}
.academia_website_avalanche_fees_details_included_styles_itemwrapper {
display: flex;
flex-direction: column;
text-align: center;
gap: 1.2em;
}
@media (width > 768px) {
.academia_website_avalanche_fees_details_included_styles_itemwrapper {
width: 22vw;
}
}
.academia_website_avalanche_fees_details_included_styles_imagewrapper {
background-color: rgba(110, 31, 115, 0.7);
align-self: center;
border-radius: 50%;
width: 240px;
}
.academia_website_avalanche_fees_details_included_styles_image {
width: 100%;
}
.academia_website_avalanche_fees_details_included_styles_summary {
font-size: 1.2em;
color: rgba(0, 0, 0, 0.5);
}
