2023-04-10 13:25:04 +00:00
|
|
|
.services-section-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
margin-top: 100px;
|
|
|
|
}
|
|
|
|
.services-section-title {
|
|
|
|
font-family: Poppins;
|
|
|
|
font-size: 40;
|
|
|
|
color: #111029;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.services-section-services-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
gap: 50px;
|
|
|
|
}
|