﻿.inner-pages section.team {
    padding: 11rem 0 3rem 0;
    background: #f2f2f2;
}
.headings-2 h3 {
    margin-bottom: 0.5rem; /* varsayılan çoksa azalt */
}

.headings-2 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.team.blog .row {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.inner-pages .button.alt {
    background-color: #d22a1c;
}
.inner-pages .agent-details .fa {
    color: #d22a1c;
}
.inner-pages .agent-content .netsocials .fa {
    font-size: 1rem;
    text-align: center;
    background: #e1306c;
    border: 1px solid #fff;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 0rem; 
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color:#fff;
}
a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
.inner-pages .agent-details a:hover {
    color: #d22a1c;
}
a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.social-a{
    font-size: 15px;
}