/* Preserve existing heading appearance after semantic corrections. */


.card-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: '', serif;
    padding: 0 52px;
    margin: 15px 0 0;
}

.hizmet-list .card-text h2 {
    font-size: 36px;
    padding: 0 50px;
}


.main-title h2 {
    font-size: 34px;
    color: #2b3649;
    font-family: '', serif;
    font-weight: 800;
    position: relative;
    margin: 20px 0 0;
}


.main-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 100px;
    height: 2px;
    background: #1899bf;
}

.main-title.center h2:after {
    content: '';
    position: absolute;
    left: 0;
    right:     0;
    margin: 0 auto;
    top: -20px;
    width: 100px;
    height: 2px;
    background: #1899bf;
}

.avukat-detay h2 {
    font-size: 22px;
    font-weight: 700;
    font-family: '', serif;
    margin: 0;
    padding: 0 0 10px;
    color: #fff;
}


footer .footSag ul li h2 {
    font-size: 14px;
    color: #2b3649;
    padding-bottom: 20px;
    margin: 0;
    font-weight: 500;
    font-family: '';
    text-transform: uppercase;
}

.about-list-icon h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: '';
    margin: 10px 0 0;
    color: #fff;
    padding: 0;
}
.seo-intro { padding-top: 40px; padding-bottom: 20px; }
.seo-intro h1 { font-size: 32px; color: #2b3649; }
