first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
.jet-services {
.jet-services__icon {
color: white;
font-size: 40px;
text-align: center;
margin: 10px 0;
.inner {
width: 80px;
height: 80px;
background-color: #6ec1e4;
border-radius: 50%;
}
}
.jet-services__title {
font-size: 20px;
color: black;
margin: 10px 0;
}
.jet-services__desc {
text-align: center;
font-size: 16px;
color: #54595f;
margin: 10px 0;
}
}