.info-box_text .details p {
    font-size: 18px;
}
.about-area .large-image,
.about-area .small-image {
    border-radius: 24px;
    object-fit: cover;
    width: 100%;
}
.about-area .large-image {
    max-width: 50%;
}
.laravel-markdown p {
    font-size: 18px;
}
.offer .box-title {
    font-size: 30px;
}
.widget .tour-price {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: var(--body-color);
}
.widget .tour-price .currency {
    font-size: 28px;
    font-weight: 700;
    color: var(--theme-color);
}
.contact-form {
    border: 1px solid var(--gray-color);
}
textarea {
    resize: none;
}
.about-contact-details-text a:hover {
    color: var(--black-color2);
}
.not-found-start {
    font-size: 18px;
    margin-bottom: 0;
}
.not-found-center {
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}
@media (max-width: 576px) {
    .header-logo img {
        max-width: 230px;
    }
    .mobile-logo img {
        max-width: 230px;
    }
}
@media (max-width: 768px) {
    .widget-area {
        padding-top: 0;
    }
    .mobile-space-top {
        padding-top: 80px;
    }
}
@media (max-width: 991px) {
    .category-area {
        padding: 80px 0;
    }
    .category-card {
        margin-bottom: 0;
    }
}
