        .main-why-box {
          display: flex;
          justify-content: flex-start;
          align-items: center;
        }
  
        .why-icon {
          width: 110px;
          height: 110px;
          padding: 5px 20px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
  
        .why-sepretor {
          height: 90px;
          padding:1px;
          background-color: #036297;
          align-self: center;
        }
  
        .why-icon img {
          width: 80%;
        }
  
        .why-heading {
          font-size: 22px;
          font-weight: 600;
          line-height:25px;
          margin-bottom:5px;
        }
  
        .why-content {
          padding: 5px 0px 5px 20px;
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          justify-content: center;
        }
        
  
        .why-content p {
          margin-bottom: 0px;
          font-size:13px;
        }
        
        @media screen and (max-width : 480px){
          .why-heading {
              font-size: 17px;
          }
          
          .why-icon {
              padding: 5px 5px;
            }
        }