.twelve-colors-wrapper{
    margin: 0 auto;
    padding: 10% 15% 15%;
    font-family: Roboto;
    background-color: white;
}
.twelve-colors-heading{
    padding: 0 5%;
}
.twelve-colors-heading h3{
    font-size: 29px;
    font-weight: bold;
    line-height: 36px;
    color: black;
    margin-bottom: 10px;
}
.twelve-colors-heading p{
    font-size: 13px;
    color: #5F5F5F;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 50px;
}
.twelve-colors-content img{
    max-width: none !important;
    width: 100%;
    margin-bottom: 30px;
}
.twelve-colors-bottom h3{
    font-size: 29px;
    color: black;
    font-weight: 700;
    line-height: 36px;
}
.twelve-colors-bottom{
    padding: 0 5%;
}
@media only screen and (max-width: 1580px){
    .twelve-colors-wrapper{
        padding: 10% 10% 15%;
    }
}
@media only screen and (max-width: 1080px){
    .twelve-colors-wrapper{
        padding: 5% 15% 10%;
    }
}
@media only screen and (max-width: 726px){
    .twelve-colors-wrapper{
        padding: 5% 10% 10%;
    }
}