.row_select_title {
    color: rgba(181, 213, 219, 1);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -2.88px;
    transition: all 600ms;
    -webkit-transition: all 600ms;
}

.row_select.hovered .row_select_title {
  	color: #242C35;
}

.row_select_text {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 211px;
  	overflow: hidden;
}

.row_select_link {
/*   	overflow: hidden; */
  	width: 65px;
  	height: 64px;
}

.row_select_slide {
    opacity: 0;
    transform: translate(-220px, 0px);
  	transition: all 600ms;
  	-webkit-transition: all 600ms;
}

.row_select.hovered .row_select_slide {
    opacity: 1;
    transform: translate(0px, 0px);
}

.row_select_link img {
    transform: translate(-80px, 0px);
    opacity: 0;
  	transition: all 100ms;
  	-webkit-transition: all 100ms;
  	transition-delay: 0ms;
}

/* .row_image img {
    width: 80% !important;
} */

.row_select.hovered .row_select_link img {
    transform: translate(0px, 0px);
    opacity: 1;
  	transition: all 800ms;
  	-webkit-transition: all 800ms;
}

/* .row_select_link {
    display: none;
} */

.row_select, .row_select a {
    display: flex;
    width: 100%;
    justify-content: space-between;
  	cursor: pointer;
}

.row_select_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.row_image {
    width: 40%;
    padding-right: 0%;
    height: 39vw;
    border-radius: 16px;
    border: 1px solid var(--1px-Stroke, #242C35);
    box-shadow: 1px 1px 0px 0px #242C35;
    overflow: hidden;
    margin-bottom: 5px;
    max-height: 575px;
}

.row_selects {
    width: 50%;
}

.blue_row_select {
  	width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* .row_image img {
    border-radius: 16px;
    border: 1px solid var(--1px-Stroke, #242C35);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, #D0D0D0;
    box-shadow: 1px 1px 0px 0px #242C35;
} */








@media all and (max-width: 900px) {
  .row_image {
    display: none!important;
	}
  
  .row_selects {
    width: 100%!important;
}
  
  .row_selects, .row_select, .row_select_title, .row_select a {
    overflow: visible!important;
}
  
  .row_selects {
    margin-bottom: 25px!important;
}
}





