/*- phone devices -*/
@media (min-width:320px) and (max-width:600px) {
    /* .ki-home-banner-background {
        height: 300px; 
      display: flex;
    } */

    .ki-home-banner-text h1 {
        font-size: 30px;
    }

    .ki-home-banner-animation {
        display: unset;
    }
     

    .aj-grid-ele img {
        width: 50px;
    }
    
    .text-size-transform {
        font-size: 11px;
    }
    
    .text-size-para {
        font-size: 11px;
    }

    .container.h-100.ordr-1s.hs-container {
        height: 300px !important;
    }
    .aj-animation-grid {
        width: 100%;
        height: 400px;
    }

    .ki-home-banner-text {
        display: unset;
    }


    .why__choose__us h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .why__choose__us h5 {
        font-size: 25px;
        letter-spacing: 0;
    }

    .why__choose__us h2 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .why-us-content-background {
        border: 3px solid #fff;
        background: linear-gradient(to top right, #fff 0, #fff 30%, #d9d7d5 100%);
        box-shadow: -20px 20px 40px rgba(150, 40, 27, .3);
        padding: 2rem 1rem 2.5rem 2rem;
        box-sizing: border-box;
        justify-content: center;
        align-items: flex-start;
        transition: transform .5s;
    }

    .why-us-content {
        display: flex;
        flex-direction: column;
        width: 95%;
        margin-top: 0;
    }

    .why__choose__us h3 {
        font-size: 19px;
    }

    .why__choose__us p.section-content-text {
        font-size: 16px;
        line-height: 21px;
    }

    .why-us-content-two {
        margin: 0;
        padding: 25px 25px 30px;
    }

    .why__choose__us{
        padding: 30px 0;
    }

    .why__choose__us p{
        font-size: 18px;
        line-height: 30px;
    }
}