.smart-home {background-color: var(--bg-color5);padding: 148px 0px 20px;}
.grid-image-section {background-color: var(--bg-color5);}

.smart-home-inner {width: 100%;max-width: 1214px;margin: 0 auto;}
.grid-cover {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0 -20px;}
.grid-image:first-child {max-width: 41%;flex: 0 0 41%;}
.grid-cover .grid-image img {width: 100%;}
.grid-cover .grid-image {padding: 0 20px;margin-bottom: 40px;}
.grid-image:nth-child(2) {max-width: 24%;flex: 0 0 24%;}
.grid-image:nth-child(3) {max-width: 35%;flex: 0 0 35%;}
.grid-image:nth-child(4) {max-width: 60%;flex: 0 0 60%;}
.grid-image:nth-child(5) {max-width: 40%;flex: 0 0 40%;}
.grid-image img {height: 100%;}
.smarthome-compny-logo {max-width: 665px;margin: 0 auto;display: grid;grid-template-columns: repeat(4, 1fr);grid-template-rows: repeat(2, 1fr);grid-gap: 15px;align-items: center;}
.smarthome-compny-logo .logo-box:nth-child(4) {grid-area: 1/4/3/5;}
.smart-home-inner p strong {font-family: 'ITC Avant Garde Gothic Pro';font-weight: bold;}
.smarthome-compny-logo .logo-box img {width: 120px;height: auto;object-fit: cover;display: block;}
@media only screen and (min-width: 1025px) and (max-width:1399px) {
   .smart-home {padding: 80px 0px 20px;}
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
   .smarthome-compny-logo {max-width: 441px;grid-gap: 22px;}
    .smart-home {padding: 95px 0px 20px;}
    .grid-cover .grid-image {padding: 0 10px;margin-bottom: 20px;}
    .grid-cover {margin: 0 -10px;}
    .smart-home-inner br{display:none;}
}
@media only screen and (max-width: 767px) {
   .smart-home {padding: 60px 30px 60px;}
    section.interior-banner {margin-bottom: 0 !important;height: 587px;}
    .smarthome-compny-logo .logo-box img {width: 100px; margin:0 auto;}
    .smarthome-compny-logo {grid-template-columns: repeat(2, 1fr);grid-template-rows: repeat(4, 1fr);max-width: 370px;margin: 0 auto;height: 250px;}
    .smarthome-compny-logo .logo-box:nth-child(4) {grid-area: initial;}
    .grid-image:first-child {max-width: 60%;flex: 0 0 60%;}
    .grid-image:nth-child(2) {max-width: 40%;flex: 0 0 40%;}
    .grid-image:nth-child(3) {max-width: 40%;flex: 0 0 40%;}
    .grid-image:nth-child(4) {max-width: 100%;flex: 0 0 100%;order: 5;}
    .grid-image:nth-child(5) {max-width: 60%;flex: 0 0 60%;}
    .grid-cover .grid-image {padding: 0 6px;margin-bottom: 12px;}
    .grid-image-section {padding: 0 40px;}
    .smart-home-services {padding: 0 40px;}
    .smart-home-inner{max-width:100%;}
    .logo-box:nth-child(5) {grid-column-start: 1;grid-row-start: 2;}
   .logo-box:nth-child(6) {grid-column-start: 2;grid-row-start: 2;}
   .smarthome-compny-logo .logo-box:nth-child(4) {grid-row: auto/span 2;}
   .smart-home-inner br {display: block;}
}