* {
    padding: 0;
    margin: 0;
}

.degrade {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(0,0,0) 80%);
    z-index: 0;
    top: 1px;
}
.contentPage-TY {
    position: relative;
    background-color: black;
    height: 100vh;
}

        .contentPage-TY .Img-TY img {
            position: absolute;
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }
.contanierTY {
    position: relative;
    height: auto;
    z-index: 15;
    top: 35%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    display: grid;
    justify-content: center;
    text-align: center;
    color: #fff;
    width: 95%;
    gap: 0.5rem;
}
    .contanierTY img {
        margin: auto;
        width: 7rem;
    }
    .contanierTY h1 {
        font-size: 50px;
        font-family: 'CorpoA';
        font-style: normal;
    }
    .contanierTY h3 {
        font-size: 30px;
        font-family: 'CorpoSDem';
    }
    .contanierTY p {
        font-size: 25px;
        font-family: 'CorpoS';
    }

@media (max-width: 1000px) {
    .contanierTY h1 {
        font-size: 40px;
    }

    .contanierTY h3 {
        font-size: 20px;
    }

    .contanierTY p {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    .contanierTY h1 {
        font-size: 35px;
    }

    .contanierTY h3 {
        font-size: 20px;
    }

    .contanierTY p {
        font-size: 12px;
    }
}