bl-frontend-rs/css/services.css

22 lines
469 B
CSS
Raw Normal View History

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;
2023-04-10 20:35:12 +00:00
font-size: clamp(21px, 3vw, 3vw);
font-weight: bold;
2023-04-10 13:25:04 +00:00
color: #111029;
text-align: center;
}
.services-section-services-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 50px;
}