.Registration__banner {
    position: relative;
    font-size: 0;
}
.Registration__banner img {
    width: 100%;
}
.Registration__banner .banner__contanier {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Registration__banner .banner__contanier__innr {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    margin: auto;
}
@media only screen and (min-width: 768px) {
    .Registration__banner .banner__contanier__innr {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1024px) {
    .Registration__banner .banner__contanier__innr {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1440px) {
    .Registration__banner .banner__contanier__innr {
        font-size: 40px;
    }
}
.Registration__explain {
    padding: 40px 16px;
}
.Registration__explain p {
    font-size: 16px;
    margin-bottom: 26px;
}
.Registration__explain span{
    color: #95E012;
    font-weight: 400;
}
.Registration__explain span a{
    color: #95E012;
    text-decoration: none;
    font-weight: 400;
}
.Registration__explain span a.register__now{
    color: #95E012;
    text-decoration: underline;
    font-weight: 800;
}

@media only screen and (min-width: 768px) {
    .Registration__explain {
        padding: 40px 100px 40px 68px;
    }
}
@media only screen and (min-width: 1024px) {
    .Registration__explain {
        padding: 40px 200px 66px 168px;
    }
}
@media only screen and (min-width: 1280px) {
    .Registration__explain {
        padding: 40px 256px 40px 224px;
    }
}
@media only screen and (min-width: 1440px) {
    .Registration__explain {
        padding: 40px 0;
        max-width: 960px;
        margin: auto;
    }
}
