.bannerArea .pageBox {
    min-height: 100vh;
}

.bannerArea .TxtBox {
    letter-spacing: 10px;
}

.bannerArea .TxtBox h1 {
    font-weight: bolder;
}

.bannerArea .TxtBox h5 {
    margin-top: 2rem;
    display: inline-block;
    padding-left: 12px;
    padding-bottom: 12px;

}

.bannerArea .TxtBox h5 span {
    display: block;
    line-height: 2.5;
}

.bannerArea .TxtBox h5:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-top: 100%;
    border: 3px solid #fff;
}

.bannerArea .TxtBox h6 {
    line-height: 2;
}