.content p {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 35px;
    color: rgb(80, 80, 80);
    font-family: 'Inter', sans-serif;
    padding: 20px;
}

@media (max-width: 768px) {
    .content p {
        font-size: 16px;
        text-align: left;
    }
}

.content a {
    text-decoration: none;
    cursor: pointer;
    color: #555555;
    /*color: #e73f43;*/
}

.content a:hover,
.content a:focus,
.content a:visited {
    text-decoration: none;
    outline: none;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    position: relative;
    font-weight: normal;
   
    background: none;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
}
.content h1{
	line-height: 2em;
	
}

.content ul,
.content li {
    list-style: none;
    padding: 10px;
    margin: 0px;
}
.project-item a:hover,
.project-item a:focus,
.swiper-slide a:hover,
.swiper-slide a:focus{
	text-decoration: none;
	
}