[class*="guide"] {
    height: 75px;
    text-align: center;
    padding-top: 10px;
}

[class*="guide"] a{
    font-weight: 600;
}

.guide-pink-white {
    background: #e60073;
}
.guide-pink-white a{
    color: #f7f6f5;
}

.guide-dark-white {
    background: #49423d;
}
.guide-dark-white a{
    color: #f7f6f5;
}

.guide-white-pink {
    background: #f7f6f5;
}
.guide-white-pink a{
    color: #e60073;
}

.guide-white-dark {
    background: #f7f6f5;
}
.guide-white-dark a{
    color: #49423d;
}