.lage-hero-title {
    position: absolute;
    left: auto;
    right: 0;
    top: 10%;
    background-color: #6b4d40cc;
    height: 80%;
    padding: 101px 71px 61px 71px;
    width: 785px;
}

.lage-hero-title h1 {
    text-align: right;
    font-family: 'Roboto', serif;
	color:white;
	text-transform:uppercase;
	font-weight: 700;
    font-size: 64px;
    line-height: 120.77%;
}

.lage-hero-image {
    width: 80%;
    max-width: 1085px;
}

@media (max-width: 1200px) {

    .lage-hero-title {
        padding: 80px 70px 60px 70px;
        width: 785px;
    }

    .lage-hero-title h1 {
        font-size: 70px;
        line-height: 110%;
    }
}

@media (max-width: 992px) {

    .lage-hero-title {
        padding: 60px 30px 40px 30px;
        width: 540px;
    }

    .lage-hero-title h1 {
        font-size: 54px;
        line-height: 110%;
    }
}

@media (max-width: 768px) {

    .lage-hero-title {
        padding: 50px 20px 40px 20px;
        width: 400px;
    }

    .lage-hero-title h1 {
        font-size: 34px;
        line-height: 98%;
    }
}

@media (max-width: 468px) {
    .lage-hero-title {
        display: flex;
        align-items: center;
        width: 90%;
        left: 5%;
        right: 5%;
        padding: 50px 10px 40px 10px;
    }

    .lage-hero-image{
        width: 100%;
    }

    .lage-hero-title h1{
        font-size: 31px;
    }
}
