.cormorant-garamond-regular {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.banner_index .image{
    position: relative;
}
.banner_index .image img{}
.bnr_block{
    position: absolute;
    top: 35%;
    left: 9%;    
}
.bnr_block h1{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:6rem;
    text-transform: capitalize;
    color:#2D2D2D;
    margin-bottom: 30px;
}
.bnr_block .bnr_text{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size:1.5rem;
    color:#2D2D2D;
    margin-bottom: 30px;
}
.bnr_block .bnr_btn{
    border: 2px solid #2D2D2D;
    color: #2D2D2D;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    
}
@media (max-width: 980px) {
    .bnr_block{
        position: absolute;
        top: 15%;
        left: 9%;    
    }    
}
@media (max-width: 680px) {
    .bnr_block{
        position: absolute;
        top: 5%;
        left: 5%;
        right:5%;
        text-align: center;
    }
    .bnr_block h1{
        font-family: "Cormorant Garamond", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 3rem;
        text-transform: capitalize;
        color: #2D2D2D;
        margin-bottom: 10px;
        line-height: 1;
    }
    .bnr_block .bnr_text{
        font-family: "Cormorant Garamond", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 1rem;
        color: #2D2D2D;
        margin-bottom: 10px;
        line-height: 1em;
        max-width: 292px;
        margin: 0 auto 10px auto;
    }
    .bnr_block .bnr_text br{
        display: none;  
    }
    .bnr_block .bnr_btn{
        border: 1px solid #2D2D2D;
        color: #2D2D2D;
        display: block;
        padding: 6px;
        text-align: center;
        font-size: 0.8rem;
        font-weight: 300;
        max-width: 270px;
        margin: 0 auto;
    }
}