2023-02-09 00:15:54 +00:00
|
|
|
.listContainer {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
border-bottom: 1px solid #b9b9b9;
|
|
|
|
margin: auto;
|
|
|
|
width: 95%;
|
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
flex-direction: column;
|
2023-02-09 01:51:03 +00:00
|
|
|
border-top: 1px solid #b9b9b9;
|
2023-02-09 00:15:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.contentItem {
|
|
|
|
display: flex;
|
|
|
|
padding: 62px 52px;
|
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
flex-direction: column;
|
2023-02-09 01:51:03 +00:00
|
|
|
padding: 16px 40px;
|
2023-02-09 15:32:27 +00:00
|
|
|
border-bottom: 1px solid #b9b9b9;
|
2023-02-09 00:15:54 +00:00
|
|
|
}
|
|
|
|
}
|