/* .image_loc_logo {
  display: block;
  position: absolute;
  bottom: 10%;
  right: 40px;
  width: 153px;
  text-align: right;
} */

.locations__section  .subtitle_locations {
  position: absolute;
  color: #fff;
  font-size: 30px;
}

.locations__section  .cardModfiy.hovered .subtitle_locations{
  opacity: 0;
}

.image_loc_logo img {
  width: 90% !important;
  text-align: right;
  display: flex !important;
}

.image_loc_logo_card {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
  height: 5vh;
}
.image_loc_logo_card img {
  width: auto !important;
  height: inherit;
}

.location__title{
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 300px){
  .locations__section  .cardContent_new{
    /* visibility: visible;
    opacity: 1; */
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    font-size: 14px;
  }
  .image_loc_logo {
    bottom: 16%;
  }
  .image_loc_logo_card{
    height: 9vh;
    margin-top: 55px;
  }
  .image_loc_logo{
    display: none;
  }
  /* .subtitle_locations {
    opacity: 0;
  } */
}

@media screen and (min-width: 380px){
  .locations__section .cardContent_new{
    font-size: 1rem;
  }
  /* .image_loc_logo_card{
    margin-top: 65px;
  } */
}



@media (min-width: 768px){
  .image_loc_logo_card {
      height: 7vh;
      margin-top: 85px;
  }

}

@media only screen and (min-width: 414px) and (orientation: landscape){
  .locations__section .cardContent_new{
    font-size:14px;
  }
  .image_loc_logo_card {
    margin-top: 35px;
  } 
}

@media screen and (min-width: 1080px  ){

  .location__title{
    font-size: 30px;
  }

  .image_loc_logo_card {
    height: 7vh;
  }
  .image_loc_logo {
    display: block;
    position: absolute;
    bottom: 10%;
    right: 40px;
    width: 153px;
    text-align: right;
  }

  /* .subtitle_locations {
    opacity: 1;
  } */

  .locations__section .cardContent_new{
    /* visibility: hidden;
    opacity: 0; */
    font-size: 1rem;
  }

  .locations__section .cardModfiy.hovered .cardContent_new {
      visibility: visible;
      opacity: 1;
      transition: opacity .25s linear .1s;
  }

}

