/*
Theme Name: Intechno Child
Template: intechno
Author: weblizar
Author URI: https://weblizar.com/
Description: Intechno is an elegantly designed theme suitable for various types of business websites. Intechno comes with several features to make a user-friendly, interactive and visually stunning website.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.1
Updated: 2022-10-27 13:26:45

*/
.custom-logo {
    height: 132px !important;
}
.widget {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.home section.same-section-spacing.single-blog .col-lg-8.col-md-12 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2rem;
}
.main-navbar ul.navbar-nav >.menu-item, .main-navbar div.menuon ul >.page_item{
	margin-left: 0px !important;
}
.wp-block-gallery-7 {
    gap: 1rem !important;
}
.banner-box {
    background: #fff;
    padding: 10px 10px;
    border-radius: 15px;
}
div.blog-content {
    background: #fff;
    border-radius: 15px;
    padding: 10px 10px;
}
.package-content h2 a {
    font-size: 24px;
}
@media screen and (max-width:480px){
	.home section.same-section-spacing.single-blog .col-lg-8.col-md-12 {
    display: block !important;
	}
}