/* landing */
.landing.sections {
    width: 100%;
    height: 500px;
    position: relative;
    background-image: url('../../../images/bg/bg1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column-reverse;
}

.landing.sections::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000007d;
}

.landing.sections h1,
.landing.sections p {
    margin: 0 50px 30px 0;
    position: relative;
}

.landing.sections i {
    font-size: 11px;
}

/* details */
.details .info .image-container {
    border: 3px solid black;
    /* width: fit-content; */
}

.details .info .image-container img {
    max-width: 100%;
    width: 100%;
}

.details .info .informations {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0 10px;
}

.details .info .informations i {
    margin-left: 10px;
}
.details .info .informations p {
    margin: 0;
}

.details .cv p {
    text-align: justify;
    color: #777;
}
.details .cv p span{
    font-size: 24px;
    color: black;
}