
@media screen and (max-width: 500px) {
    .nav-link{
      font-size: 18px!important;
      margin-left: 15px;
    }
    .dropdown-item{
      font-size: 18px!important;
    }
    .line-in{
      font-size: 16px!important; 
    }
    .btn{
      font-size: 16px!important;
    }
    .home_slider .item .content h1 {
      font-size: 2rem!important;
    }
    .home_slider .item .content p {
      font-size: 1rem!important;
    }
    .home_slider .item .content .LandingPageButton {
      font-size: 0.7rem!important;
      padding:0.5rem 0.9rem!important;
    }
     .btn_content{
        font-size: 11px !important;
      padding-left: 0 !important;
    }
  }
  @media screen and (max-width: 425px) {
    .nav-link{
      font-size: 18px!important;
      margin-left: 15px !important;
    }
    .dropdown-item{
      font-size: 18px!important;
    }
    .line-in{
      font-size: 13px!important; 
    }
    .btn{
      font-size: 16px!important;
    }
    .home_slider .item .content h1 {
      font-size: 2rem!important; 
    }
     .btn_content{
        font-size: 11px !important;
      padding-left: 0 !important;
    }
  }
   .btn_content{
  position: relative;
  text-align: left !important;
  margin-top: 15px;
 }
 .btn_content a{
  margin-right: 20px;
  text-decoration: none;
  padding:0.7rem 0.7rem!important;
  font-size: 16px;
  background: rgb(30, 117, 174);
  color: white;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  opacity:0.8;
 }
 .btn_content a:hover{
background-color: blue;
 }

 