* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
    background-image: url(images/city.png);
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

.navbar {
    background: #ff0000;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999; 
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
}

.navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

#navbar__logo {
    background: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 2rem;
    padding: 0 0 0 40px;
    max-width: 1000px;
    width: 100%;
    overflow: hidden;
}

#navbar__logo img {
    height: 650px;
    width: auto;
    display: block;
    max-width: 100%;
    transition: height 0.3s, max-width 0.3s;
    position: relative;
    top: 16px;
}

.fa-gem {
    margin-right: 0.5rem;
}

.navbar__menu {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

.navbar__item {
    height: 80px;
}

.navbar__links {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
}

.navbar__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    height: auto;
    width: auto;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #000000;
    color: #fff;
    font-size: 1rem;
    margin-top: 1rem;
    box-sizing: border-box;
}

.button:hover {
    background: #ff0000;
    transition: all 0.3s ease;
}
    
.navbar__links:hover{
    color: #000000;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
    #navbar__logo {
        max-width: 300px;
        padding-left: 24px;
    }
    #navbar__logo img {
        height: 90px;
    }
}

@media screen and (max-width: 960px) {
    .navbar__container {
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }

    .navbar__menu {
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        opacity: 0;
        transition: all 0.5 ease;
        height: 50vh;
        z-index: -1;
        background: #131313;
    }

    .navbar__menu.active {
        background: #131313;
        top: 100%;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 99;
        height: 50vh;
        font-size: 1.6rem;
    }

    #navbar__logo {
        max-width: 180px;
        padding-left: 12px;
    }

    .navbar__toggle .bar {
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #fff;
    }

    .navbar__item{
        width: 100%;
    }

    .navbar__links {
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;
    }

    #mobile-menu {
        position: absolute;
        top: 20%;
        right: 5%;
        transform: translate(5%, 20%);
    }

    .navbar__btn{
        padding-bottom: 2rem;
    }

    .button{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 80px;
        margin: 0;
    }

    .navbar__toggle .bar {
        display: block;
        cursor: pointer;
    }

    #mobile-menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }

    #mobile-menu.is-active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    #mobile-menu.is-active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }


}


/* Hero Section CSS! */
.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh; /* Ensures .main fills the viewport */
    width: 100%;
    height: 100vh;
    position: relative;
    background: transparent;
    padding: 0 1rem;
    box-sizing: border-box;
}

.main__container {
    width: 100%;
    max-width: 600px;
    margin: 0;
    box-sizing: border-box;
}

.main__content {
    position: static;
    text-align: left;
    width: 100%;
    color: #fff;
    padding: 1rem 0 1rem 2rem;
    box-sizing: border-box;
    display: block;
}

.main__content h1 {
    display: none;
}

.main__content .main-title-image {
    display: block;
    position: relative;
    left: auto;
    right: -150px;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
    margin-top: 0;
    float: none !important;
    clear: both;
}

.main__content h3 {
    font-size: 20px;
    word-break: break-word;
    text-align: left;
    margin-left: 0;
    position: relative;
    left: 200px;   /* move right */
    top: 10px;    /* move down */
    display: block;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    position: static;
}

