*{
    text-decoration: none;
}

body{
	    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}


a:hover {
    text-decoration: none;
    color:black;
}

.terms-segment{
	margin-top: 130px;
    padding-left: 21px;
}

.terms-segment h1{

	    margin-bottom: 0.7rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    font-size: 2.5rem;
        font-family: "Poppins", Sans-serif;
}
.terms-segment h4{
    color: #000
}
.terms-segment p{
	margin-bottom: 20px
}

