
.r100{    
    width: 100%;
    /* background-color: red; */
    padding: 1em 0;
    display: flex;
    /* height: 650px; */
    justify-content: center;
    align-items: center;
  }

  .justify-start{
    justify-content: start !important;
  }

  .justify-between{
    justify-content: space-between !important;
  }

  .flex-c{
    display: flex;
    flex-direction: column;
  }

  .gap1{
    gap: 1em;
  }
  

 .c50{    
    width: 50%;
    padding: 0 1em;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    justify-content: start;
  }

  .bg-red{
    background-color: red;
  }

  .bg-blue{
    background-color: blue;
  }

  .bg-yellow{
    background-color: #F99D1E;
  }

  .mt1{
    margin-top: 1em;
  }

  .btn-simple{
    width: 200px;
    /* flex: none; */
    height: 50px;
    font-size: 20px;
    /* margin-top: -50px; */
    color: black;
    border: 1px solid black;
    border-radius: 100px;
    background-color: white;
    font-family: 'Space Grotesk', sans-serif;
  }


  .r-container-95{
    width: 95%;    
    display: flex;
    justify-content: center;
    align-items: center;    
  }

  .r-container-85{
    width: 95%;    
    display: flex;
    justify-content: center;
    align-items: center;    
  }

  .text-2{
    color: white;
    font-size: 40px;
  }

  .text-3{
    color: white;
    font-size: 20px;
  }

  .text-bold{
    font-weight: bold;
  }

  .ln-h-1{
    line-height: 1.3em;
  }

  .btn-kontak {
    width: 200px;
    display: inline-flex;
    align-items: center;
    background-color: white;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    box-shadow: 4px 4px 0 #333;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #222;
    /* transition: all 0.2s ease;
    text-transform: uppercase; */
    gap: 12px;
  }

  /* .btn-kontak:hover {
    transform: translate(1px, 1px);
    box-shadow: 2px 2px 0 #333;
  } */

  .material-icons {
    font-size: 24px;
    color: black;
  }