.lage-hero-title {
    position: absolute;
    left: auto;
    bottom: 0;
    background-color: #6b4d40cc;
    height: 240px;
    padding: 29px 306px 52px 124px;
    width: 822px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
}

.lage-hero-title h1 {
    font-family: 'Roboto', serif;
	color:white;
	font-weight: 400;
    font-size: 64px;
    line-height: 76px;
}

.lage-hero-image {
    max-width: 1720px;
    height: 496px;
}

.lage-hero-image img{
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

@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: 0;
        right: 0;
        padding: 50px 10px 40px 10px;
    }

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

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