.sub-page-container {
    height: 350px !important;
    background-image: none !important;
    margin-top: -60px;
}

.sub-page-container .col-12 {
    padding-top: 160px !important;
}

.main-image {
    width: 100%;
    border-radius: 20px;
    margin-top: -30px;
    height: 350px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 5px 12px silver;
    margin-bottom: 40px;
}

.sub-page-container h1 {
    color: #2a3b81;
    
}

.sub-page-container p {
    color: #2a3b81;
    
}

.main-article p {
    text-align: justify;
}

.h-170 {
    height: 170px;
    background-color: silver;
    border-radius: 10px;
    margin-top:25px
}

.share-button {
    height:70px;
    width:70px;
    background-color: #fff;
    border:solid 1px #fff;
    padding:15px;
    border-radius: 9px;
}

.share-button i {
    color: #000;
}

.share-button:hover {
    border:solid 1px silver;
}