/*================================================ 13. Contact CSS =================================================*/ .ic-contact{ .ic-contact-left-content .ic-single-block:nth-child(4) { margin-bottom: 0; } } .ic-contact-left-content { .ic-single-block { margin-top: 35px; .ic-icon { @include box-shadow(1px 1.732px 7.68px 0.32px rgba(34, 33, 17, 0.05)); i { font-size: 28px; color: $primary; } margin-bottom: 15px; width:50px; height: 50px; @extend %flex-center; } h4 { color: $primary; margin-bottom: 12px; } } } #map{ height: 550px; //Responsive @media #{$tablet-device}{ height: 500px; } @media #{$large-mobile}{ height: 400px; } }