.honour-loved-section {
  padding: 120px 0 160px;
  background: #F7F7F7;
  overflow-x: hidden;
}

.honour-loved-section .full-container {
  max-width: 1300px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.honour-loved-section .left-section {
  width: 46%;
}
.honour-loved-section .left-section  img{
    mix-blend-mode: multiply;
}
.honour-loved-section .right-section {
  width: 54%;
  padding: 0 50px 0 150px;
}
.honour-loved-section .right-section h2 {
  font-family: 'Halyard Display Book';
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 0.015em;
  color: #000000;
  margin: 0 0 21px;
}
.honour-loved-section .right-section p {
  font-family: 'Halyard Display Book';
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.015em;
  color: #000000;
  margin: 0 0 50px;
}
.honour-loved-section .right-section .buttons {
  display: flex;
  gap: 17px;
}
.honour-loved-section .right-section .buttons a {
  font-family: 'Halyard Display';
  padding: 14px 5px;
  width: 100%;
  max-width: 200px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.honour-loved-section .right-section .buttons a.get-in-touch {
  background-color: #172836;
  border-color: #172836;
  color: #FFFFFF;
}
.honour-loved-section .right-section .buttons a.get-in-touch:hover {
  background-color: #648AA8;
  border-color: #648AA8;
}
.honour-loved-section .right-section .buttons a.phone-call {
  background-color: #F7F7F7;
  border-color: #000000;
  color: #000000;
  gap: 8px;
}
.honour-loved-section .right-section .buttons a.phone-call:hover {
  border-color: #172836;
  background-color: #172836;
  color: #ffffff;
}
.honour-loved-section .right-section .buttons a.phone-call svg path {
  transition: 0.5s;
}
.honour-loved-section .right-section .buttons a.phone-call:hover svg path {
  fill: #ffffff;
}
