.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
.bg{
    background-image: url(../IMG/Contactus.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position-y: center;
    width: 100%;
    height: 414px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  
}
.bg::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.40);
  width: 100%;
  height: 100%;
  position: absolute;
  }
  .chose_list img{
    width:   495px; ;
  }

  .title {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
  }
  .title h1{
    font-family: SupercellText-Medium, Helvetica, Arial, sans-serif;
  font-size: 45px;
  }

  @media (max-width: 1474px) {

    .chose_list{
      flex-direction: column;
  align-content: center;
  justify-content: center;
    }
    .choes_cont {
      margin-right: 0px;
      text-align: center;
    }
  }


  @media (max-width: 480px) {
    .chose_list img{
      width: 345px;
    }
    .bg {
      background-position: center;
      background-attachment: inherit;
    }
}
