.vestfrost-contacts svg {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 16px;
  fill: var(--color-primary);
  padding: 2px; }

.vestfrost-contacts > a {
  display: flex;
  align-items: center;
  transition: color 0.3s; }

@media only screen and (max-width: 1025px) {
  .vestfrost-contacts .contact-text:first-child {
    padding-right: 30px; } }

