.header-small{
    height: 402px;
    background: transparent linear-gradient(180deg, #2B0556 0%, #483276 41%, #A892C6 100%, #2B0556 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    color: white;
    font-family: Poppins, sans-serif;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.header-small h1{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}

.header-small p{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    max-width: 392px;
    text-align: -webkit-right;
}