.hero-section-template-case {
    width: 80%;
    margin: 5% auto;
    border-radius: 20px;;
    padding: 6%;
    background: url(../images/hero-cover.jpg) no-repeat center bottom scroll;
    position: relative;
    /* z-index: -1; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    text-align: center;
}
/* wip  */
.hero-section-template-case::before{
    content:'';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;left:0;
    background: #3b3b3b;
    opacity: 0.7;
    border-radius: 20px;
}

.hero-section-content {
position: relative;
height: 50vh;
width: 40%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border-bottom: 2px solid #f2f2f2; 
}
.hero-section-content h1 {
    color: #f2f2f2;
    font-size: 60pt;
    text-align: left;
}
.hero-section-content p {
    color: #f2f2f2;
    text-align: left;
}


.tempalte-case-btn {
    width: 40%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.tc-btn-1 {
    width: 40%;
    padding: 2%;
    border:1px solid #f2f2f2;
    border-radius: 0 0 10px 10px;
    background-color: #3d5e91;
    color: #f2f2f2;
}
.tc-btn-2 {
    width: 40%;
    padding: 2%;
    border:1px solid #f2f2f2;
    border-radius: 0 0 10px 10px;
    background-color:  #c29494;
    color: #f2f2f2;

}


.hero-section-template-case-sub-t {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}





.container-card-home {
    position: relative;
}
.tc-img {
    position: relative;
}
.info-container-card {
    display: flex;
    position:absolute;
    top: 70%;
    padding: 4%;
    background-color: #fff8f2;
    border-radius: 10px;
}

.info-content-card-meta {
    color: #717171;
}
/* @media (max-width: 768px) {
  
} */

/*  */


.case-template {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 10% auto;
    /* border: 4px solid #98cf21;    */
}
.container-card-home {
    border-radius: 20px;
}
.container-card-home img {
    border-radius: 20px;
}
.blocco-gutemberg {
    border: 2px solid #c1c1c1;
    margin: 50px 0;
}