/* Utils */
.detail-font-14px {
    font-size: 0.875rem;
}

.mb-15-responsive{
    margin-bottom: 15px;
}

.mb-30-responsive{
    margin-bottom: 30px;
}

.hr-section {
    border-top: 1px solid rgba(14, 77, 146, 0.7);
}

.read-more-container {
    transition: all 0.5s;
}

.read-more-container a {
    text-decoration: none;
    font-family: "Roboto-Light" !important;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: #0391df;
}

.read-more-container img {
    opacity: 0;
}

.read-more-container:hover img {
    opacity: 1;
    transition: all 0.5s;
}
/* End Utils */


/* Header */
.hr-header {
    border: 1px solid #0e4d92;
    width: 58px;
}

.header-drop-cap::first-letter {
    font-family: "Roboto", sans-serif;
    float: left;
    font-size: 5rem;
    margin: 0.1em 0.1em 0.2em 0;
}

.page-header {
    padding-bottom: 0;
}

.header-img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
/* End Header */

/* Blogs */
.blogs-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs-card-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* End Blogs */

@media only screen and (max-width: 768px) {

    /* Utils */
    .mb-15-responsive{
        margin-bottom: 5px;
    }
    .mb-30-responsive{
        margin-bottom: 10px;
    }
    .read-more-container a {
        font-size: 0.8125rem;
    }
    /* End Utils */

    /* Header */
    .header-drop-cap::first-letter {
        float: none;
        font-size: 1.25rem;
        margin: 0;
    }

    .header-img {
        height: 30vh;
    }
    /* End Header */
}
