#gallery-about{
    padding-top: 122px;
    background-color: rgb(248, 241, 229);
    padding-bottom: 30px;
}

#header-gallery{
    background-color: rgb(249, 186, 50);
    padding: 50px 0 50px 0;
}

#header-gallery h1{
    color: rgb(47, 49, 49);
    font-weight: 900;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#gallery-about .gallery-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 30px 0 30px 0;
}

#gallery-about .card-image{
    width: 380px;
    margin: 10px 0 10px 0px;
    transition: 0.3s;
}

#gallery-about .card-image:hover{
    transform: scale(1.05);
    transition: 0.3s;
}

#gallery-about .card-image img{
    width: 100%;
    transition: 0.3s;
}

#gallery-about .card-body{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

#gallery-about .card-image h5{
    font-weight: 700;
    color: rgb(47, 49, 49);
    border-bottom: 3px solid rgb(249, 186, 50);
    padding-bottom: 10px;
    margin: 5px 0 10px 0;

}

.card-image .btn-detail-gallery{
    text-align: end;
    margin: 10px 0 0 0;
}

.card-image .btn-detail-gallery button{
    background-color: rgb(249, 186, 50);
    color: rgb(248, 241, 229);
    border: 1px solid rgb(249, 186, 50);
    padding: 10px;
    border-radius: 3px;
    transition: 0.3s;
}

.card-image .btn-detail-gallery button:hover{
    background-color: rgb(248, 241, 229);
    color: rgb(249, 186, 50);
    border: 1px solid rgb(249, 186, 50);
    padding: 10px;
    border-radius: 3px;
    transition: 0.3s;
}

.modal-header{
    border-bottom: 3px solid rgb(249, 186, 50) !important;
}

.modal-header h1{
    margin: 0px;
    font-size: xx-large;
    font-weight: 700;
    color: rgb(249, 186, 50);
}

.modal-body{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.modal-body img{
    border-radius: 3px;
    margin-bottom: 10px;
}

.modal-body p{
    color: rgb(47, 49, 49);
    font-size: large;
    text-align: justify;
    margin: 5px 0 5px 0;
}
