.fraza{
    display:flex;
    justify-content: center;
}
.fraza_2{
font-size: 30px; 
font-weight:500;
}
.holovne_poyasnenna{
  font-size: 40px;
  font-weight:bold;
  margin-top:40px;
  text-align: center;
  color: #7a3734;
  font-style: normal;
}

.nazva{
  font-size: 25px;
  font-weight:bold;
  position:relative;
  margin-left:40%;
  color: #7a3734;
  font-style: normal;
}
.pidzaholovok{
    display:flex;
    flex-wrap: wrap;
    align-items:center;
    gap:450px;
    
}   
.bokovi_button{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 150px;
} 
 
.process-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
 
.bilder_klein{
    width: 30px;
}
 
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.step{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sicher_fur_kunder{
    display: flex;
    justify-content: center;
}

.sicher{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 40px;
}

.umova{
    width: 320px;
}

.umova2{
    height: 270px;
}

.umova3{
    width: 240px;
}
.pre-futer-info{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    padding:20px 20px;
}

.text-bild{
    display:flex;
    align-items:center;
    gap:10px;
    max-width:800px;
}

.social-bild img{
    width:100px;
}

.Text-slovo{
    font-size:18px;
    line-height:1.5;
}
.social-links{
    display:flex;
    gap:15px;
}

.social-links img{
    width:60px;
    height:60px;
    transition:0.2s;
}

.social-bild img{
    width:120px;
    height:120px;
}

.social-links img:hover{
    transform:scale(1.2);
}


  @media (max-width: 768px){
      
.fraza{
      text-align:center;
      padding:0 15px;
  }

  .fraza_2{
      font-size:22px;
      line-height:1.4;
  }

  .process-steps {
    grid-template-columns: 2fr;
  }

  .process-head {
    flex-wrap: wrap;
  }

.holovne_poyasnenna{
  font-size:25px;
  font-weight:bold;
  padding-top:30px;
   text-align: center;
  color: #7a3734;
  font-style: normal;
}

.nazva{
font-size: 20px;
  font-weight:bold;
  position: relative;
  margin-left: 10%;
  margin-bottom: 30px;
  color: #7a3734;
  font-style: normal;
  }
  
.pidzaholovok{
display: flex;
flex-direction: column;
gap: 20px;
}

.bokovi_button{
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:12px;
      width:min(340px, 90%);
      margin:10px auto 0;
  }
  .bokovi_button .hero-btn{
      width:100%;
      min-width:0;
      text-align:center;
      padding:10px 8px;
      font-size:14px;
  }

  .bilder_klein{
    width: 30px;
}

.sicher_fur_kunder{
    display: flex;
    justify-content: center;
}

.sicher{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5px;
}

.umova{
    width: 220px;
}

.umova2{
   height: 150px; 
}

.umova3{
    width:220px;
}

  .pre-futer-info{
      flex-direction:column;
      align-items:center;
      text-align:center;
      gap:25px;
      padding:30px 20px;
  }

  .text-bild{
      flex-direction:column;
      align-items:center;
      gap:16px;
      max-width:100%;
  }

  .social-bild img{
      width:165px;
      height: 165px;
  }

  .Text-slovo{
      font-size:16px;
      line-height:1.6;
  }

  .social-links{
      justify-content:center;
      gap:20px;
      width:100%;
  }

  .social-links img{
      width:95px;
      height:95px;
  }

}
