
    body{
        font-size: 0px;
        padding: 0px;
        margin: 0px;
    }
    p{
        margin: 0px;
    }

    #rndBanner{
        width: 100%;
    }
    #greyTitle{
        width: 100%;
        height: 15vh;
        background-color: #7c858c;
        display:flex;
        justify-content: center;
        align-items: center;
    }
    #greyTitle p{
        width: 600px;
        height: 15vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .greyTxt{
        color: white;
        text-align: center;
        font-size: 30px;
        font-weight: 600; 
    }
    #greyBar{
        width: 2px;
        height: 25px;
        background-color: #ffffff;
        opacity: 0.6;
    }

    #mainHistory{
        background: linear-gradient(to bottom, #d9dddf,#dadee0, #c8ced1 );
        /* background-color: #d9dddf; */
        display: flex;
        justify-content: center;
    }
    #imgHistory{
        width: 1200px;
    }

    #mainCto{
        width: 100%;
        padding: 50px 0px 100px 0px ;
        background-color: #efefef;
    }
    #subCto{    
        display: flex;
        justify-content: center;

    }

    #ctoImg{
        height: 600px;
        width: 585px;
        /* height: 386px; */
        /* border-radius: 0px;
        background: #ffffff;
        box-shadow:  13px 13px 26px #606163,
                    -13px -13px 26px #ffffff; */

         background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(10px) brightness(120%);
        /* border-radius: 20px; */
        box-shadow: 5px 5px 14px rgba(184, 184, 184, 0.7),
                    -5px -5px 14px rgba(255, 255, 255, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #ctoImg img{
        width: 585px;

    }

    #ctoTxt{
        padding-left: 25px;
        margin-left: 30px;
        width: 585px;
        height: 600px;
        text-align: left;
        /* border: 1px solid #000000; */
        display: flex;
        align-items: center;
        /* border-radius: 0px;
        background: #ffffff;
        box-shadow:  13px 13px 26px #606163,
                    -13px -13px 26px #ffffff; */

                    background-color: rgba(255, 255, 255, 0.5);
                    backdrop-filter: blur(10px) brightness(120%);
                    /* border-radius: 20px; */
                    box-shadow: 5px 5px 14px rgba(184, 184, 184, 0.7),
                                -5px -5px 14px rgba(255, 255, 255, 0.8);
        
    }

   
    .big{
        /* margin: 0px; */
        font-size: 24px;
        font-weight: 500;
    }
    .small{
        font-size: 20px;
    }




    /* #footer-placeholder{
        width: 100%;
        font-size: 18px;
    } */