.section__help-pp{
	padding-top: 85px;
}

.help-pp_wrapp{
    overflow: hidden;
    position: relative;
    margin-top: 85px;
    padding: 24px;
    background: linear-gradient(180deg, #C2A7CA 0%, #605364 100%);
    
    @media screen and (max-width: 1024px) {
        margin-top: 60px;
    }
    
    @media screen and (max-width: 768px) {
        height: 100vw;
        display: flex;
    }
    
    @media screen and (max-width: 480px) {
        padding: 20px;
        margin-top: 30px;
        height: 150vw;
    }
}

.help-pp__content{
    width: 580px;
    max-width: 52%;
    padding: 105px 80px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    
    @media screen and (max-width: 1024px) {
        padding: 40px;
    }
    
    @media screen and (max-width: 768px) {
        width: 100%;
		max-width: none;
        margin-top: auto;
    }

    @media screen and (max-width: 480px) {
        padding: 30px 20px;
    }
}

.help-pp__content a{
 	width: 100%;
    max-width: 275px;
    justify-content: space-between;
    padding-right: 12px;
    background-color: #C2A7CA;
}

.help-pp__content p{
 	font-size: 20px;
    
    @media screen and (max-width: 480px) {
        font-size: 16px;
        line-height: 145%;
    }
}

.help-pp__img, .help-pp__img-mob{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -2px;
    width: 100%;
    max-width: 48%;
    height: 100%;
    object-fit: cover;
    object-position: left;

    @media screen and (max-width: 768px) {
        max-width: none;
        height: 60vw;
    }
}

.help-pp__img-mob{
    display: none;
}

@media screen and (max-width: 768px) {
    .help-pp__img{
        display: none;
    }
    
    .help-pp__img-mob{
        display: block;
        width: 102%;
    }
}
@media screen and (max-width: 480px) {
	.mob-px-20{
        padding: 0px 20px;
    }
}