.panel-follow-us {
    position: relative;
    padding-top: 56px;
    padding-bottom: 56px;
}
.panel-follow-us h3{
    color: #0e0568;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.72px;
    line-height: 1.46;
    text-align: center;
    margin-top: 0;
    margin-bottom: 8px;
}
.panel-follow-us .col-text{
    text-align: center;
    margin-bottom: 55px;
}
.panel-follow-us .social-media-wrapper {
    text-align: center;
    display: inline-block;
    width: 33px;
    height: 32px;
    border-radius: 2px;
    margin-left: 4px;
    margin-right: 4px;
}
.panel-follow-us .social-media-wrapper.icon-fa-facebook-f{

    background-color: #009eff;
}
.panel-follow-us .social-media-wrapper.icon-fa-linkedin-in{
    background-color: #ebcc40;
}
.panel-follow-us .social-media-wrapper.icon-fa-instagram{
    background-color: #00e0d9;
}
.panel-follow-us .social-media-wrapper a {
    display: block;
    text-decoration: none;
    margin-top: 8px;
}
.panel-follow-us .social-media-wrapper a .fab{
    color: #fff;
}
.panel-follow-us .follow-us-wrapper a { display: block; }
.panel-follow-us .follow-us-wrapper img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.panel-follow-us .fb-page{
    height: 279px !important;
    max-height: 279px;
}
.panel-follow-us .col-spacing{
    margin-bottom: 25px;
}