﻿
.solotype {
    width: 30%;
}

@media (max-width: 40em) {
    .solotype {
        width: 100%;
    }
    
}