.container {
    width: 100%;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.pressroom-box {
    margin-top: 20px;
}

.box-header {
    border-top: 3px solid #5bbe97;
}

.box-body {
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 3px;
    padding: 10px;
}

.box-footer {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    background: rgb(245, 245, 245);
    text-align: end;
}


p {
    font-size: 16px;
}

p {
    margin: 0 0 10px;
}

.box-body h5 {
    padding-bottom: 0px;
    text-align: left;
    cursor: pointer;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

h5 {
    font-size: 0.9rem;
}

h5 {

    margin-bottom: 0.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.pressroom-readmore:hover{
    text-decoration: none;
    color: #5bbe97;
}
.box-body-desc{
    text-align: justify;
    font-size: 13px;
}
.footer .bottom-bar .social {
    margin-bottom: 0;
    text-align: right;
}
.footer .bottom-bar .social li a .fa {
    color: #b3b3b3;
    font-size: 20px;
}
@media screen and (max-width:767px) and (min-width: 320px) {
    
    .footer-paragraph3 {
        margin-top: 15px;
    }

    .vis-count-button {
        margin-top: 15px;
    }

    .footer-head {
        margin-top: 30px;
    }

    .footer-paragraph3 {
        margin-top: 30px;
    }
    .footer .bottom-bar .social {
        margin-bottom: 0;
        text-align: left;
        margin-top: 10px;
    }
}