.double_banner{
    display: flex;
    width: 100%;
    height: 90vh;

    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.right, .left{
    flex: 1;
}
.left{
    background-color: rgb(143, 140, 69);
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.left p
{
    text-align: right;
    margin-top: 2.6vh;
    margin-left: 3.7vw;
    margin-right: 3.7vw;
    font-size: calc(3 * (1vw + 1vh)/2);

    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    color: white;
    letter-spacing: 1px;
   
}
.left p.name_p
{   font-size: calc(2 * (1vw + 1vh)/2);
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    color: rgb(0, 0, 0);
}
.right img{
    width: 100%;
    height: 100%;
}