.intro-block-container {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.intro-block-item {
    width: 157px;
    height: 190px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(255, 107, 123, 0.15);
    border-radius: 14px;
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
    padding: 18px 14px;
    align-items: center;
    text-align: center;
    position: relative;
}

.ibt-img {
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin-bottom: 14px;
}

.ibt-img img{
    width: 100%;
}

.ibt-title{
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 12px;
}

.ibt-description{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}

.ibt-symbol{
    width: 32px;
    height: 3px;
    background: #FF6B7B;
    border-radius: 2px;
    position: absolute;
    bottom: 18px;
    left: 50%;
    margin-left: -15px;
}