
.intro-text strong{
    color: #2d5a7a;
}

h1{
    text-align:center;
    margin-bottom:3rem;
}
.contact-section{
    background:#3dceb2;
    padding:2rem;
    margin-top:2rem;
}
.contact-section h2,
.contact-section p{
    color:#fff;
}

.contact-section .content-title {
    color: white;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
    border-bottom: 1px solid #fff;
    margin-top: 0;
}

h2{
    font-size:1.4rem;
}

.content-title{
    color:#3dceb2;
}
