@media (max-width: 1200px){
    .header span{
        display: none;
    }
    .header{
        justify-content: center;
        text-align: center;
    }
    .aboutwrap{
  justify-content: center;
        text-align: center;
    }
    .homewrap .btn1{
    display: none;
    }
    .homewrap3 .inneritem{
        border-top: 3px solid var(--soft-teal);
    }
    .homewrap7 a{
        font-size: 10px;
    }
    .homewrap10 #box3{
      background-color: rgb(234, 250, 243);

    }
       .homewrap10 #box4{
        background-color: rgb(255, 255, 224);

       }
       .pestwrap1 .innerbox{
        padding:30px 10px;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
       }
       .pestwrap .cockgif{
        display: none;
       }


}