.example {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
}
 
.example div {
    width: 24.25%;
    font-size: 18px;
    margin-bottom: 2.5rem;
}

.example div img {
    width: 100%;
    vertical-align: top;
    pointer-events:none;
}

.example div p {
    font-family: SourceHanSansCNMedium;
    margin-top: 1.3rem;
    line-height: 3.5rem;
    pointer-events:none;
}

.example div span {
    font-family: GothamLight;
    line-height: 1.6rem;
    pointer-events:none;
}

.Title {
    font-family: SourceHanSansCNMedium;
    font-size: 2.5rem;
    text-align: center;
    line-height: 7rem;
}

.male {
    margin-left: 1%;
}

.example div:nth-child(4n-3) {
    margin-left: 0%;
}