.text-container figure{
    width: 100% !important;
    display: block !important;
    margin-top: 40px !important;
}
.text-container figure{
    display: block;
    width: 100%;
    max-width: 820px;
    margin: 0 auto 40px;
}
.text-container figure img{
    width: 100%;
    height: 460px;
    max-width: 820px;
    max-height: 460px;
    display: block;
    margin: 0 auto;
    border: 1px solid transparent;
    border-radius: 10px;
    object-fit: cover;
}
.text-container figure figcaption {
    font-family: var(--roboto);
    font-size: 18px;
}
@media(max-width: 768px){
  
    .text-container figure img{
        height: auto;
    }
}
@media(max-width: 425px){
    .text-container  figure{
        width: 100%;
        margin-bottom: 40px;

    }
}