.portfolio-block{
padding:0px;
width:100%;
}

.text-list{
color:#000242;
}


.column-1-wrapper-body-last{
margin: 0 auto;
width:85%;
padding-bottom:60px;
text-align:left;
display:flex;
}

.portfolio-desc{
border-radius: 0 0 25px 25px;
padding:25px 20px 25px 15px;
}


img{
display: block;
}

.multi-col-data{
display:flex;

}


.data-col-1{
/*width:32%;*/
width:30%;
display:inline;
/*padding: 0 7% 0 0;*/
padding: 0 5% 0 0;
}


.data-col-2{
width:71%;
display:inline;
padding: 0 7% 0 0;
}


.data-col-1-end{
width:20%;
display:inline;
/*padding: 0 0 0 0;*/
padding: 0 0 0 8%;
}


li{
list-style-type:disc;
display: list-item;
}


.project-button{
padding:20px;
border: 1px solid #1e0826;
color:#1e0826;
text-align:center;
border-radius:50px;
width:100%;
}

.project-button:hover{
padding:20px;
border: 1px solid #1e0826;
background-color:#1e0826;
text-align:center;
border-radius:50px;
width:100%;
color: #e5ccee;
font-weight:500;
}


.project-button-text:hover{

}


.mobile-HP-thumb{
display:none;
border-radius:20px;
}

.desktop-HP-thumb{
border-radius:20px;
}



.short-mobile{
border-radius:20px;
}


.mobile-spacer{
margin-bottom:80px;

}



/* Media Queries */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 750px) {


.multi-col-data{
display:inline;

}


.mobile-HP-thumb{
display:inline;

}

.desktop-HP-thumb{
display:none;
}



.data-col-1{
width:100%;
display:inline;
padding: 0 0 0 0;
}


.data-col-1-end{
width:20%;
display:inline;
padding:25px 0px 0px 0px;
}


li{
list-style-type:none;
display: list-item;
}


.project-button{
width:92%;
}


.project-button:hover{
width:92%;

}


.portfolio-desc{

border-radius: 0 0 25px 25px;
padding:25px 20px 0px 0px;
}


.mobile-spacer{
margin-bottom:0px;

}


}

