
#carnot-2023 {
  display: none;
  position: fixed;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url('../images/PopUp_2023_BG.png');
  max-height: 465px;
  max-width: 660px;
  border-radius: 10px;
}

.p-popup-2023 {
  text-transform: uppercase;
  padding: 20px 40px 30px 40px;
  text-align: center;
  color: #fff;
}

.p-popup-2023 h3 span {
  color: #efde0a;
}

.p-popup-2023 h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}

.p-popup-2023 h2 {
  font-size: 37px;
  line-height: 40px;
  font-weight: bold;
}

.closeBtn-2023 {
  right: 5px !important;
  top: 5px;
  position: absolute;
  transition: all 200ms;
  font-size: 30px;
  text-decoration: none;
  color: white;
  background-color: transparent;
}

.closeBtn-2023:hover {
  font-weight: bold;
}

#carnot-2023 img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 700px) {
  #carnot-2023 {
    margin: 20px;
    top: 10%;
  }
}


@media screen and (max-width: 479px) {
  .p-popup-2023 h3 {
    font-size: 18px;
    line-height: 28px;
  }
  
  .p-popup-2023 h2 {
    font-size: 27px;
    line-height: 30px;
  }
}