.page-header .section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.page-header .title {
    color: #23495c !important;
}

.page-header .card-contact {
    background-color: white;
    border-radius: 8px;
    color: black !important;
    margin: 20px 0 70px;
    min-height: 400px;
    padding: 30px;
}

.page-header .card-contact:hover, .technical-seo .card:hover {
    transform: none !important;
    -webkit-transform: none !important;
}

.seo-stats .info-title {
    color: #23495c;
}

.seo-stats .info p {
    /* color: black; */
}

.section-blue .card p {
    color: black;
}

.technical-seo .card {
    box-shadow: -1px 1px 15px 1px rgba(0,0,0,0.49);
    -webkit-box-shadow: -1px 1px 15px 1px rgba(0,0,0,0.49);
    -moz-box-shadow: -1px 1px 15px 1px rgba(0,0,0,0.49);
}

.technical-seo .card:hover {
    box-shadow: -1px 1px 15px 1px rgba(0,0,0,0.49);
    -webkit-box-shadow: -1px 1px 15px 1px rgba(0,0,0,0.49);
    -moz-box-shadow: -1px 1px 15px 1px rgba(0,0,0,0.49);
}

.technical-seo .card-sections .title {
    color: #23495c;
}