
/** other-faqs **/

.other-faqs{
    position: relative;
    padding: 110px 0px;
    background: #d7eef6;
  }
  
  .other-faqs .title-box{
    position: relative;
    display: block;
    margin-bottom: 50px;
  }
  
  .other-faqs .title-box h2{
    font-size: 34px;
    line-height: 45px;
    font-weight: 900;
    margin-bottom: 19px;
  }
  
  .other-faqs .title-box p{
    font-size: 20px;
    line-height: 28px;
    color: #9c9fa6;
  }
  
  .other-faqs .inner-box .single-item{
    position: relative;
    margin-bottom: 38px;
  }
  
  .other-faqs .inner-column .inner-box .single-item:last-child{
    margin-bottom: 0px;
  }
  
  .other-faqs .inner-box .single-item .icon-box{
    position: absolute;
    left: 0px;
    top: 4px;
    background: #fff;
    border-radius: 50%;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
  }
  
  .other-faqs .inner-column:first-child .inner-box .single-item:last-child .icon-box{
  
  }
  
  .other-faqs .inner-column:last-child .inner-box .single-item:first-child .icon-box{
    
  }
  
  .other-faqs .inner-column:last-child .inner-box .single-item:last-child .icon-box{
    
  }
  
  .other-faqs .inner-box .single-item .inner{
    position: relative;
    padding-left: 50px;
  }
  
  .other-faqs .inner-box .single-item .inner h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .other-faqs .inner-box .single-item .inner p{
    line-height: 28px;
    margin: 0px;
  }
  
  .other-faqs .pattern-layer .pattern-1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 306px;
    height: 427px;
    background-repeat: no-repeat;
  }
  
  .other-faqs .pattern-layer .pattern-2{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 341px;
    height: 463px;
    background-repeat: no-repeat;
  }
  