30 lines
407 B
SCSS
30 lines
407 B
SCSS
.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;
|
|
}
|
|
}
|