.section__project {
    background-image: linear-gradient(to bottom, #ffffff, #fbfbfb, #f7f7f7, #f4f4f4, #f0f0f0, #f0f0f0, #f0f0f0, #f0f0f0, #f4f4f4, #f7f7f7, #fbfbfb, #ffffff);   
}

.section__project article {
    position: relative;
}

.section__project .card-content {
    min-width: 80%;
   position: absolute;
    bottom: 5px;
    left: 0px;
    /* clip-path: polygon(0% 0%, 92% 0, 100% 50%, 92% 100%, 0% 100%); */
    /* clip-path: polygon(0% 0%, 80% 0, 60% 60%, 60% 100%, 0% 100%); */
    /* background-image: linear-gradient(to top, #09142e, #0e1934, #131f3b, #182441, #1d2a48); */
    /* right: 4px; */

    
    transition: ease-in-out 400ms;
    -webkit-transition: ease-in-out 400ms;
    -moz-transition: ease-in-out 400ms;
    -ms-transition: ease-in-out 400ms;
    -o-transition: ease-in-out 400ms;
}


.section__project .card-title {
    margin-bottom: 0;
    display: inline-block;
    /*background-color: #040119d3;
    */clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    background-image: linear-gradient(to top, #83165b, #a80456, #850c52, #ad0d6b, #a50361);
    /* background-image: linear-gradient(to top, #3d0273, #5a04a9, #6405bb, #4c0390, #350065); */
    min-width: 60%;
    font-size: 17px;
    color: #fff;
    padding: 10px 6px 6px 10px;
    /* border-bottom: 1px solid #060607; */
    transition: ease-in-out 400ms;
    -webkit-transition: ease-in-out 400ms;
    -moz-transition: ease-in-out 400ms;
    -ms-transition: ease-in-out 400ms;
    -o-transition: ease-in-out 400ms;
}

.section__project .author {
    font-size: 16px;
    color: #fff;
    padding: 8px 6px 8px 10px;
    display: inline-block;
    /*background-color: #040119e3;
    */background-image: linear-gradient(to top, #122b63, #142655, #091535, #223664, #385291);
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    min-width: 90%;
    /*display: none;
    */
    transition: ease-in-out 400ms;
    -webkit-transition: ease-in-out 400ms;
    -moz-transition: ease-in-out 400ms;
    -ms-transition: ease-in-out 400ms;
    -o-transition: ease-in-out 400ms;
}

.section__project article:hover .card-title{
    /* width: 70%; */
    padding-left: 15px;
    margin-left: 5px;
}

.section__project .card:hover .author{
    /* width: 90%; */
    
    padding-left: 15px;
    margin-left: 5px;
}

.section__legal {
    background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
}

.wrap__faq {
    margin-bottom: 20px;
}

.faq__header{
    width: 100%;
    padding: 15px 30px 5px;
    background-image: radial-gradient(circle, #f0f0f0, #efefef, #efefef, #eeeeee, #ededed);
    border: 1px solid #e9e9e9;
    position: relative;
}

.faq__header h4 {
    font-size: 18px;
    font-weight: normal;
}

.faq__icon {
    position: absolute;
    top: 15px;
    right: 15px;
}

.faq__ans {
    display: none;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;

    padding: 10px;
}

