.noPageSec{
    padding: 130px 0 60px;
    text-align: center;
}
.noPageSec h1{
    font-weight: 600;
font-size: 38.6034px;
line-height: 45px;
color: #191E3A;
margin: 40px 0 30px;
}
.noPageSec p{
    font-size: 17.5781px;
line-height: 21px;
color: #B0B0B0;
margin: 13px 0 25px;
}
.homeCta{
 padding: 16px 68px;   
 background: #2563EB;
border-radius: 100px;
font-weight: 600;
font-size: 18px;
line-height: 21px;
/* identical to box height */

letter-spacing: 0.03em;

color: #FFFFFF;
display: block;
max-width: 225px;
margin: 0 auto;
}
.homeCta:hover{
    background: #1B449E;
}
@media (max-width:767px) {
    .noPageSec svg{
        display: block;
        width: 100%;
        height: 100%;
    }
    h1{
        font-size: 19px;
        line-height: 22px;
    }
    p{
        font-size: 12px;
    }
    .homeCta{
        max-width: 187px;
    }
}