.home-header {min-height: 400px;height: 70vh;}
.social-banner {position: absolute;top: 0;height: 100%;width: 100%;background-size: cover;background-position: center;}
.insta {background: #f09433;width: 100%;text-transform: unset;font-size: 18px !important}
.insta img {margin-top: -8px;}
.insta:focus:after, .insta:hover:after {display: none;}
.insta:focus, .insta:hover {box-shadow: none;color: #fff !important;;}
.follow-btn-sec {padding: 0 10px;margin-bottom: -10px;	}
.custom-btn.insta:hover {background-size: 300%;}

@media (max-width: 991px) {
  .home-header {height: 50vh;}
}

@media (max-width: 767px) {
  .home-header {height: auto;min-height: 320px;}
}

@media (min-width: 640px) {
  .social-sec {max-width: 80%;margin-left: auto;margin-right: auto;}
}

@media (max-width: 576px) {
  .insta {font-size: 14px !important;padding: 10px;}
}
