.customWidth{
    width: 30%;
}

@media (max-width: 1280px){
    .customWidth{
    width: 100%;
}

}