.noPageSec{
    padding: 40px 0 59px;
    text-align: center;
}
h1{
    font-weight: 600;
font-size: 38.6034px;
line-height: 45px;
color: #191E3A
}
p{
    font-size: 17.5781px;
line-height: 21px;
color: #B0B0B0;
margin: 13px 0 25px;
}
.homeCta{
 padding: 16px 68px;   
 background: #05ada3;
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;
}
@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: 220px;
    }
}