footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 100px 60px;
}

footer h3 {
    font-size: 40px;
}

footer a {
    color: black;
}
.button {
    margin-top: 2vw;
    width: 30vw;
    height: 5vw;
    border-radius: 0!important;
    border: 0.14vw solid white;
    background-color: black;
    color: white;
    font-size: 1.4vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-align: center;
}

footer .button {
    /* border: 2px solid black; */
    width: 200px;
    color: white;
    font-size: 16px;
}
footer .button a {
    color: white;
}
   .sec2 .title p,.sec3 .title p ,.sec5 .title p,.sec6 .title p{
        
        font-weight:400;
        font-size:1vw;
        line-height:2;
    }
.copyright {
    text-align:left;
    font-size:0.7rem;
}
footer h3, p, a  {
	font-weight:700;
}

@media screen and (max-width: 768px) {
    footer h3 {
    font-size:26px;
    text-align: center;
    margin-bottom:50px;

}
footer {
    text-align: center;
    padding-top:70px;
    padding-bottom:90px;
}
footer .button {
    margin:0 auto;
    padding-top:2px;
    padding-bottom:2px;

}
.copyright {
    margin-top:60px;
    text-align: center;
}
	footer .button {
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 60px;
}
	

}