.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,0.1),var(--ryu),rgba(170,142,96,0.1));
}
.gt.ani-left.ani.active-ani iframe {
    width: 100%;
}
.text-tile::before{
    content: '';
    display: block;
    height: 107px;
    width: 1px;
    margin: auto auto 25px auto;
    background: var(--black);
}

.text-con{
    text-align: justify;
    color: var(--black);
    font-size: 16px;
    font-family: "Myriadpro",sans-serif;
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 400;
    line-height: 31px;
}

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

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

.gt{
    margin-top: 60px;
    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;
}

@media (max-width: 991px) {
    .tetx{
        padding-bottom: 20px;
    }
}