.PFA.FULL {
    background: linear-gradient(115deg, #13171A 65%, #1C6FEC 35%);
}

.PFA.FULL .b-columns {
    justify-content: end;
}

.PFA.FULL .b-columns .not-full {
    max-width: 540px;
    margin-right: 55px;
    padding-bottom: 20px;
}

.PFA.FULL .b-columns .not-full .b-button {
    background: var(--blue);
    color: var(--white);
}

.PFA.FULL .b-columns .not-full .b-button.alt-outline {
    background: var(--dark-grey);
}


.PFA.FULL .mobile-image {
    transform: none;
    display: none;
}

.PFA.FULL .image img {
    max-width: 668px;
    height: auto;
    float: right;
    padding-top: 60px;
    transform: translateX(3px);
}

@media screen and (max-width: 1260px) { 
    .PFA.FULL .b-columns .not-full {
        max-width: 466px;
        margin-right: 35px;
    }    
}

@media screen and (max-width: 1150px) { 
    .PFA.FULL .b-columns .not-full {
        margin-right: 15px;
    }  
}

@media screen and (max-width: 1050px) { 
    .PFA.FULL .b-columns .not-full {
        max-width: 450px;
        margin-right: 5px;
    }    
}

@media screen and (max-width: 960px) {  
    .PFA.FULL {
        background: var(--dark-grey);
    }

    .PFA.FULL .b-columns {
        flex-wrap: nowrap;
    }

    .PFA.FULL .b-column {
        display: flex;
        justify-content: center;
    }
    
    .PFA.FULL .not-b-frame {
        padding: 60rem 20rem;
        max-width: var(--frame-width);
        margin: 0 auto;
    }
    
    .PFA.FULL .image img {
        padding-top: 0 !important;
    }

    .PFA.FULL .mobile-image {
        display: flex;
    }
    
    .PFA.FULL .has-mobile {
        display: none;
    }
}

@media screen and (max-width: 700px) { 
    .PFA.FULL .b-columns {
        width: 100% !important;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    
        .PFA.FULL .b-columns .not-full {
        max-width: 100% !important;
        margin-right: 0 !important;
            
    }
    .PFA.FULL .b-columns .b-button {
        width: 100% !important;
    }
}  