.container-image img{
    width: 100%;
}
.container-info-case{
    margin-bottom: 6rem;
}
.container-info-case h1{
    text-align: center;
    font-weight: normal;
}
.container-info-case h2{
    font-family: 'Articulat-Regular';
    font-weight: normal;
    font-size: 40px;
        color: #777777;
}
 
.headline{
    width: 48%;
}
.text-about{
    width: 50%;
     font-family: 'Articulat-Regular';
    font-size: 17px;
    line-height: 1.5rem;
     color: #777777;
}

.details-case{
    width: 75%;
    margin-top: 3rem;
}
.details-case p{
    color: #777777;
    font-family: 'Articulat-Regular';
    font-size: 15px;
}
.details-case div{
    border-bottom: #777777 1px solid;
    padding: 0.5rem 0;
}
.container-buttons-case{
    width: 100%;
    margin-bottom: 3rem;
}

 footer{
    flex-wrap: wrap;
 }
 footer>div:nth-child(2){
    width: 70%;
 }
 footer>div:nth-child(3){
    width: 30%;
 }