.twelve-impresive-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: Roboto;
    background-color: black;
    position: relative;
    padding: 0 0 5%;
}
.twelve-impresive-middle img{
    max-width: none !important;
    width: 100%;
}
.twelve-impresive-top{
    display: flex;
    justify-content: space-between;
    padding: 0 15%;
}
.twelve-impresive-left h3{
    color: white;
    font-size: 29px;
    font-weight: 700;
    line-height: 36px;
    margin-right: 10px;
}
.twelve-impresive-right{
    max-width: 270px;
    color: #898989;
    font-size: 13px;
    padding-top: 15px;
}
.twelve-impresive-bottom{
    font-size: 70px;
    color: white;
    padding: 0 15%;
    position: absolute;
    top: 73%;
}
@media only screen and (max-width: 1580px){
    .twelve-impresive-top{
        padding: 0 10%;
    }
    .twelve-impresive-bottom{
        padding: 0 10%;
        font-size: 60px;
    }
}
@media only screen and (max-width: 1380px){
    .twelve-impresive-bottom{
        font-size: 50px;
    }
}
@media only screen and (max-width: 1280px){
    .twelve-impresive-bottom{
        font-size: 40px;
    }
}
@media only screen and (max-width: 1080px){
    .twelve-impresive-top{
        padding: 0 15%;
    }
    .twelve-impresive-bottom{
        padding: 0 15%;
        font-size: 64px;
    }
}
@media only screen and (max-width: 726px){
    .twelve-impresive-top{
        padding: 0 10%;
        flex-direction: column;
    }
    .twelve-impresive-bottom{
        padding: 0 10%;
        font-size: 50px;
    }
}
@media only screen and (max-width: 570px){
    .twelve-impresive-top{
        padding: 0 10%;
    }
    .twelve-impresive-bottom{
        padding: 0 10%;
        font-size: 40px;
    }
    .twelve-impresive-left h3{
        font-size: 20px;
        line-height: 25px;
    }
    .twelve-impresive-right{
        max-width: 190px;
    }
    .twelve-impresive-right p {
        font-size: 11px;
    }
}
@media only screen and (max-width: 430px){
    .twelve-impresive-bottom{
        font-size: 33px;
    }
    .twelve-impresive-right{
        max-width: 160px;
    }
}

