/* Main-Container For Sectiom "Profil" Start Here!*/

.wrapper-profil{
    width: 100%;
    height: 37rem;
    display: flex;
    max-width: auto;
    padding-top: 8rem;
    margin-top: -10rem;
    position: relative; 
    background-color: transparent;
    transition: ease 1s;
/*    animation: fade linear;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;*/
}
.content-wrapper{
    width: 100%;
    height: fit-content;
    display: flex;
    overflow: hidden;
}
.content-wrapper .image-pf-wrapper{
    width: 34rem;
    height: 29.5rem;
    margin-left: 3rem;
    background-color: #fff;
    margin-top: 0rem;
    border-radius: 1.5rem;
    overflow: hidden;
    border: #fff 1px solid;
}
.content-wrapper .image-pf-wrapper iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.wrapper-profil .desc{
    margin-left: 2.3rem;
    margin-top: 0.3rem;
    background-color: transparent;
    width: 43.2rem;
    height: 29rem;
}
.wrapper-profil .expand{
    width: 0rem;
}
.wrapper-profil .desc h4{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
    margin-top: -0.3rem;
}
.wrapper-profil .desc h5{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0rem;
}
.wrapper-profil .desc p{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #fff;
    font-size: 1rem;
    text-indent: 0.3in;
    text-align: justify;
}