body {
    font-family: "Lora";
    font-size: 16px;
    text-align: left;
    text-justify: inter-word;
}

.mobile-only {
    display: none;
}

.sapo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#section-3 {
    padding: 0 10%;
}

.most-view-title {
    font-size: 22px;
    color: #232323;
    font-weight: 600;
    font-family: "Lora";
    line-height: 1;
}

.most-view-title-container {
    background-color: transparent !important;
    padding: 0.5rem 1.25rem;
    position: relative;
}

.most-view-title:after {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    height: 2px;
    background: #0072bc;
    content: "";
    width: 12%;
    display: block;
}

.most-view-big img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

div.card-body.most-view-big > p {
    -webkit-line-clamp: 2;
}

.view-count {
    font-size: 14px;
    color: #858383;
    font-weight: 400;
    font-family: "Open Sans";
}

.most-view-small-img {
    height: 70px;
    width: 100%;
}

.most-view-small img {
    height: 70px;
    width: 100%;
    object-fit: cover;
}

.most-view-news-title {
    -webkit-line-clamp: 3
}
@media screen and (max-width: 414px) {
    #social-div > span:nth-child(1) {
        display: none;
    }
}

@media screen and (max-width: 813px) {
    #section-3 {
        padding: 0 5%;
    }

    #announcement {
        padding: 0;
    }
}

@media screen and (max-width: 769px) {
    .mobile-only {
        display: block;
    }
}
