@media screen and (min-width: 992px) and (max-width: 1199px) {
	section.explore-section .explore-pro .col-4 {
    width: 32.33%;
    padding: 0;
}
}
@media (max-width: 980px) {
	section.explore-section {
    padding-top: 80px;
}
section.explore-section .head-sec h1{
	font-size: var(--f34);
}
section.explore-section .explore-pro .col-4 {
    width: 49%;
    padding: 0;
}
section.explore-section .explore-pro .col-4 img{
	height: 220px;
}

.summary-section .inner-column .image img{
        width: 100%;
    display: block;
    height: 450px;
    object-fit: cover;
    box-shadow: 0px 0px 4px #060606;
    max-width: 100%;
    position: relative;
    }
    .dot{
        display: none;
    }
    .inner-column-content{
        min-height: auto;
    }
    section.summary-section {
    padding-top: 80px;
}
section.summary-section .head-sec h1{
        font-size: 28px;
    }
}
@media (max-width: 540px){
	    section.explore-section {
        padding-top: 30px;
    }
    section.summary-section {
    padding-top: 30px;
}
    section.explore-section .head-sec h1 {
        font-size: var(--f28);
    }
    section.explore-section .explore-pro .col-4 {
        width: 100%;
        padding: 0;
    }
    .highlight-content h4{
        height: auto;
    }
    section.summary-section .head-sec h1{
        font-size: 24px;
    }
    section.summary-section {
    padding-top: 30px;
}
section.summary-section .col-lg-7.col-md-12.col-sm-12.position-relative, section.summary-section .col-lg-5.col-md-12.col-sm-12.position-relative.right-contentss {
    padding: 0px;
}
.summary-section .inner-column .image img{
    height: 300px;
}
.summary-section .row {
    margin-bottom: 4rem;
}
}