.img_title {
    display: flex;
    flex-direction: row;
    align-items: end;
    margin-bottom: .5rem;
    border-radius: 1rem;
}
.icon_img {
    display: inline-block;
    width: 3rem;
    border-radius: 1rem;
}
.item-info {
    height: 2.8rem;
    margin-bottom: 0px;
}
.img_title_2 {
    display: flex;
    align-items: center;
    height: 3rem;
    margin-bottom: 1rem;
    overflow: hidden;
}
.icon_img_2 {
    display: inline-block;
    width: 100%;
    border-radius: 1rem;
    /* width: 3rem; */
    /* border-radius: 1rem; */
}
.img_title_3 {
    display: flex;
    align-items: center;
    height: 6rem;
    margin-bottom: 1rem;
    overflow: hidden;
}
.icon_img_3 {
    display: block;
    width: 100%;
}
.ai-title {
    margin-bottom: 0rem;
    margin-left: .3rem;
}
.col-sm-4 {
    display: flex;
    /* border: 1px solid rgba(0,0,0,0.05);
    border-radius: .375rem; */
}
.col-sm-4 > a {
    color: #343434;
    display: block;
    flex: 1
}
.typeface-entry {
    height: 100%;
}
.ai_iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.vip-tip {
    display: inline-block;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
}
.top-icon {
    display: inline-block;
    width: 6rem;
}
.top-margin {
    margin-top: 3rem;
}
.top-lgx {
    padding: 5rem 0 4rem 0;
}
.item-block {
    margin-bottom: 3rem;
}
.top-heading {
    font-size: 2.5rem;
}
@media (max-width: 576px) {
    .top-icon {
        display: inline-block;
        width: 4.5rem;
    }
    .top-lgx {
        padding: 2.6rem 0 1.6rem 0;
    }
    .top-margin {
        margin-top: 0rem;
    }
    .top-heading {
        font-size: 1.3rem;
        margin-top: 0px;
    }
    .item-block {
        margin-bottom: 1rem;
    }
    .cols-md-space>div[class*='col-']:not(:last-child) {
        margin-bottom: 2rem;
    }
}