
.all-programs {
    gap: 0 15px;
}
.all-programs > .program-container {
    padding: 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}



#properites{

}
#properites > .container{

}
#properites > .container > .property{
    margin-bottom: 15px;
}
#properites > .container > .property > .property-title{
    font-size: 24px;
    font-weight: 900;
    text-align: left;
    color: #FFB93B;
}
#properites > .container > .property > .property-description{
    margin-left: 25px;
}
#properites > .container > .property > .property-description > .property-description-title{
    color: #fff;
    font-weight: 700;

}
#properites > .container > .property > .property-description > .property-description-text{
    margin-left: 25px;
    color: #fff;   
}


#properites > .container > .logiciel-details {
    margin-top: 70px;
    margin-bottom: 60px;
}

#properites > .container > .logiciel-details > p{
    color: #fff;
}

.normal-hero-button-contianer > button {
    padding: 8px 20px;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 15px;
    border: none;
    color: #4A4A7E;
    background: rgb(226,162,44);
    background: linear-gradient(180deg, rgba(226,162,44,1) 0%, rgba(255,206,116,1) 100%);
}





@media (max-width: 1000px) {
    #properites > .container > .logiciel-details {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }
    #properites > .container > .logiciel-details > p {
        text-align: justify;
    }
}