#section-image {
    width: 100%;
    height: 1080px;
    background-image: url('404.png');
    background-size: cover;
    position: relative;

}

#section-image5 {
    width: 100%;
    height: 700px;
    background-image: url('404.png');
    background-size: cover;

}

#box-section {
    width: 670px;
    height: 492px;
    background: rgba(0, 133, 121, 0.6);
    z-index: 999;
    position: relative;
    left: 50%;
    top: 33%;
    padding: 36px 48px;
}

#box-section h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: left;
}

#box-section p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

#box-list {
    width: 100%;
    height: 160px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    text-align: center;
    font-weight: 400;
    letter-spacing: -3%;
    color: #fff;

}

.ul-nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.ul-nav-border {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.ul-nav p {
    line-height: 0px;
}

#details {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: auto;
    margin-top: 30px;
}

#details :hover {
    background-color: rgb(19, 96, 142) !important;
    border: none !important;
}

#details :hover #buttons {
    border: none !important;
}

#buttons {
    width: 126px;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

#section-image1 {
    width: 100%;
    height: 1080px;
    background-image: url('404.png');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

#image1-box {
    width: 1362px;
    height: 800px;
    z-index: 888;
    display: flex;
    flex-wrap: wrap;
}


#images img {
    display: block;
    vertical-align: top;
}