﻿.ContainerWrapper {
    margin-bottom: 20px;
}
    .ContainerWrapper .Head {
      font-family: 'MMC Display', Arial, sans-serif !important;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.2;
      font-weight: 700;
      color: #001f52 !important;
        }

    .ContainerWrapper h1 {
      font-family: 'MMC Display', Arial, sans-serif !important;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.2;
      font-weight: 700;
      color: #001f52 !important;
     }

.social-share-wrapper {
    position: relative;
}

    .social-share-wrapper .Head {
        margin-bottom: 0px !important;
        color: #001F37;
        font-family: 'Noto Sans Regular', Arial, sans-serif;
        font-size: 18px;

    }

    .social-share-wrapper H1 {
        margin-bottom: 72px !important;
        padding-bottom: 30px !important;
        border-bottom: 1px solid #eee;
    }
    .social-share-wrapper .h1 {
        color: #002c77;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    }
.social-share {
    position: relative;
    top: 11px;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}

    .social-share ul li {
        margin-right: 21px;
        margin-left: 0%;
        display: inline-block;
    }

@media screen and (min-width: 992px) {
    .social-share {
        position:absolute;
        right: 0%;        
        text-align: right;
        top: 0;        
    }

        .social-share ul li {
            margin-right: 0%;
            margin-left: 21px;
        }

    .social-share-wrapper H2 {
        margin-bottom: 72px !important;
    }

    .social-share-wrapper .article-detail H2 {
        margin-bottom: 30px !important;
        padding: 0 !important;
    }
}
