/* Add custom CSS styles below */ 
.footer-title span{
    color: gold;
    font-size: 25px;
}

.footer-title {
    color: Tiffany;
    font-size: 15px;
    margin-bottom: 10px;
}

.feature-item__icon {
    margin: auto;
    width: 75px;
    height: 75px;
    background-color: coral;
    color: darkturquoise;
    border-radius: 90%;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 3rem;
}

.feature-item h3 {
    font-weight: bold;
    color: Tiffany;
    font-size: 35px;
    margin-top: -2rem;
}