.wrapper-des-content{
    position: relative;
    z-index: 15;
}
.des-content{
    max-width: 1700px;
    margin: 100px auto;
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 40px 0px rgb(255 145 0);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    border: 4px solid #fbc063;
    border-radius: 20px;
    background: #33275c;
    box-sizing: border-box;
    padding: 35px;
    
}
.des-content-capt p{
    font-size: 50px;
    color: #877dff;
    text-align: center;
    font-family: "Mulish-Black";
    margin-bottom: 25px;
}
.des-content-capt p span{
    font-size: 50px;
    color: #fda925;
    font-family: "Mulish-Black";
}
.des-content-text p{
    font-size: 20px;
    color: #fda925;
    margin: 25px 0px;
}
.des-content-text p span{
    font-size: 20px;
    color: #fff;
}
.des-content-text ul{
    margin-left: 20px;
}
.des-content-text ul li{
    list-style: none;
    font-size: 20px;
    color: #877dff;
}
.wrapper-des-ex{
    position: relative;
    z-index: 15;
}
.wrapper-des-ex p{
    font-size: 50px;
    color: #877dff;
    text-align: center;
    font-family: "Mulish-Black";
    margin-bottom: 25px;
}
.wrapper-des-ex p span{
    font-size: 50px;
    color: #fda925;
    font-family: "Mulish-Black";
}
.des-ex{
    max-width: 1700px;
    margin: 100px auto;
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 40px 0px rgb(255 145 0);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    border: 4px solid #fbc063;
    border-radius: 20px;
    background: #33275c;
    box-sizing: border-box;
    padding: 35px;
}
.des-ex > div{
    display: inline-block;
    width: 32%;
}
.des-ex > div > div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 50px 0px;

}
.des-ex img{
    width: 300px;
}



