.hh-wrap {
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.hh-img {
  width:100%;
  max-height:600px;
  object-fit:contain;
}
.hh-wrap .richtxt > p{
   margin-block-end: 1em;   
}

/* Desktop */
@media (min-width: 992px) {
    .newest-half .width-1 { width: 8.33%; }
    .newest-half .width-2 { width: 16.66%; }
    .newest-half .width-3 { width: 25%; }
    .newest-half .width-4 { width: 33.33%; }
    .newest-half .width-5 { width: 41.66%; }
    .newest-half .width-6 { width: 50%; }
    .newest-half .width-7 { width: 58.33%; }
    .newest-half .width-8 { width: 66.66%; }
    .newest-half .width-9 { width: 75%; }
    .newest-half .width-10 { width: 83.33%; }
    .newest-half .width-11 { width: 91.66%; }
    .newest-half .width-12 { width: 100%; }
}
.newest-half .width-1,
.newest-half .width-2,
.newest-half .width-3,
.newest-half .width-4,
.newest-half .width-5,
.newest-half .width-6,
.newest-half .width-7,
.newest-half .width-8,
.newest-half .width-9,
.newest-half .width-10,
.newest-half .width-11,
.newest-half .width-12 {
  float: left;
}

/* Mobile (below desktop size) */
@media (max-width: 991px) {
    .newest-half .width-1,
    .newest-half .width-2,
    .newest-half .width-3,
    .newest-half .width-4,
    .newest-half .width-5,
    .newest-half .width-6,
    .newest-half .width-7,
    .newest-half .width-8,
    .newest-half .width-9,
    .newest-half .width-10,
    .newest-half .width-11,
    .newest-half .width-12 {
        width: 100%; /* Full width on mobile */
    }
}

.newest-half .sysbtn.btn-blu:before {
    font: unset;
    content: '';
    display: inline-block;
    color: var(--primary) !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
    left: 10px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 448 512%22%3E%3Cpath fill%3D%22%23007bc4%22 d%3D%22M435.3 267.3L446.6 256l-11.3-11.3-168-168L256 65.4 233.4 88l11.3 11.3L385.4 240 16 240 0 240l0 32 16 0 369.4 0L244.7 412.7 233.4 424 256 446.6l11.3-11.3 168-168z%22/%3E%3C/svg%3E');
    background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 448 512%22%3E%3Cpath fill%3D%22%23007bc4%22 d%3D%22M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%22/%3E%3C/svg%3E');
    width: 1em;
    height: 1em;
    background-size
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
}