.banner-content h2 {
    text-align: center;
    width: 70%;
}

.blogdetail {
    padding-block: 40px;
    overflow: hidden;
    margin-top: 40px;
}

.blog-header .blog-header-detail {
    padding-block: 10px;
}

.blog-header .blog-header-detail:first-child {
    border-bottom: 1px solid #e5e5e5;
}

.blog-header .blog-header-detail h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-yellow);
}

.blog-header .blog-header-detail h5 {
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    font-family: 'nunito', sans-serif;
}

.blog-header .blog-header-detail:last-child {
    display: flex;
    align-items: center;
}

.blog-header .blog-header-detail .blog-header-ic  {
    color: #747474;
    font-size: 18px;
}

.blog-header .blog-header-detail .blog-header-ic:hover {
    color: var(--text-yellow);
}

.blog-content .blog-img {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.blog-content p {
    font-family: 'nunito', sans-serif;
    color: var(--text-black-color-2);
    font-size: 17px;
}

.blog-content iframe {
    width: 100%;
    height: 500px;
}

.blog-comment {
    padding-block: 40px;
    overflow: hidden;
}

.blog-comment .form-label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--text-black-color-4);
}

.blog-comment .btn-submit {
    width: 225px;
    height: 55px;
    border-radius: 4px;
    border: 2px solid var(--text-yellow);
    font-size: 16px;
    font-weight: 600;
    font-family: 'nunito', sans-serif;
    background-color: var(--text-white);
    padding: 0 30px;
    color: var(--text-black-color-4);
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
    border: 1px solid var(--text-yellow);
    box-shadow: none;
}

.blog-comment .btn-submit:hover {
    color: var(--text-white);
    background: var(--text-yellow);
}

@media (max-width: 767.98px) {
    .banner-content h2 {
        font-size: 28px;
    }
}
