.divider-module {
    margin: 0;
    padding: 0;
}
.divider-module .wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.divider-module.divider-v1 .wrapper {
    align-items: flex-end;
}
@media screen and (max-width: 1239px) {
    
}
@media screen and (max-width: 1079px) {
   
}
@media screen and (max-width: 767px) {
    .divider-module .wrapper div {
        max-width: 100px;
        max-height: 50px;
    }
    .divider-module .wrapper div img {
        max-height: 50px;
    }
}