.pt-header {
    background-image: url(../img/Promotion/150x151.png);
    background-position: 290px 0px;
    background-repeat: no-repeat;
    background-size: auto;
}

.pt-text-top {
    color: #9ee407;
    font-weight: 900;
    font-size: 40px;
    font-style: italic;
    text-shadow: 0px 0px 10px rgba(72, 255, 0, 0.267);
    text-align: center;
    transform: rotateZ(-4deg);
    padding: 10px;
}

.pt-text-center {
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    font-style: italic;
    text-shadow: 0px 0px 10px rgb(255, 0, 0);
    transform: rotateZ(-2deg);
    padding: 10px;
    margin-top: -30px;
}

.pt-text-img {
    filter: brightness(93%) contrast(100%) saturate(90%) blur(0px) hue-rotate(68deg);
    text-shadow: 
        10px 0 10px #95cc03,
        10px 0 20px #95cc03,
        10px 0 30px #95cc03,
        10px 0 40px #95cc03;
    transform: rotateZ(-2deg);
    text-align: center;
}

.pt-text-img img {    
    margin: -76px 0px 0px 0px;
    width: 34%;
}

.pt-text-bottom {
    width: 100%;
    color: white;
    font-weight: 600;
    padding: 10px;
}

.pt-text-bottom p {
    width: 80%;
    margin-left: 10%;    
    text-align: center;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .pt-header {
        background-position: 120px 0px;
    }
}

@media (max-width: 768px) {
    .pt-header {
        background-position: 0px 0px;
    }
}
