@media screen and (max-width: 800px) {

    .HeaderContact {
        display: none;
    }

    .BannerDiv h1 {
        font-size: 27px;
    }

    .BannerDiv p {
        font-size: 15px;
    }

    .BannerInner {
        height: 524px !important;
        min-width: unset;
    }


    .FeatureItem img {
        height: 61px;
        margin: 0 auto;
    }

    .FeatureItem h2 {
        display: block;
        margin: 9px auto;
        width: 100%;
        font-size: 16px;
        overflow: unset;
        min-height: unset;
        -webkit-line-clamp: unset;
    }

    .FeatureItem p {
        overflow: unset;
        min-height: unset;
        -webkit-line-clamp: unset;
        font-size: 12px;
        margin: 0 auto;
    }

    .FeatureItem {
        padding: 19px 11px;
        margin: 15px auto;
    }

    #Lorans h1 {
        display: block;
        margin: 0 auto;
        width: 100%;
        font-size: 36px;
    }

    #Lorans p {
        font-size: 14px;
        display: block;
        margin: 25px auto;
        width: 93%;
    }


    #FrameWorks h1 {
        display: block;
        margin: 0 auto 40px;
        width: 90%;
        font-size: 23px;
    }

    .CallUsNow {
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        width: fit-content;
        z-index: 222222;
        padding: 10px 16px;
        font-size: 17px;
        margin: 18px;
        padding-left: 42px;
        font-size: 15px;
        font-weight: bold;
        border: none;
        background: #272727;
        color: aliceblue;
        border-radius: 1000px;
        box-shadow: inset 73px 0px 59px -31px #3f3c30;
    }

    .CallUsNow i {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        aspect-ratio: 1/1;
    }

    .PlaneItem {
        height: fit-content!important;
    }

}
