/* .material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
} */
 


  .outer_wrapper{
      width:100%;
      min-height: 40rem;
      margin: 0 auto;
      padding-top: 4rem;
      background-color: #32383e;
      background: #7d7e7d;
      background-color: #5e5d5d;
      /* background: -moz-linear-gradient(-45deg, #7d7e7d 0%, #0e0e0e 100%);
      background: -webkit-linear-gradient(-45deg, #7d7e7d 0%,#0e0e0e 100%);
      background: linear-gradient(135deg, #7d7e7d 0%,#0e0e0e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 ); */
  }
  
  .contact_outside_wrapper{
      max-width: 175rem;
      width: 100%;
      min-height: 30rem;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: flex-start;
      align-content: center;
  }
      
  .section_stl{
      max-width: 34rem;
      width: 100%;
      padding: 1rem;
      margin: 3rem auto;
  }
      
  .key_stl{
      font-size: 2.5rem;
      margin-bottom: 1rem;
      text-transform: uppercase;
      color: #784a06;
      color: #c17300;
      font-family: 'Open Sans', sans-serif;
      letter-spacing: .1rem;
      font-weight: 100;
      padding-left: 1rem;
  }
 
  .value_stl{
      font-size: 1.8rem;
      font-size: 1.5rem;
      text-transform: uppercase;
      color: #ffffff;
      color: #d1d1d1;
      color:black;
      font-family: 'Open Sans', sans-serif;
      font-family: 'Amiri Quran', serif;
      letter-spacing: .1rem;
      font-family: 'Arimo', sans-serif;
      font-weight: normal;
      padding-left: 1rem;
  }

  .icon_stl{
      padding-left: 1rem;
  }

  .icon_stl .material-symbols-outlined{
      font-size: 5rem;
      color:black;
  }
  
  .vertical_border_footer{
      width: 1px;
      height: 10rem;
      background-color: #717171;
      margin-top: 7rem;
      margin-right: 0.4rem;
  }
      
  #contact_id{
      padding-top:1.5rem;
  }
       
  .c_country{
      color: #c17300;
      font-size: 19px;
  }

  .c_business_name{
      letter-spacing: 1px;
      font-size: 19px;
      font-family: 'tinos', sans-serif;
  }

  .country_phone{
      padding: 8px 0px 8px 0px ;
      font-size: 16px;
  }

  .country_address{
      font-size: 16px;
  }




  @media screen and (max-width: 600px) {
            
    .vertical_border{
        display: none;
    }

  }

  @media screen and (max-width: 345px) {
    .vertical_border_footer{
      display: none;
    }

  }