.full-discover-area .top-content h2 {
    font-size: var(--bk-h2-size, 24px);
    padding: 0 0 40px;
    line-height: var(--bk-h2-line-height, 40px);
}

.full-discover-area .content .top-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px 20px;
}

.full-discover-area .content .top-part img {
    width: calc(100%/3 - 20px);
    margin: 0 10px;
  border-radius: 15px;
}

.full-discover-area .content .bottom-part p {
    font-size: var(--bk-p-size, 16px);
    line-height: var(--bk-p-line-height, 30px);
    margin: 10px 0 20px;
}
