.sv-wrap {
  margin-bottom: 30px;
  cursor: pointer;
}
.sv-wrap:hover .sv-item {
  border: 4px solid var(--color-primary);
}

.sv-wrap:hover .sv-name,
.sv-wrap:hover p {
  color: var(--color-primary);
}
.news-short-text {
  -webkit-transition: all 0.9s ease 0s;
  -khtml-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.sv-item {
  -webkit-transition: all 0.9s ease 0s;
  -khtml-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 4px solid transparent;
}

.sv-item a img {
  -webkit-transition: all 0.9s ease 0s;
  -khtml-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
  width: 100%;
}

.sv-item a img:hover {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.sv-name {
  color: var(--font-color);
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  display: block;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .sv-name {
    padding: 4px;
    line-height: 15px;
    bottom: 0;
    font-size: 12px;
  }
}
