/* -------------------------------------> Banner-Cover <------------------------------------- */
.changi-banner {
    background-image: url(/image/Changi_project.png);
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 0 20px;
}

section{
    margin: 4%;
}

.changi-banner h1{
    font-size: 50px;
}
/* -------------------------------------> Changi Project <------------------------------------- */
.changi1{
    max-width: 100%;
    width: 70%;
    background-color: White;
    margin-right: 4%;
}

.changi-ibms img{
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 3%;
    margin-top: 3%;
}
.changi-ibms h1{
    font-size: xx-large;
    text-align: center;
    margin-bottom: 2%;
}
.changi-ibms hr{
    margin-bottom: 2%;
}

/* -------------------------------------> Changi SideBar <------------------------------------- */
section{
    display: flex;
}
.other-pro{
    background-color: #002f26;
    padding: 4%;
    margin-bottom: 10%;
    border-radius: 20px;
}

.other-pro p{
    text-align: center;
    color: white;
}
.other-pro h1{
    text-align: center;
    color: white;
}

.btn img{
    max-width: 100%;
    width: 100%;
    height: auto;
}

.sidebtn{
    max-width: 100%;
    width: 30%;
    background-color: white;
}

.btn{
    display: block;
    padding: 2%;
}

.btn-s a {
    width: 100%;
    height: 80px;
    display: flex;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.btn-s a:hover {
    transform: scale(1.1);
}

.btn-s p {
    width: 70%;
    font-size: medium;
}

.btn-s img {
    width: 30%;
    height: 100%;
    border-radius: 15px 0px 0px 15px;
}


/* -------------------------------------> Changi Projects (mobile)<------------------------------------- */
@media (max-width: 768px) {
 .sidebtn{
    display: none;
 }
 .changi1{
    width: 100%;
 }
}

@media (max-width: 480px) {
    .sidebtn{
        display: none;
     }
     .changi1{
        width: 100%;
     }
}

