@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

#mainContent {
    background: white;
}

.jumbotron {
    margin-bottom: 30px;
    min-height: 475px;
}
.jumbotron .img {
    height: 475px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    background-repeat: no-repeat;
    z-index: 0;
}
.jumbotron .wrapper {
    padding-top: 200px;
    padding-left: 150px;
    z-index: 999;
    position: relative
}
.jumbotron .wrapper .title{
    color: white;
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 600;
    font-family: "adobe-garamond-pro", serif;
    margin-bottom: 40px;
    width: 50%;
}
.jumbotron .wrapper .lead-wrapper{
    height: auto;
    width: 100%;
}
.jumbotron .wrapper .lead-wrapper .lead{
    position: relative;
    left: 50%;
    width: 50%;
    background-color: white;
    margin: 0;
    padding: 40px 50px 80px 57px;
    color: black;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: Helvetica, Arial, Meiryo, sans-serif;
    min-height: 250px;
}

@media screen and (max-width: 860px) {
    .jumbotron {
        margin-bottom: 30px;
        min-height: 266px;
    }
    .jumbotron .img {
        height: 266px;
        width: 100%;
        background-position: center !important;
        background-size: cover !important;
        display: flex;
        align-items: center;
        position: absolute;
        box-sizing: border-box;
        background-repeat: no-repeat;
        z-index: 0;
    }
    .jumbotron .wrapper {
        padding-top: 50px;
        padding-left: 30px;
        z-index: 999;
        position: relative
    }
    .jumbotron .wrapper .title{
        color: white;
        font-size: 28px;
        line-height: 28px;
        font-weight: 600;
        font-family: "adobe-garamond-pro",sans-serif;
        margin-bottom: 40px;
        width: 70%;
    }
    .jumbotron .wrapper .lead-wrapper{
        background-color: white;
    }
    .jumbotron .wrapper .lead-wrapper .lead{
        position: unset;
        left: unset;
        width: unset;
        padding-top: 30px;
        padding-left: 20px;
        padding-bottom: 20px;
        color: black;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        font-family: Helvatica, Arial, sans-serif;
        min-height: 150px;
    }
}
