.become-cover{
    position: relative;
    width: 100%;
    height: 300px;
}
.become-cover img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}
h2{
    font-size: 38px;
    line-height: 30px;
    color: #1b1b5c;
    font-weight: 600;
}
p{
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.btn-become-page{
    background: #1b1b5c;
    color: #fff;
    border-radius: 10px;
    transition: all .5s ease-in-out;
}
.btn-become-page:hover{
    color: #fff !important;
    background: #ee552f;
}
@media(max-width:992px){
    h2{
        font-size: 30px;
        line-height: 30px;
    }
    p{
        font-size: 12px;
        line-height: 18px;
    }
}