42 lines
540 B
CSS
42 lines
540 B
CSS
.logo {
|
|
height: 60px;
|
|
width: 60px
|
|
}
|
|
|
|
.chartsContainer {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
|
|
max-width: 700px;
|
|
|
|
margin: 2em;
|
|
}
|
|
|
|
.chart {
|
|
max-width: 500px;
|
|
max-height: 400px;
|
|
margin: 1em;
|
|
}
|
|
|
|
.margin-top {
|
|
margin-top: 3em;
|
|
}
|
|
|
|
|
|
.how-it-works-container {
|
|
padding: 60px;
|
|
background-color: #161E2A;
|
|
color: white;
|
|
}
|
|
|
|
.how-it-works-title {
|
|
color: white;
|
|
}
|
|
|
|
.testimonial-position {
|
|
margin-left: 10px;
|
|
font-size: 13px;
|
|
} |