.services2 {
display: flex;
justify-content: space-between;
}
.service-item2 {
position: relative;
width: 30%; /* Ширина первого слоя */
height: 985px;
padding: 10px; /* Поля вокруг текста */
background: #fff; /* Цвет фона */
border:1px solid #53c1ef;
}
.service-item2::before {
content:"\f005";
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #53c1ef;
border-radius: 0 0 50% 0;
}
.star-wrap {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #53c1ef;
border-radius: 0 0 50% 0;
}
@media(max-width: 768px){ .services2 { display: block; } .service-item2 { width: 100%; margin-bottom: 20px; } }