/* Keep header white */
.theme-header,
.theme-header-animate {
    background-color: #ffffff !important;
}

/* Remove background on hover for menu items */
.theme-header .theme-menu li a {
    background-color: transparent !important; /* no box color */
}

/* Only text turns orange on hover */
.theme-header .theme-menu li a .theme-menu-name {
    transition: color 0.3s ease;
}

.theme-header .theme-menu li a:hover .theme-menu-name {
    color: #F27650 !important; /* hover text color */
}

/* Active / clicked menu item stays orange */
.theme-header .theme-menu li.theme-menu-selected a .theme-menu-name {
    color: #F27650 !important; /* active text color */
}
.left {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;      /* keeps it on the right */
    margin-right: 150px;     /* shift slightly to the left */
}
.middle {
    margin-left: -40px; /* negative value shifts left */
}

.points {
    max-width: 900px;
    width: 100%;
    margin-left: auto;      
    margin-right: 250px;    
    transform: translate(20px, -20px); /* move 20px right, 20px up */
    transition: transform 0.3s ease;  
}

/* Medium screens (tablets) */
@media (max-width: 1024px) {
    .points {
        margin-right: 150px;
        transform: translate(15px, -15px);
    }
}

/* Small screens (mobile) */
@media (max-width: 768px) {
    .points {
        margin-right: 50px;
        transform: translate(10px, -10px);
    }
}

/* Extra small screens (phones) */
@media (max-width: 480px) {
    .points {
        margin-right: 20px;
        transform: translate(5px, -5px);
    }
}
.ruth-image {
  width: 600px;   /* or whatever exact width you want */
  height: auto;
  max-width: none;
}

<div class="tc" id="technical-support">