.result_title {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
  	width: calc(50% - 100px)
}

.result_image {
    height: 80px;
    width: 80px;
    border-radius: 8px;
    border: 1px solid var(--1px-Stroke, #242C35);
    background: url(_path-to-image.html>) lightgray -36.017px 0px / 162.405% 100% no-repeat, #D9D9D9;
    box-shadow: 1px 1px 0px 0px #242C35;
    background-position: center;
    background-size: cover;
}

.result_copy {
    overflow: hidden;
    color: #57595C;
    leading-trim: both;
    text-edge: cap;
    text-overflow: ellipsis;
/*     white-space: nowrap; */
    font-family: "Medium LL";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.result_button a {
    border-radius: 40px;
    border: 1px solid #414141;
    background: #FFAF1F;
    box-shadow: 1px 1px 0px 0px #414141;
    padding: 10px 22px;
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Garton Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 1.26px;
    text-wrap: nowrap;
}

.result_button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.result_item {
    border-radius: 16px;
    border: 1px solid var(--1px-Stroke, #242C35);
    background: #FFF;
    box-shadow: 1px 1px 0px 0px #242C35;
    display: flex;
    align-items: center;
    min-height: 136px;
    padding: 0% 5%;
    margin-bottom: 16px;
    gap: 32px;
}

.result_title {
    width: calc(50% - 102px);
}

.result_copy {
    width: calc(50% - 225px);
}