/* About page theme overrides */
.about-page .about-us-text p {
    text-align: justify;
    line-height: 1.9;
}

.about-page .popular-item-box-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.about-page .popular-item-box .popular-item-box-text h3 {
    min-height: 48px;
}

.about-page .about-contact .sign-up-top {
    display: block;
    gap: 0;
}

.about-page .about-contact .sign-up-main {
    width: 100%;
    padding: 0;
    margin: 0;
}

.about-page .about-contact .sign-up-from-inner textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.about-page .about-contact .sign-up-btn .main-btn-four {
    width: auto;
    min-width: 160px;
    text-align: center;
    cursor: pointer;
}

.about-page .about-contact .sign-up-btn .main-btn-four a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.about-page .about-form-message {
    margin-top: 16px;
    font-size: 14px;
    min-height: 24px;
}

.about-page .popular-empty {
    padding: 32px 16px;
    text-align: center;
    color: #4D5461;
}

.logo img {
    max-height: 48px;
    width: auto;
}

.mobile-header .logo img {
    max-height: 40px;
}

@media (max-width: 991px) {
    .about-page .popular-item-box {
        display: block;
        padding-right: 0;
    }

    .about-page .popular-item-box-img img {
        width: 100%;
    }
}
