@media only screen and (min-width: 768px) and (max-width:1241px)
{
    .whitepages-top-section{
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 100px;
    }

    .background-box {
        width: 982.05px;
        min-height: 597.84px;
        padding: 0px;
        border-radius: 20px;
    }

    .background-box-header {
        width: auto;
        height: 40px;
        background-color: #A120D1 !important;
        border-radius: 20px 20px 0 0;
        padding: 10px 0 0 10px;
    }

    .whitepaper-circle {
        font-size: 10pt;
        margin-left: 5px;
    }

    .background-box-body{
        min-height: auto;
        width: auto;
        background: #fff;
        text-align: center;
        line-height: 22px;
    }

    .whitepaper-header{
        margin-top: 45px;
        padding: 0 10px;
    }

    .whitepaper-spacing{
        margin: 30px 15% 0;
    }

    .whitepaper-form{
        width: 50%;
        margin: 60px auto auto 26%;

    }

    .whitepaper-man-holding-phone {
        display: none !important;
    }

    .whitepaper-middle-header{
        margin: 25px 0 0 10%;
    }

    .whitepaper-bullet{
        margin: 35px 0 0 11%;
    }

    .whitepaper-bullet-image{
        position:relative;
        float:left;
        margin-right: 15px;
    }

    .whitepaper-bullet-text{
        padding-top: 8px;
    }

    .whitepaper-more-header {
        margin: 175px 0 0 10%;
    }

    .whitepaper-more-sec {
        margin: 20px 10%;
    }
}