@media only screen and (max-width: 600px) {
  
  .get-started {
    text-align: center;
  }
  .banner {
    position: relative;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    height: auto;
    background: url('../../assets/images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .banner-content h1 {
    font-size: 2.125em;
    font-weight: 700;
    padding-top: 20px;
    color: #000;
    line-height: 1.1em;
    margin-bottom: 10px;
  }
  .banner-content{
    padding-top:25%;
}
  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -41px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}
  .servie-1 {
    padding: 60px 40px;
    background-color: #191c2f;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
      rgba(17, 17, 26, 0.1) 0px 0px 8px;
    margin-bottom: 20px;
  }
  .ptb-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .icon-text {
    text-align: center;
    padding: 20px;
    border: 2px solid #f7f7f7;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  .sec-heading h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .sec-heading ::before {
    position: absolute;
    width: 100px;
    height: 3px;
    left: 30%;
    content: '';
    background: #b80c09;
    top: 40px;
  }
  #cookiePopup {
  background: white;
  width: 100%;

}
}
