*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .sect1{
    min-height: 100vh;
    background-color: #f4f3f4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  :root{
    --index: calc(1vw+1vh);
    --font-size:calc(var(--index)*1.1);
    --font-h1:calc(var(--index)*2.5);
  }
  .container{
    
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    
  }
  .block{
    max-width: 100vw;
    
    height: auto;
    display: flex;
  }
  .block .left{
    width: 50%;
    height: 100%;
  }
  .block .right{
       width: 50%;
       margin-left: 100px;
       height: 100%;
  }
  .block .left p {
    width: 75%;
    padding: 20px 0;
    font-size: calc(var(--index)*1.1);
  }
  .block .left h2{
    font-weight: 200;
    font-size: var(--font-h1);
  }
  #text{
    width: 100%;
    border: none;
    position: relative;
    border-bottom: 1px solid gray;
    padding: 5px 0;
  }
  #text2{
    width: 50%;
    margin: 20px 0;
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid gray;
  }
  .cards{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    column-gap: 15px;
    row-gap: 10px;
  
    
  }
  .card{
    height: calc(var(--index)*2);
    display: flex;
    position: relative;
  }
  #text{
    width: 100%;
    border: none;
    position: relative;
    border-bottom: 1px solid gray;
    padding: 5px 0;
    background-color: #f4f3f4;
  }
  #text2{
    background-color: #f4f3f4;
    width: 49%;
    height: 100%;
    border: none;
    border-bottom: 1px solid gray;
  }
  #text3{
    background-color: #f4f3f4;
    width: 49%;
    height: 100%;
    border: none;
    border-bottom: 1px solid gray;
  
  }
  #text4{
    background-color: #f4f3f4;
    width: 100%;
    border: none;
    border-bottom: 1px solid gray;
  
  }
  #text5{
    background-color: #f4f3f4;
    border: none;
    border-bottom: 1px solid gray;
    width: 100%;
    height: 100%;
  
  }
  .card-pl{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block .left h3{
    font-weight: 200;
    font-size: var(--font-h1);
    margin: 20px 0;
  }
  .cards-coffee{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4,1fr);
    column-gap: 15px;
    row-gap: 15px;
  }
  .coffee{
    height: calc(var(--index)*7);
    width: calc(var(--index)*7);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgb(250, 250, 250);
    background-color: black;
  }
  .coffee img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .coffee:hover{
    border: 3px solid gray;
  }
  .block{
    height: auto !important;
  }
  .btn{
    width: 100%;
    height:calc(var(--index)*4.5);
    background-color: rgb(0, 0, 0);
    margin: 40px 0;
    color: white;
    font-size: calc(var(--index)*2);
  }
  .right h2{
    font-size: var(--font-h1);
    font-weight: 100;
  }
  .right p{
    width: 60%;
    font-size: calc(var(--index)*1.1);
    padding: 30px 0;
    
  }
  .info{
    height: 140px;
    display: flex;
  }
  .info .left-info{
    width: calc(var(--index)*16);
    height: calc(var(--index)*16);
    border: 2px solid white;
    border-radius: 50%;
  }
  .info .right-info{
   
    width: 150px;
    height: 140px;
    flex-direction: column;
    margin-left: 20px;
  }
  .left-info img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .info .right-info h4{
    font-weight: 100;
    padding: 5px 0;
    font-size: 18px;
  }
  .right-info a{
    color: #688269;
    font-size: 18px;
    font-weight: 600;
  }
  .right-info .a-a{
    margin-top: 10px;
  }
  .right button{
    width: calc(var(--index)*13);
    height: calc(var(--index)*4);
    
    margin: 40px 10px;
    
    
  }
  
  .bottom{
  
  }
  .bottom p{
    width: 80%;
  }
  .bottom h3{
    font-weight: 400;
    font-size: var(--font-h1);
  
  }
  .btns{
    width: var(--index)/5;
    
    display: flex;
    margin: 100px 0;
  }
  