@charset "UTF-8";
@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {
    .social_share {
    text-align: center;
    background: #9985b94a;
    border-radius: 20px 20px 0px 0px;
    border-top: solid #4c31b08f;
    border-left: solid #4c31b08f;
    border-right: solid #4c31b08f;
}
}