2023-04-14 14:08:23 +00:00
|
|
|
.agents-title {
|
|
|
|
font-size: 34px;
|
|
|
|
font-family: Space Grotesk;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
}
|
|
|
|
.agents-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
flex-flow: row wrap;
|
|
|
|
gap: 30px;
|
|
|
|
|
|
|
|
padding: 20px;
|
2023-05-23 18:43:31 +00:00
|
|
|
margin-bottom: 16vh;
|
2023-04-14 14:08:23 +00:00
|
|
|
}
|