.parent {
    background-color: #FFF;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
}

.header-img {
    width: 90%;
    max-width: 500px;
    height: auto;
    line-height: 0;
}

.header-img img {
    width: 100%;
    height: auto;
}

.wrap-content {
    text-align: center;
    padding: 44px 20px 0px 20px;
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
}

.wrap-img img {
    max-width: 100%;
    height: auto;
}

.text-content{
    margin-top: -15px;
    color: #000000;
    letter-spacing: 0.4px;
}

@media only screen and (max-width: 1366px) {
    .header-img {
        width: 90%;
        max-width: 420px;
        height: auto;
        line-height: 0;
    }
}
@media only screen and (max-width: 360px) {
    .header-img {
        width: 90%;
        max-width: 250px;
        height: auto;
        line-height: 0;
    }
}