.bg-leedsprogram-en {
  background-image: url(../../img/2025/leedsprogram/bg_mobile_en.jpg) !important;
}
.bg-leedsprogram-es {
  background-image: url(../../img/2025/leedsprogram/bg_mobile_es.jpg) !important;  
}
@media (min-width: 768px) {
  .bg-leedsprogram-en {
    background-image: url(../../img/2025/leedsprogram/bg_desktop_en.jpg) !important;
  }
.bg-leedsprogram-es {
    background-image: url(../../img/2025/leedsprogram/bg_desktop_es.jpg) !important;
  }
}
.section-leed-programme img {
    max-height: 380px;
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@media (min-width: 768px) {
    .section-leed-programme img {
        max-height: 450px;
    }
}

.section-why-choose img { 
  max-width: 580px;
}
.section-discover .box-whystudy {
    margin: 45px;
    padding: 0px;
    text-align: center;
    min-height: 240px;
}
.section-discover .img-redUPC{
    position: absolute !important;
    top: 10px !important;
    margin: 0px !important;
    margin-left: -35px !important;
    width: 80px !important;
    height: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-discover .img-redUPC img{
    width: 50px !important;
    height: 50px !important;
}
.section-discover .description{
    padding: 50px 30px;
    font-size: 18px;
}
@media (min-width: 768px) {
.section-discover .description{
    padding: 50px 35px;
}
.section-discover .box-whystudy {
    min-height: 200px;
}
}
@media (min-width: 1200px) {
.section-discover .box-whystudy {
    min-height: 280px;
    max-width: 500px;
}
}