.HWContainer {


    /* text-align: center; */
    color: white;
    vertical-align: center;
    justify-content: center;
    height: 550px;
    margin-left: 10%;
}

.cpd {
    background: linear-gradient(to right, #a6acdf, #321ea0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
}

p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300 !important;
    font-size: 100%;
    color: #818181
}

.service {
    font-size: 30px;
    font-weight: 500 !important;
}

.Hquestion {
    font-size: 25px;

}


h2 {

    font-size: 25px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300 !important;

    position: relative;

    display: block;

    color: black;

}

h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300 !important;
    color: #818181;
    font-size: 25px;
    /* font */
    /* background: linear-gradient(to right, #a6acdf, rgb(50, 30, 160));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}


.how {
    font-family: "proxima-nova", sans-serif;
    font-size: 25px;
    color: black;

    margin: 0px auto;

    text-align: left;

    /* left: 40px; */
    position: relative;
}

.delivery-para {
    padding-top: 50px;
    font-size: 100%;
    font-weight: 300 !important;

    font-family: "proxima-nova", sans-serif;
    height: auto;
    margin: 10px auto;
    position: relative;
    display: block;
}

.footHead {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300 !important;
    font-size: 25px;
    /* padding-bottom: 40px; */
    color: white;

}

ul {
    list-style: none;
}


/* require_once '../Mobile_Detect.php';
$detect = new Mobile_Detect;
$deviceType = ($detect->isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer'); */