@media screen and (max-width: 1024px){
.services__item{
width: 100%;
}
}
@media screen and (max-width: 768px){
.services__item{
height: 310px;
}
}
@media screen and (max-width: 414px){
.services__item{
flex-direction: column;
}
}
@media screen and (max-width: 1024px){
.services__item{
width: 100%;
}
}
@media screen and (max-width: 768px){
.services__item{
height: 310px;
}
}
@media screen and (max-width: 414px){
.services__item{
flex-direction: column;
}
}