.p-faq {
    margin-top: 60px;
}

.p-faq-item-wrap {
    background: #ffffff;
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
}

.p-faq-item-wrap .data {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0 40px 40px;
}

.p-faq-item-wrap .image {
    width: 41.6%;
}

.p-faq-item-wrap .img-responsive {
    padding-bottom: 100%;
}