.wrap{
    border-radius: 30px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 50px 50px 99px 0 rgba(44, 44, 44, 0.06);
    background-color: #ffffff;
    width: 80%;
    margin: -6% auto 3% auto;
    padding: 7% 0;
    z-index: 0;
    position: relative;
    text-align: center;
}
.upwr{
    position: relative;
}
.upwr h4{
    position: absolute;
    bottom: calc(50% - 3rem);
    z-index: 0;
    left: 14%;
    font-weight: bold;
    color: white;
    font-size: 2rem;
}
.top-p{
    width: 100%;
    margin-top:55px;
    filter: brightness(70%);
}
@media screen and (max-width: 570px) {
    .wrap{
        width: 90%;
    }
}
@media screen and (max-width: 500px) {
    .upwr h4{
        display: none;
    }
    .wrap{
        width: 100%;
        margin-top: 55px;
        border-radius: 0;
    }
    .top-p{
        display: none;
    }
}