/* Start Case study single */
.project-overview {
    width: 100%;
}
.project-overview img {
    width: 100%;
    height: 100%;
}
.project-details .project-title {
    font-weight: 700;
}
.project-details .project-text {
    margin-bottom: 20px;
}
.Overview{
	padding:0;
}
.Overview li {
    display: block;
    color: #5e6f84;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding: 7px 0;
}
.Overview li span {
    color: #5f65db;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 10px;
}
.Overview li strong {
    color: #233142;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
}
.Overview li a {
    color: #5e6f84;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}
.overlay.download{
	padding-top:15%;
	background-color: rgb(0 0 0 / 33%);
	
}
.overlay.download .getintouch{
	height:auto;
	width:50%;
	border:0;
	border-radius:8px;
}
/* End Case study single */