.full-discover-area .top-content h2 {
    font-size: 24px;
    padding: 0 0 40px;
    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: 16px;
    line-height: 30px;
    margin: 10px 0 20px;
}
