.sectiontext p span.fee {
    font-size: 11px;
}
.sectionimg ul {
    display: flex;
    width: 794px;
    margin: 0 auto;
    justify-content: space-between;
}

.sectionimg ul li {
    width: 258px;
}

.sectionimg ul li img {
    width: 100%;
    border-radius: 20px;
}

@media (max-width:600px){
    .sectiontext p span.fee {
    display: block;
    font-size: 10px;
    line-height: 15px;
        letter-spacing: 0;
}
.sectionimg ul {
    display: block;
    width: auto;
}

.sectionimg ul li {
    width: 210px;
    margin: 15px auto 0 auto;
}

.sectionimg ul li:first-child {
    margin-top: 0;
}
.sectiontext p span.club {
    font-size: 12px;
}
}
