.text-tile {
    text-transform: uppercase;
    color: var(--black);
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.text-tile::after {
    content: "";
    display: block;
    margin: 15px auto 0 auto;
    height: 2px;
    width: 175px;
    max-width: 100%;
    background: linear-gradient(to right, rgba(170, 142, 96, .1), var(--ryu), rgba(170, 142, 96, .1));
}

.text-con {
    text-align: justify;
    color: var(--black);
    font-size: 16px;
    line-height: 1.75;
    line-height: 31px;
    letter-spacing: .03em;
    font-weight: 400;
}

.bor-line {
    position: absolute;
    top: -15px;
    bottom: 15px;
    left: 15px;
    right: -15px;
    border: 2px solid #aa8e60;
    transition: all .3s;
}

.bor-lineth {
    position: absolute;
    top: -10px;
    bottom: 10px;
    left: 10px;
    right: -10px;
    border: 2px solid var(--ryu);
    transition: all .3s;
}

.gt {
    height: 77%;
}

.tetx {
    max-width: 600px;
    margin: 0 auto;
}

.gt>img {
    height: 100%;
}

.link-gt {
    text-align: left;
    margin-top: 5px;
    font-weight: bold;
}

.link-gt a {
    display: inline-block;
    border-bottom: 1px solid black;
    margin-bottom: 5px;
}