body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
header img{
    width: 10%;
    padding-top: 20px;
}
.main-section img{
    padding-top: 90px;
    width: 20%;
}
.main-div {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-quote{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 60px;
}
.sub-header{
    font-size: 20px;
}
.accounts-row {
    padding-top: 45px;
    padding-bottom: 50px;
}
.card-btn{
    background: #FFFFFF;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    text-align: center;
    min-height: 220px;
    margin: 10px 0;
}
.card-btn img{
    height: 68px;
    width: 68px;
    margin: 28px 76px 14px 76px;
}
.card-btn p{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 22px;
}
.card-btn a{
    background: #222831;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 38px;
    text-decoration: none;
}
.card-btn a:hover{
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
    font-size: 16.5px;
    transition: 0.2s;
}
footer{
    background-color: #222831;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0;
}
footer a{
    text-decoration: none;
    color: #ffffff;
}
footer a:hover{
    text-decoration: underline;
    color: #ffffff;
}
footer .right-end{
    text-align: end;
}

@media only screen and (max-width: 600px) {
    .main-section img{
        padding-top: 90px;
        width: 50%;
    }
    footer {
        text-align: center;
    }
    footer .right-end{
        text-align: center;
    }
}