.main__content p {
    font-style: italic;
    margin-top: -1rem;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    word-break: break-word;
    text-align: right;
    margin-left: auto;
    margin-right: -55.2rem;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .main__content h1 {
        font-size: 2rem;
    }
    .main__content h2 {
        font-size: 1.5rem;
    }
    .main__content p {
        font-size: 1rem;
    }
    .services h1 {
        font-size: 1.5rem;
    }
    .services__card {
        max-width: 95vw;
        padding: 0.5rem;
    }
    .button {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}

@media screen and (max-width: 480px) {
    .main__content h1 {
        font-size: 1.2rem;
    }
    .main__content h2 {
        font-size: 1rem;
    }
    .main__content p {
        font-size: 0.9rem;
    }
    .services h1 {
        font-size: 1.1rem;
    }
    .services__card {
        max-width: 100vw;
        padding: 0.25rem;
    }
    .button {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
}

/* iPhone Media Queries */
/* iPhone SE, 5S, 5 (320px) */
@media only screen 
and (device-width: 320px) 
and (device-height: 568px) 
and (-webkit-device-pixel-ratio: 2) {
    .main__container {
        padding: 0.5rem;
    }
    .main-title-image {
        max-width: 280px;
        margin: 1rem 0;
        left: -5rem !important;
    }
    .main__content h3 {
        font-size: 1rem !important;
        max-width: 280px;
        text-align: center;
        margin: 1rem auto;
        left: 0;
        position: static;
    }
    .main__content p {
        font-size: 0.9rem;
        margin-right: 0;
        text-align: center;
        max-width: 280px;
        margin: 0.5rem auto;
    }
    .right-image {
        position: static;
        max-width: 280px;
        margin: 1rem auto;
        transform: none;
        top: 0;
    }
    #navbar__logo img {
        height: 60px;
    }
    .services__card {
        padding: 0.75rem;
    }
}

/* iPhone 6, 6S, 7, 8 (375px) */
@media only screen 
and (device-width: 375px) 
and (device-height: 667px) 
and (-webkit-device-pixel-ratio: 2) {
    .main__container {
        padding: 0.75rem;
    }
    .main-title-image {
        max-width: 320px;
        margin: 1rem 0;
        left: -5rem !important;
    }
    .main__content h3 {
        font-size: 1.1rem !important;
        max-width: 320px;
        text-align: center;
        margin: 1rem auto;
        left: 0;
        position: static;
    }
    .main__content p {
        font-size: 1rem;
        margin-right: 0;
        text-align: center;
        max-width: 320px;
        margin: 0.75rem auto;
    }
    .right-image {
        position: static;
        max-width: 320px;
        margin: 1.5rem auto;
        transform: none;
        top: 0;
    }
    #navbar__logo img {
        height: 70px;
    }
    .services__card {
        padding: 1rem;
    }
}

/* iPhone 6+, 6S+, 7+, 8+ (414px) */
@media only screen 
and (device-width: 414px) 
and (device-height: 736px) 
and (-webkit-device-pixel-ratio: 3) {
    .main__container {
        padding: 1rem;
    }
    .main-title-image {
        max-width: 350px;
        margin: 1.5rem 0;
        left: -5rem !important;
    }
    .main__content h3 {
        font-size: 1.2rem !important;
        max-width: 350px;
        text-align: center;
        margin: 1.5rem auto;
        left: 0;
        position: static;
    }
    .main__content p {
        font-size: 1.1rem;
        margin-right: 0;
        text-align: center;
        max-width: 350px;
        margin: 1rem auto;
    }
    .right-image {
        position: static;
        max-width: 350px;
        margin: 2rem auto;
        transform: none;
        top: 0;
    }
    #navbar__logo img {
        height: 80px;
    }
    .services__card {
        padding: 1.25rem;
    }
}

/* iPhone X, XS, 11 Pro (375px) */
@media only screen 
and (device-width: 375px) 
and (device-height: 812px) 
and (-webkit-device-pixel-ratio: 3) {
    .main__container {
        padding: 1rem;
    }
    .main-title-image {
        max-width: 335px;
        margin: 1.5rem 0;
        left: -5rem !important;
    }
    .main__content h3 {
        font-size: 1.2rem !important;
        max-width: 335px;
        text-align: center;
        margin: 1.5rem auto;
        left: 0;
        position: static;
    }
    .main__content p {
        font-size: 1.1rem;
        margin-right: 0;
        text-align: center;
        max-width: 335px;
        margin: 1rem auto;
    }
    .right-image {
        position: static;
        max-width: 335px;
        margin: 2rem auto;
        transform: none;
        top: 0;
    }
    #navbar__logo img {
        height: 75px;
    }
    .services__card {
        padding: 1.25rem;
    }
}

