.branding-block {
  position: relative;
}
.branding-block .header .background {
  position: absolute;
  width: 100%;
  height: 600px;
  top: 0;
  background-size: cover;
  background-position: right;
}
.branding-block .header .container {
  padding: 100px 15px 50px;
  text-align: center;
  color: #fff;
  position: relative;
}
.branding-block .header .title {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 20px;
}
.branding-block .header .description {
  font-size: 14px;
  line-height: 19px;
  max-width: 1080px;
  margin: 0 auto;
}
.branding-block .boxes {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.branding-block .box {
  width: 50%;
  position: relative;
}
.branding-block .box:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.90812 13.3242C8.79835 13.1978 8.73669 13.0264 8.73669 12.8477C8.73669 12.6689 8.79835 12.4975 8.90812 12.3711L11.8064 9.0345L8.90812 5.69787C8.80146 5.57074 8.74244 5.40047 8.74378 5.22373C8.74511 5.047 8.80669 4.87793 8.91525 4.75295C9.02381 4.62798 9.17066 4.55709 9.32418 4.55555C9.4777 4.55402 9.62561 4.62196 9.73603 4.74474L13.0483 8.55793C13.1581 8.68434 13.2197 8.85576 13.2197 9.0345C13.2197 9.21323 13.1581 9.38465 13.0483 9.51106L9.73603 13.3242C9.62623 13.4506 9.47733 13.5216 9.32208 13.5216C9.16682 13.5216 9.01792 13.4506 8.90812 13.3242Z' fill='white'/%3E%3Ccircle cx='10.4181' cy='9.59897' r='9.27646' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 20px;
  height: 20px;
  content: " ";
  right: 20px;
  bottom: 20px;
}
.branding-block .box img {
  filter: brightness(0.65);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  transition: all 0.2s;
}
.branding-block .box .title {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  text-align: center;
  position: absolute;
}
.branding-block .box .link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  overflow: hidden;
  text-decoration: none;
}
.branding-block .box .link:hover img {
  filter: brightness(0.8);
}

@media (min-width: 768px) {
  .branding-block .header {
    margin-top: -150px;
    position: relative;
  }
  .branding-block .header .container {
    padding: 200px 15px 70px;
  }
  .branding-block .header .background {
    height: auto;
    bottom: 0;
    background-position: top right;
  }
  .branding-block .header .title {
    font-size: 40px;
    line-height: 32px;
    margin: 0 0 25px;
  }
  .branding-block .header .description {
    font-size: 16px;
    line-height: 22px;
  }
  .branding-block .boxes {
    padding: 0;
  }
  .branding-block .box {
    width: 25%;
  }
  .branding-block .box .title {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 1680px) {
  .branding-block .header {
    margin-top: -200px;
  }
  .branding-block .header .container {
    padding: 270px 15px 70px;
  }
}
