/*
brakepoint
*/
.foreign-content h2 {
  font-size: 20px;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 35px; }
  @media screen and (max-width: 800px) {
    .foreign-content h2 {
      font-size: 15px;
      margin-bottom: 10px; } }
  .foreign-content h2::before, .foreign-content h2::after {
    display: none; }
.foreign-content p {
  line-height: 1.6;
  margin: 0; }
.foreign-content a {
  color: #E6003E; }
  .foreign-content a:hover {
    text-decoration: none; }
