.guide-container{
    width:80%;
    display:block;
    margin: auto;
    overflow-x: hidden;
    padding-top:150px;
  }
  
  .guide-content{
    margin: 60px 0;
  }
  
  .guide-container h1{
    font-size:36px;
    color: #5b5b5b;
    text-align:center;
    font-weight: 500;
  }
  
  .guide-content h2{
    font-size:24px;
    color:#1f85c9;
    font-weight:600;
    line-height:35px;
  }
  
  .guide-content h3{
    font-size:23px;
    color:#1f85c9;
    font-weight:500;
    margin:40px 0 25px 0; 
  }
  
  .guide-content p{
    font-size:20px;
    font-weight:500;
    line-height: 1.6em;
    text-align: justify;
  }
  
  .a{
    font-size: 26px;
    font-weight: 500;
  }
  
  
  .numberlist{
    font-size: 20px;
    font-weight: bold;
  }
  
  .numberlist p{
    line-height:1em;
  }
  
  .guide-content img{
    width:100%;
    margin-bottom:10px;
  }
  
  .support{
    color:#1f85c9;
    font-weight: bold;
  }
  
  .support:hover{
    color: #5aa6d8;
  }