.qr-code h1{
  margin-bottom: 29px;
  /*fonts*/
  font-family: 'Glamour Absolute';
  font-style: normal;
  font-weight: 400;
  font-size: 64.6411px;
  line-height: 74px;
  text-align: center;
  letter-spacing: 4.97239px;
  color: #343434;
}

.qr-code h2{
  max-width: 649px;
  margin:0 auto;
  margin-bottom: 117px;
  /*fonts*/
  font-family: 'DIN OT';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000000;
}
.qr-code .branchs-offices{
  max-width:1038px;
  margin: 0 auto;
  gap: 39px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.qr-code .branchs-offices .image-container{
  position:relative;
  height: 350px;
  width: 320px;
}
.qr-code .branchs-offices .image-container img{
  height: 100%;
  position: relative;
  object-fit: cover;
}
.qr-code .branchs-offices .image-container img:after{
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
}
.qr-code .branchs-offices .image-container svg {
  position: absolute;
  top: 20px;
  left:20px;
  z-index: 1;
}
.qr-code .branchs-offices .image-container p{ 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0px 20px 30px 20px;
  display: flex;
  text-align: center;
  background-color: rgb(0 0 0 / 30%);
  align-items: flex-end;
  justify-content: center;
  /*fonts*/
  font-family: 'Glamour Absolute';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 1px;
  color: #FFFFFF;
}


@media( max-width:767px ){
  .qr-code h1{
    max-width:236px;
    margin: 0 auto 42px;
    /*fonts*/
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 4.97239px;
  }
  .qr-code h2{
    max-width:317px;
    margin: 0 auto 77px;
    /*fonts*/
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
  
  @media (max-width: 767px) {
  .qr-code .branchs-offices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .qr-code .branchs-offices .image-container {
    width: 100%;
  }
}

  =
}