#container-details-mission{
    height: 100vh;
    width: 100vw;
}

#details-mission {
    height: 100vh;
    width: 100vw;
    background-image: url('../images/mission/bkg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#details-left-content {
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#details-mission-head{
    width: fit-content;
    padding: 1%;
    color: white;
}

#details-mission-desc{
    margin-top: 2%;
    background-color: white;
    border: dashed 3px black;
}

#details-mission-desc > p{
    padding: 5%;
}

#details-right-content {
    width: 50%;
    height: 100%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

#details-mission-img {
    width: 310px;
    height: 310px;
    padding: 3%;
    background-color: rgb(91, 248, 70);
}