.banner-text {
    position: absolute;
    top: 8px;
    right: 16px;
    text-align: right;
}
.banner-text h3 {
    text-align: right; font-weight: bold; font-size: 46px; font-family: Cabin
}
.banner-text h5 {
    text-align: right; font-weight: bold;font-size: 22px;font-family: Cabin
}
.banner-text a button {
    width: 279px; height: 68px; font-size: 32px; font-weight: bold; font-family: Cabin
}
.container-img2 {
    position: 				relative;
    text-align: 			center;
    padding: 				0px!important;
}

@media screen and (max-width: 920px) {
    .grey-box2 {
        margin: 0px !important;
    }
}

@media screen and (max-width: 768px){
    .banner-text {
        top: 0px;
    }
    .banner-text h3 {
       font-size: 25px;
    }
    .banner-text h5 {
       font-size: 25px;
    }
    .banner-text a button {
        font-size: 20px;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 600px){
    .banner-text h3 {
        font-size: 20px;
        margin: 10px;
        text-align: right;
    }
    .banner-text h5 {
        font-size: 20px;
        margin: 10px;
        color: white;
        text-align: right;
    }
    .banner-text a button {
        font-size: 15px;
        width: 30%;
        height: auto;
    }
}