.exprt-heading {
    text-align: center;
}
.exprt-heading h2 {
    color:#0078b9 !important; 
}
.exprt-contt {
    justify-content: center;
}
.expert-team {
    padding-top: 80px;
    padding-bottom: 80px;
}
.prof-content h4 {
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: 600;
}
.profile-style:hover
{
  -webkit-animation: pulse .5s !important;
    animation: pulse .5s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
}

@keyframes pulse
{
    0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
}
100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}

.profile-style {
    text-align: center;
    background-color: #fff;
    border: 1px solid #ecf0f1;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 15px #ecf0f1;
    box-shadow: 0 0 15px #ecf0f1;
    margin-bottom: 30px;
    padding: 20px 15px 0 15px;
    margin: 10px;
}
.col-3 {
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
}
.ex-container {
    max-width: 1170px;
    margin: auto;
    padding: 0 10px;
}
.profile-style {
    text-align: center;
}
.exprt-heading {
    padding-bottom: 40px;
}

@media only screen and (max-width: 481px) {
    .exprt-heading p {
        font-size: 14px !important;
  }