@media(max-width:700px){
    .textbox h1{
    font-size:20px;
}

.nav-links ul li{
    display: block;
}

.nav-links{
    position:fixed;
    background-color:#d85e0c ;
    height: 100vh;
    width: 200px;
    top: 0;
    right:-200px;
    text-align: left;
    z-index: 2;
    transition: 1s;
}

nav .fa-solid{
    display: block;
    color: white;
    margin:10px;
    font-size: 22px;
    cursor: pointer;
}

.nav-links ul{
    padding: 30px;
}

.row{
    flex-direction: column;
}

.cta h1{
    font-size: 24px;
}

.sub-header h1 {
    font-size: 24px;
}


}