@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');
#dealA4page {
  font-family: 'Montserrat', sans-serif;
  color: #00205B;
}
#dealA4page a:not(.btn) {
  color: #596e95;
}
#dealA4page h1 {
  margin-top: 4.5rem;
}

#dealA4page .psalogo address, #dealA4page .psalogo postcode, #dealA4page .psalogo telephone {
  display: block;
  text-align: right;
}
.psalogo {
  display: flex;
}
.psalogo {
  position: absolute;
  top: -1rem;
  left: 0px;
  margin: 0 1rem;
  width: calc(100% - 2rem);
  margin-bottom: 1rem
}
.psalogo > div {
  position: relative;
  padding-top: 1rem;
}
.psalogo > div > img {
  height: 5rem;
}
.psalogo > div:first-of-type:before {
  content: "";
  position: absolute;
  top: -3rem;
  right: 0;
  height: .5rem;
  width: 15rem;
  display: block;
  background: rgb(11,18,100);
}
.psalogo > div:first-of-type:after {
  content: "";
  position: absolute;
  top: -3rem;
  right: 15rem;
  height: .5rem;
  width: 15rem;
  display: block;
  background: rgb(11,18,100);
}