.registration-image {
    max-width: 50%;
    height: auto;
    justify-content: center;
    padding-right: 50px;
}

.registration-btn {
    transform: scale(1);
}

.registration-container{
    padding-top: 10px;
}


@media only screen and (max-width: 600px){
    .registration-btn {
        transform: scale(0.75);
    }
        .registration-image {
            max-width: 75%;
        }
}