.tcoda{
  background: linear-gradient(180deg, #F2E8D5 0%, rgba(255, 255, 255, 0) 100%);
  padding: 70px 15% 200px 15%;
}

.tcoda .title{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: center;
}

.tcoda .title h2{
  margin: 0;
}

.tcoda .cards{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tcoda .cards .card{
  display: flex;
  flex-direction: column;
  width: 49%;
  position: relative;
}

.tcoda .cards .card img{
  border-radius: 15px;
  width: 100%;
}

.tcoda .cards .card .pretitle a{
  color: black;
  font-weight: bold;
}

.tcoda .cards .card p{
  margin-bottom: 0;
}

.tcoda .cards .card h4{
  font-size: 22px;
  margin: 6px 0;
}

.tcoda .cards .card .small{
  font-size: 14px !important;
}

.tcoda .cards .card .leggi-piu{
  font-weight: bold;
  color: #505050;
  font-size: 14px !important;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

@media(max-width: 768px){
  .tcoda{
    padding: 40px 12px;
  }
  
  .tcoda .title{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  
  .tcoda .title a{
    align-self: flex-end;
    margin-right: 30px;
  }
  
  .tcoda .cards{
    flex-direction: column;
  }
  
  .tcoda .cards .card{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
}

{#
.round-blog .tcoda{
  border-radius: 100px 0 0 0;
  background: white;
  padding-top: 100px;
}

.round-blog{
  background: #FAF5ED;
}
#}