/* iPhone XR, 11 (414px) */
@media only screen 
and (device-width: 414px) 
and (device-height: 896px) 
and (-webkit-device-pixel-ratio: 2) {
    .main__container {
        padding: 1rem;
    }
    .main-title-image {
        max-width: 374px;
        margin: 1.5rem 0;
        left: -5rem !important;
    }
    .main__content h3 {
        font-size: 1.3rem !important;
        max-width: 374px;
        text-align: center;
        margin: 1.5rem auto;
        left: 0;
        position: static;
    }
    .main__content p {
        font-size: 1.2rem;
        margin-right: 0;
        text-align: center;
        max-width: 374px;
        margin: 1rem auto;
    }
    .right-image {
        position: static;
        max-width: 374px;
        margin: 2rem auto;
        transform: none;
        top: 0;
    }
    #navbar__logo img {
        height: 85px;
    }
    .services__card {
        padding: 1.5rem;
    }
}

/* iPhone 12, 12 Pro (390px) */
@media only screen 
and (device-width: 390px) 
and (device-height: 844px) 
and (-webkit-device-pixel-ratio: 3) {
    .main__container {
        padding: 1rem;
    }
    .main-title-image {
        max-width: 350px;
        margin: 1.5rem 0;
        left: -5rem !important;
    }
    .main__content h3 {
        font-size: 1.25rem !important;
        max-width: 350px;
        text-align: center;
        margin: 1.5rem auto;
        left: 0;
        position: static;
    }
    .main__content p {
        font-size: 1.15rem;
        margin-right: 0;
        text-align: center;
        max-width: 350px;
        margin: 1rem auto;
    }
    .right-image {
        position: static;
        max-width: 350px;
        margin: 2rem auto;
        transform: none;
        top: 0;
    }
    #navbar__logo img {
        height: 80px;
    }
    .services__card {
        padding: 1.5rem;
    }
}

/* iPhone 12 Pro Max, 13 Pro Max (428px) */
@media only screen 
and (device-width: 428px) 
and (device-height: 926px) 
and (-webkit-device-pixel-ratio: 3) {
    .main__container {
        padding: 1.25rem;
    }
    .main-title-image {
        max-width: 388px;
        margin: 2rem 0;
        left: -5rem !important;
    }
    .main__content h3 {
        font-size: 1.4rem !important;
        max-width: 388px;
        text-align: center;
        margin: 2rem auto;
        left: 0;
        position: static;
    }
    .main__content p {
        font-size: 1.25rem;
        margin-right: 0;
        text-align: center;
        max-width: 388px;
        margin: 1.25rem auto;
    }
    .right-image {
        position: static;
        max-width: 388px;
        margin: 2.5rem auto;
        transform: none;
        top: 0;
    }
    #navbar__logo img {
        height: 90px;
    }
    .services__card {
        padding: 1.75rem;
    }
}

/* iPhone 14 Pro, 15 Pro (393px) */
@media only screen 
and (device-width: 393px) 
and (device-height: 852px) 
and (-webkit-device-pixel-ratio: 3) {
    .main__container {
        padding: 1.25rem;
    }
    .main-title-image {
        max-width: 353px;
        margin: 1.75rem 0;
        left: -5rem !important;
    }
    .main__content h3 {
        font-size: 1.3rem !important;
        max-width: 353px;
        text-align: center;
        margin: 1.75rem auto;
        left: 0;
        position: static;
    }
    .main__content p {
        font-size: 1.2rem;
        margin-right: 0;
        text-align: center;
        max-width: 353px;
        margin: 1.25rem auto;
    }
    .right-image {
        position: static;
        max-width: 353px;
        margin: 2.25rem auto;
        transform: none;
        top: 0;
    }
    #navbar__logo img {
        height: 82px;
    }
    .services__card {
        padding: 1.5rem;
    }
}

/* iPhone 14 Pro Max, 15 Pro Max (430px) */
@media only screen 
and (device-width: 430px) 
and (device-height: 932px) 
and (-webkit-device-pixel-ratio: 3) {
    .main__container {
        padding: 1.5rem;
    }
    .main-title-image {
        max-width: 390px;
        margin: 2rem 0;
        left: -5rem !important;
    }
    .main__content h3 {
        font-size: 1.4rem !important;
        max-width: 390px;
        text-align: center;
        margin: 2rem auto;
        left: 0;
        position: static;
    }
    .main__content p {
        font-size: 1.25rem;
        margin-right: 0;
        text-align: center;
        max-width: 390px;
        margin: 1.5rem auto;
    }
    .right-image {
        position: static;
        max-width: 390px;
        margin: 2.5rem auto;
        transform: none;
        top: 0;
    }
    #navbar__logo img {
        height: 92px;
    }
    .services__card {
        padding: 1.75rem;
    }
}

