#intro-row, #aboutUs-row {
    background-color: #e8efff;
}
#about-row {
    background-color: white;
}
#join-row {
    background-color: #155dfc;
}
#aboutUsFeatures-row{
    background-color: #f9fafb;
}


.row, #intro-img-col{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

#intro-img-col {
    padding: 2%; 
}

#intro-img {
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 80%;
}

h1, h2, h3, #getStartedBtn, #learnMoreBtn, .feature-title {
    font-weight: bold;
}
#getStartedBtn {
    background-color: #030213;
    color: white;
}

#learnMoreBtn {
    background-color: white;
    color:#030213;
}

#join-row h3, #join-row p{
    color: white;
}

div > i {
    color: #155dfc;
    font-size: 2em;
}

#feature-card {
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1em;
    margin: 1em;
    background-color: white;
}

#intro-text-col {
    padding: 4em;
}
 
h3 {
    justify-content: center;
}

#aboutUs-row, #features-row, #join-row, #aboutUsFeatures-row{
    padding: 5em 5em 4em 2em;
    text-align: center;
}

@media (max-width: 768px) {
    #intro-row, #feature-card, #about-row, #aboutUs-card, #feature-list, #feature-list2 {
        display: block;
    }
    #intro-text-col, #features-row, #join-row, #aboutUs-row, #aboutUsFeatures-row {
        padding: 2em;
    }
    #intro-img-col {
    padding: 0 2em 2em 2em;
    }
    #intro-img {
        width: 100%;
    }
    #feature-card {
        margin: 0 0 1em 0;
    }

}