.pest-content-wrapper-narrow {
  margin: 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 80.80rem;
  .pest-tutorial-box {
    border-radius: 20px;
    background: #6D98BA;
    padding:32px 75px 40px 56px;
    box-shadow: inset 0px 3px 6px #00000029;
    @media(max-width:749px){
      border-radius: 10px;
      padding:25px 30px 35px 30px;
    }
    .heading {
      color: #FFF;
      font-family: 'Ubuntu';
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 50px;
      text-transform: capitalize;
      margin-bottom:10px;
      @media(max-width:749px){
        font-size: 21px; line-height: 50px; margin-bottom:0;
      }
    }
    .pest-info {
      color: #FFF;
      font-family: "CommutersSans";
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      margin-bottom:20px;
      letter-spacing:0;
      @media(max-width:749px){
        font-size: 11px; line-height: 16px;
      }
    }
    .box-action-bar {
      text-align:left;
      margin-top:25px;
      @media(max-width:749px){
        margin-top:20px;
      }
    }
    .image-blocks {
      margin:0 0 25px; padding:0; list-style-type:none;
      display:flex; flex-wrap:wrap; gap:20px;
      align-items:center;
      @media(max-width:749px){
        gap:15px; margin-bottom:15px;
      }
      .block {
        max-width:53px;
        @media(max-width:749px){
          max-width:36px;
          .img-fluid {
            max-height:35px;
          }
        }
      }
    }
  }
}