﻿.d-page-container {
    background-color: #1F52BA;
    height: 80px;
    display: flex;
    align-items: center;
    padding-left: 10px
}

.picture-container {
    width: 100vw;
    object-fit: contain;
    text-align: center;
    display: flex
}

.content-div {
    background-color: #EEF3FA;
    height: 100vh
}


b {
    font-weight: bolder !important;
}


.sub-text {
    color: #0A2C4A;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 147.059% */
    letter-spacing: -0.457px;
}

.page-title {
    font-size: 25px;
}

.announcement-icon {
    width: 50px;
    height: 50px;
}


@media (max-width: 768px) {
    .page-title {
        font-size: 15px;
    }

    .announcement-icon {
        width: 20px;
        height: 20px;
    }

    .sub-text {
        font-size: 10px;
        line-height: 20px;
    }

}
