﻿.spotlight-card {
    background-color: #FFCC99;
    border: 2px solid #3E5E6F;
    border-radius: 20px;
    padding: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18.5px;
    line-height: 26.5px;
}

    .spotlight-card h3 {
        font-size: 26px;
    }

.spotlight-img {
    width: 100%;
    border: 2px solid #3E5E6F;
    border-radius: 20px;
    margin-bottom: 15px;
}

.spotlight-link {
    color: #3E5E6F;
    text-decoration: underline;
    font-weight: 600;
}

.spotlight-email {
    color: #3E5E6F;
    text-decoration: none;
}

.spotlight-website {
    font-size: 16px;
    font-weight: 300;
    color: #3E5E6F;
    text-decoration: none;
}

.spotlight-signature {
    font-size: 16px;
    line-height: 20px;
}

.spotlight-address {
    font-size: 17.5px;
    line-height: 22.5px;
}

.my-30 {
    margin-top: 40px;
    margin-bottom: 40px;
}


.h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}