@charset "UTF-8";
img {
    max-width: 100%;
display: block;
vertical-align: bottom; /*
}


.font-0 {
    font-size: 0px;
}

.pink-text {
    color: #d3122e;
}

.red-text {
    color: #d3122e;
    text-align: center;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .red-text {
    font-size: 14px; 
    }
}
  