.twelve-pro-peace-wrapper{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    position: relative;
    font-family: Roboto;
    color: white;
    padding: 0 15% 2%;
    justify-content: space-between;
}
.twelve-pro-peace-left img{
    width: 100%;
    max-width: none !important;
}
.twelve-pro-peace-left div{
    position: absolute;
    top: 11%;
    left: 20%;
}
.twelve-pro-peace-left h4{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.twelve-pro-peace-left{
    margin-right: 20px;
}
.charge-detail{
    font-size: 9px;
    font-weight: 400;
    margin-top: 10px;
    max-width: 280px;
}
.twelve-pro-peace-right{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
    background-color: #141515;
    border-radius: 20px;
    width: 40%;
}
.twelve-pro-peace-right p{
    font-size: 25px;
}
.twelve-pro-peace-top, .twelve-pro-peace-middle{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #A5A5A5;
    padding-bottom: 10px;
}
.twelve-pro-peace-top p{
    font-size: 10px;
    color: #A5A5A5;
}
.twelve-pro-peace-middle p{
    font-size: 10px;
    color: #A5A5A5;
}
.twelve-pro-peace-right img{
    margin-right: 25px;
}
@media only screen and (max-width: 1580px){
    .twelve-pro-peace-wrapper{
        padding: 0 10% 2%;
    }
    .twelve-pro-peace-left div {
        left: 14%;
    }
    .charge-detail{
        font-size: 9px;
        font-weight: 400;
        margin-top: 10px;
        max-width: 245px;
    }
}
@media only screen and (max-width: 1080px){
    .twelve-pro-peace-wrapper{
        padding: 0 15% 5%;
    }
    .twelve-pro-peace-left div {
        left: 18%;
    }
}
@media only screen and (max-width: 726px){
    .twelve-pro-peace-wrapper{
        padding: 0 10% 5%;
        flex-direction: column;
    }
    .twelve-pro-peace-right {
        margin: 0 auto;
        height: 400px;
        width: 100%;
    }
    .twelve-pro-peace-right img{
        width: 50px;
        max-width: none !important;
    }
    #certifikat{
        width: 100px;
    }
    .twelve-pro-peace-left{
        margin: 0 0 20px;
    }
    .twelve-pro-peace-left div{
        top: 7%;
        left: 17%;
    }  
    .twelve-pro-peace-top p{
        font-size: 4vw;
        color: #A5A5A5;
    }
    .twelve-pro-peace-middle p{
        font-size: 4vw;
        color: #A5A5A5;
    }
    
}
@media only screen and (max-width: 490px){
    .twelve-pro-peace-right {
        margin: 0 auto;
        height: 400px;
        width: 100%;
    }
    .twelve-pro-peace-left div{
        top: 7%;
        left: 20%;
    }  
    .charge-detail{
        max-width: 190px;
    }

}