/* iPhone 14, 14 Plus, 15, 15 Plus (390px and 428px) */
@media only screen 
and ((device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3)),
      ((device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3)) {
    .main__container {
        padding: 1.25rem;
    }
    .main-title-image {
        max-width: 350px;
        margin: 1.75rem auto;
        left: -5 !important;
    }
    .main__content h3 {
        font-size: 1.35rem !important;
        max-width: 350px;
        text-align: center;
        margin: 1.75rem auto;
        left: 0;
        position: static;
    }
    .main__content p {
        font-size: 1.2rem;
        margin-right: 0;
        text-align: center;
        max-width: 350px;
        margin: 1.25rem auto;
    }
    .right-image {
        position: static;
        max-width: 350px;
        margin: 2.25rem auto;
        transform: none;
        top: 0;
    }
    #navbar__logo img {
        height: 85px;
    }
    .services__card {
        padding: 1.5rem;
    }
}

/* iPhone 16, 16 Pro (393px) and 16 Pro Max (430px) */
@media only screen 
and ((device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3)),
      ((device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3)) {
    .main__container {
        padding: 1.5rem;
    }
    .main-title-image {
        max-width: 370px;
        margin: 2rem auto;
        left: -5 !important;
    }
    .main__content h3 {
        font-size: 1.45rem !important;
        max-width: 370px;
        text-align: center;
        margin: 2rem auto;
        left: 0;
        position: static;
    }
    .main__content p {
        font-size: 1.3rem;
        margin-right: 0;
        text-align: center;
        max-width: 370px;
        margin: 1.5rem auto;
    }
    .right-image {
        position: static;
        max-width: 370px;
        margin: 2.5rem auto;
        transform: none;
        top: 0;
    }
    #navbar__logo img {
        height: 95px;
    }
    .services__card {
        padding: 1.75rem;
    }
}

/* Modern Safari iOS support */
@supports (-webkit-touch-callout: none) {
    .main {
        min-height: -webkit-fill-available;
    }
    body {
        min-height: -webkit-fill-available;
    }
}

/* Services Section CSS */
.services {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
}

.services h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    margin-bottom: 2rem;
    word-break: break-word;
}

.services__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.services__card {
    width: 100%;
    max-width: 400px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}

