.draccu-container-profile-photo {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
}

.draccu-container-profile-photo #img-desktop-banner{
    border: solid 1px #dadada;
    border-radius: 10px;
    margin-bottom: 10px;
}

.draccu-container-profile-photo #img-mobile-banner{
    display: none;
}

.draccu-container-profile-photo #img-mobile-banner{
    display: none;
}

.draccu-container-profile-photo .draccu-content-profile-photo{
    background-color: #fff;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding: 15px 30px;
}

.draccu-container-profile-photo .draccu-content-profile-photo h4{
    font-size: 1.5em;
    font-weight: 700;
}

.draccu-container-profile-photo .draccu-content-profile-photo h5{
    font-size: 1.3em;
    font-weight: 700;
    color: #5a5a5a;
}

.draccu-container-profile-photo .draccu-content-profile-photo p{
    font-size: 1em;
    font-weight: 400;
    color: #2c2c2c;
}

.draccu-container-profile-photo .draccu-content-profile-photo h3{
    background-color: #e7e7e7;
    font-size: 1em;
    font-weight: 400;
    color: #2c2c2c;
    padding: 15px;
    border-radius: 7px;
    line-height: 1.6em;
}

.draccu-container-profile-photo .draccu-content-profile-photo h3 strong{
    display: block;
    padding-bottom: 7px;
}

.draccu-container-profile-photo .draccu-content-profile-photo h3 strong:last-child{
    padding-top: 15px;
}


.draccu-container-profile-photo .draccu-others-plugins-profile-photo{
    background-color: #fff;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding: 8px 30px 25px 30px;
    margin-top: 12px;
}

.draccu-container-profile-photo .draccu-others-plugins-profile-photo h4{
    font-size: 1.5em;
    font-weight: 700;
    color: #1D2327;
}


.draccu-container-profile-photo .draccu-others-plugins-profile-photo p{
    font-size: 1.1em;
    font-weight: 400;
    color: #8d8d8d;
    margin-top: -12px;
}

.draccu-container-profile-photo .draccu-others-plugins-profile-photo .others-plugins{
    display: flex;
    gap: 20px;
}

.draccu-container-profile-photo .draccu-others-plugins-profile-photo .others-plugins div{
    max-width: 250px;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding-bottom: 10px;

}

.draccu-container-profile-photo .draccu-others-plugins-profile-photo .others-plugins img{
    max-width: 100%;
    border: none;
    border-radius: 10px 10px 0 0;
}

.draccu-container-profile-photo .draccu-others-plugins-profile-photo .others-plugins h5{
    font-size: 1.1em;
    font-weight: 700;
    color: #1D2327;
    margin-top: -7px;
    padding: 10px 10px 0 10px;
}

.draccu-container-profile-photo .draccu-others-plugins-profile-photo .others-plugins p{
    font-size: 1.1em;
    font-weight: 400;
    color: #8d8d8d;
    margin-top: -20px;
    padding: 0 10px 0 10px;
    margin-bottom: 5px;
}

.draccu-container-profile-photo .draccu-others-plugins-profile-photo .others-plugins a{
    color: #00CBBB;
    text-decoration: none;
    font-weight: 700;
    padding: 0 10px 0 10px;
}

@media only screen and (max-width: 500px) {
    .draccu-container-profile-photo {
        max-width: 100%;
        padding: 20px 10px;
    }

    .draccu-container-profile-photo #img-desktop-banner{
        display: none;
    }
    
    .draccu-container-profile-photo #img-mobile-banner{
        display: block;
        width: 100%;
        border: solid 1px #dadada;
        border-radius: 10px;
        margin-bottom: 10px;
    }


    .draccu-container-profile-photo .draccu-content-profile-photo label{
        font-size: 1em;
    }

    .draccu-container-profile-photo .draccu-others-plugins-profile-photo .others-plugins{
        display: block;
    }

    .draccu-container-profile-photo .draccu-others-plugins-profile-photo .others-plugins div{
        max-width: 100%;
        margin-bottom: 20px;
    
    }


    
}