.services {
  padding-bottom: 60px;
  width: 100%;
}
.services .top {
  margin-bottom: 20px;
  gap: 20px;
}
.services .top .title {
  margin-top: 0;
}
.services .q-list {
  display: grid;
}
@media (max-width: 1440px) {
.services__top {
    height: 220px;
}
}
@media (max-width: 1080px) {
.services .q-list {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.services .top {
    margin-bottom: 15px;
    justify-content: space-between;
}
.services .q-list {
    padding-bottom: 10px;
    display: flex;
    overflow-x: auto;
}
.services .q-item a {
    width: 260px;
}
.services__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}
.services__info {
    font-size: 15px;
    font-weight: 400;
}
}