﻿.kg-faktaboks-groenne-tomater {
  width: 300px;
  max-width: 100%;
  float: right;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  color: #333;
  border: 1px solid #b31e74;
  background: #fff;
  padding: 18px;
  margin: 0 0 20px 22px;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

.kg-faktaboks-groenne-tomater-title {
  font-size: 18px;
  line-height: 1.25;
  color: #b31e74;
  font-weight: normal;
  margin: 0 0 14px 0;
}

.kg-faktaboks-groenne-tomater p {
  margin: 0 0 10px 0;
}

.kg-faktaboks-groenne-tomater p:last-child {
  margin-bottom: 0;
}

.kg-faktaboks-groenne-tomater strong {
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .kg-faktaboks-groenne-tomater {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}