.registration-container{
    position: relative;
    width: 100%;
    max-width: 100%;
}
.registration-container-background-img{
    width: 100%;
    height: 307px;
}
.registration-background-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.registration-wrapper{
    position: absolute;
    top: 68px;
    left: 80px;
    max-width: 56%;
}

.registration-wrapper-title{
    font-family: BioRhyme;
    font-weight: 700;
    font-size: 58px;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.registration-wrapper-subtitle{
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
}

@media screen and (max-width:768px) {

    .registration-container-background-img{
    width: 100%;
    height: 250px;
}   
    .registration-wrapper{
            max-width: 100%;
            left: 0;
            top: 73px;
            padding: 0 16px;
        }
        .registration-wrapper-title{
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 8px;
        }
        .registration-wrapper-subtitle{
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
}
}