.leftright_content h2 {
    font-family: 'Grenette Pro Bold', Helvetica, Arial, Lucida, sans-serif;
    font-size: 40px;
    color: #242c35 !important;
    letter-spacing: -1.7px;
    line-height: 90%;
    margin-bottom: 20px;
}

.leftright_copy {
    color: #57595C;
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.leftright_image_holder {
    width: 50%;
    height: 50vw;
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    border-width: 1px;
    border-color: #414141;
    box-shadow: 1px 1px 0px 0px #414141;
}

.leftright_image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
}

.leftright_content {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 5%;
    box-sizing: border-box;
    flex-direction: column;
}

.left_right_section {
    display: flex;
    padding: 2.5% 0%;
    box-sizing: border-box;
    gap: 80px;
}


@media all and (max-width: 1000px) {
  .left_right_section {
    display: flex;
    padding: 2.5% 0%;
    box-sizing: border-box;
    gap: 40px;
  }
  
  .leftright_content {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 5% 5%;
    box-sizing: border-box;
    flex-direction: column;
    order: 2;
}

.leftright_image_holder {
    width: 100%;
    height: 100vw;
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    border-width: 1px;
    border-color: #414141;
    box-shadow: 1px 1px 0px 0px #414141;
}

}
  
  
  
  
  
  
  