.get-started{
    padding: 4rem 0;
    background-color:#666

}

.cta-info{
    padding:2rem;
    margin:1rem 0;
    
}

.list{
    position: relative;
    list-style: none;
    display: block;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    margin-bottom: 0.7rem;
    @media screen {
        
    }
}

/* li::before{
    font-family: "Font Awesome 5 Free";
    content:"\f00c";
    font-weight: 600;
    margin-right: 0.5rem;
    font-size:1.2rem;
    
} */


.form{
    padding: 1rem;
}

    #button{
        border: none;
        color:white;
        background-color:#1e87f0;
        text-transform: capitalize;
        font-weight: 600;
    }

        a{
            text-decoration: none;
            color:white;
            text-transform: capitalize;
        
} 
.display-3{
    color: white;
    font-weight: 600;
}
p{
    color:#1e87f0;
    font-weight: 600;
    font-size: 1rem;
}



#phone{
    background-color: rgba(255, 0, 0, 0.722);
}

#navi{
color:black;
 display: block;
 font-weight: 500;
text-transform: uppercase;
}

#navig{
    color:#1e87f0;   
}

#header{
    background-color: rgba(255, 255, 255, 0.75);
}

body{
    background-color: aqua;
}