@font-face {
    font-family: 'broken_15regular';
    src: url('fonts/broken15-webfont.woff2') format('woff2'),
         url('fonts/broken15-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.right-image {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    max-width: 600px;
    width: 100%;
    height: auto;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .right-image {
        position: static;
        display: block;
        margin: 2rem auto 0 auto;
        max-width: 80vw;
        right: auto;
        top: auto;
        transform: none;
    }
}

@media screen and (min-width: 1025px) {
    body {
        min-height: 100vh;
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }
    .main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-height: 100vh;
        width: 100%;
        height: 100vh;
        position: relative;
        background: transparent;
        padding: 0 1rem;
        box-sizing: border-box;
    }
    .main__container {
        width: 100%;
        max-width: 700px;
        margin: 0;
        box-sizing: border-box;
    }
    .main__content {
        position: relative;
        text-align: left;
        width: 100%;
        color: #fff;
        padding: 1rem 0 1rem 2rem;
        box-sizing: border-box;
    }
    .main-title-image {
        display: block;
        position: relative;
        float: none;
        max-width: 300px;
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
        margin-top: 0;
        box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        border-radius: 8px;
    }
    .main__content h3 {
        font-size: 2rem;
        margin-bottom: 1rem;
        word-break: break-word;
        display: block;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        position: static;
    }
    .main__content p {
        font-size: 1.5rem;
        font-style: italic;
        word-break: break-word;
        text-align: right;
        margin-left: auto;
        margin-right: -8rem;
        max-width: 400px;
        position: relative;
        top: -2rem;
    }
    .right-image {
        display: block;
        position: relative;
        max-width: 350px;
        width: 100%;
        height: auto;
        margin: 2rem auto 0 auto;
        box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        border-radius: 8px;
    }
    .services {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 1rem;
        box-sizing: border-box;
    }
    .services h1 {
        font-size: 3.5rem;
        margin-bottom: 2rem;
        word-break: break-word;
    }
    .services__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 1rem;
    }
    .services__card {
        width: 100%;
        max-width: 400px;
        color: #fff;
        background: rgba(0,0,0,0.5);
        padding: 1rem;
        border-radius: 8px;
        text-align: center;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        padding: 0.75rem 1.5rem;
        height: auto;
        width: auto;
        border: none;
        outline: none;
        border-radius: 4px;
        background: #000000;
        color: #fff;
        font-size: 1rem;
        margin-top: 1rem;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1920px) {
    .main__container {
        max-width: 1200px;
        margin-left: 4rem;
        margin-right: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .main__content {
        flex: 2;
        padding: 2rem 0 2rem 0;
        position: relative;
        text-align: left;
        color: #fff;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .main-title-image {
        display: block;
        position: relative;
        float: none;
        max-width: 400px;
        width: 50%;
        height: auto;
        margin-bottom: 2rem;
        margin-top: 0;
        align-self: flex-start;
    }
    .main__content h3 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        word-break: break-word;
        max-width: 700px;
        white-space: normal;
        line-height: 1.5;
        display: block;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        right: 11rem;
        position: static;
    }
    .main__content p {
        font-size: 1rem;
        font-style: italic;
        word-break: break-word;
        text-align: right;
        margin-left: auto;
        margin-right: -rem;
        max-width: 400px;
        position: relative;
        top: -5rem;
    }
    .right-image {
        flex: 1;
        display: block;
        position: relative;
        max-width: 500px;
        width: 100%;
        height: auto;
        margin: 0 0 0 40rem;
        top: -25rem;
        border-radius: 0px;
        align-self: flex-start;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1366px) and (min-height: 768px) and (max-height: 768px) {
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .main__container {
    max-width: 800px;
    margin-left: 1rem;
    margin-right: 0;
  }
  .main-title-image {
    max-width: 450px !important;
    margin-bottom: 1.5rem;
    position: relative;
    top: 2rem !important;
    left: -2rem !important;
  }
  .main__content h3 {
    font-size: 1.3rem !important;
    max-width: 500px !important;
    line-height: 1.2 !important;
    word-break: break-word !important;
    white-space: normal !important;
    display: block;
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    position: static;
  }
  .main__content p {
    font-size: 1rem;
    max-width: 280px;
    margin-right: -7rem;
    top: -0.5rem;
  }
  .right-image {
    max-width: 450px;
    margin: 1rem 0 0 2rem;
    top: -18rem;
    right: -18rem !important;
  }
  #navbar__logo img {
    height: 500px;
    top: 12px;
  }
  .services h1 {
    font-size: 1.8rem;
  }
  .services__card {
    max-width: 320px;
    padding: 1rem;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .main__container {
    max-width: 900px;
    margin-left: 2rem;
    margin-right: 0;
  }
  .main-title-image {
    max-width: 500px !important;
    margin-bottom: 1.5rem;
    position: relative;
    top: 1rem !important;
    left: -3rem !important;
  }
  .main__content h3 {
    font-size: 1.5rem !important;
    max-width: 550px !important;
    line-height: 1.1 !important;
    word-break: break-word !important;
    white-space: normal !important;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    position: static;
  }
  .main__content p {
    font-size: 1.1rem;
    max-width: 300px;
    margin-right: -9rem;
    top: -1rem;
  }
  .right-image {
    max-width: 500px;
    margin: 1rem 0 0 2rem;
    top: -20rem;
    right: -22rem !important;
  }
  #navbar__logo img {
    height: 600px;
    top: 8px;
  }
  .services h1 {
    font-size: 2rem;
  }
  .services__card {
    max-width: 350px;
    padding: 0.5rem;
  }
}

@media screen and (min-width: 1920px) {
    /* Move main__content h3 to the right for 1920x1080 screens */
    .main__content h3 {
        position: relative;
        left: 12rem;
    }
}


