.top {
height: 31.25rem;
border: 0.0625rem solid orange;
@apply flex justify-center items-center;
.n-card {
width: 30%;
height: 21.875rem;
/* stylelint-disable-next-line selector-class-pattern */
:deep(.n-card__content) {
box-shadow: 0 0.75rem 3rem 1rem rgb(0 0 0 / 3%), 0 0.5625rem 1.75rem 0 rgb(0 0 0 / 5%),
0 0.375rem 1rem -0.5rem rgb(0 0 0 / 8%);
}
.card {
@apply flex justify-around;
ul {
font-size: 1rem;
@apply flex flex-col justify-evenly;
&:nth-child(1) {
span {
width: 1.25rem;
height: 1.25rem;
border-radius: 0.1875rem;
@apply inline-block align-middle;
}
}
}
}
}
.geo {
width: 60%;
}
}