@media (max-width: 1130px) {
    .offset-image {
        display: none;
    }
}

.offset-image {
    position: absolute;
    top: -18%;
    left: 10%;
    border: solid white 6px;
}

.offset-image-parent {
    top: -15%;
}

a {
    color: #f7f8f9;
    /* Change this to your desired color */
    text-decoration: none;
    /* Remove the underline if you don't want it */
}

/* Hover state */
a:hover {
    color: #cfc2b4;
    /* Change this to your desired hover color */
}

a.white-hover:hover {
    color: white;
}

@media (max-width: 768px) {
    h2 {
        font-size: 20px; /* Decrease the font size for h2 on smaller screens */
    }
    
    h3 {
        font-size: 16px; /* Decrease the font size for h3 on smaller screens */
    }
}
