html,
body {
    min-width: 320px;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 3.7vw;
    font-weight: bolder;
    /* width: 35%; */
    margin-bottom: 3vw;
}

.content div {
    margin-bottom: 2.5vw;
}

.thumb {
    width: 70vw;
    position: absolute;
    right: 3vw;
    bottom: 0vw;
    z-index: -1;
}

.content {
    padding-top: 7.5vw;
    padding-left: 10vw;
}

.content p {
    font-size: 1.2vw;
    line-height: 0.7vw;
    font-weight: 500;
}

.fb-logo {
    width: 2.5vw;
}

.ig-logo {
    width: 2.5vw;
    /* margin-top: 0.1vw; */
}

.waze-logo {
    width: 2.5vw;
}

@media only screen and (min-width: 2560px) {
    .social-container img {
        margin-right: 0.3vw;
    }
}

@media only screen and (min-width: 1440px) {
    .content {
        padding-top: 9.5vw;
    }
    .content p {
        font-size: 1.4vw !important;
        line-height: 1.8vw;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (min-height: 1024px) {
    .thumb {
        width: 100vw;
    }
    .content div {
        margin-bottom: 5vw;
    }
    h1 {
        font-size: 6vw;
        font-weight: bolder;
        margin-bottom: 5vw;
    }
    .content {
        padding-top: 6vw;
        padding-left: 10vw;
    }
    .content p {
        font-size: 2vw;
        line-height: 2.4vw;
        font-weight: 600;
    }
}

@media only screen and (max-width: 1024px) and (min-height: 768px) and (min-width: 800px) {
    .content p {
        font-size: 1.8vw !important;
        line-height: 2vw !important;
        font-weight: 600 !important;
    }
    .content {
        padding-top: 10.5vw !important;
        padding-left: 10vw !important;
    }
}

@media only screen and (max-width: 800px) and (min-height: 1280px) {
    .content p {
        font-size: 3.5vw !important;
        line-height: 2vw !important;
        font-weight: 600 !important;
    }
    .content {
        padding-top: 17.5vw !important;
        padding-left: 10vw !important;
    }
}

@media only screen and (max-width: 800px) {
    .fb-logo {
        width: 5.5vw;
    }
    .ig-logo {
        width: 5.5vw;
        margin-top: 0.1vw;
    }
    .waze-logo {
        width: 5.5vw;
    }
    .content div {
        margin-bottom: 8vw;
    }
    h1 {
        font-size: 8vw;
        font-weight: bolder;
        margin-bottom: 7vw;
    }
    .content {
        padding-top: 24vw;
        padding-left: 10vw;
    }
    .content p {
        font-size: 3.5vw;
        line-height: 2.4vw;
        font-weight: 500;
    }
    .thumb {
        width: 86vw;
    }
}

@media only screen and (max-width: 480px) {
    .thumb {
        width: 125vw !important;
    }
    .fb-logo {
        width: 6.4vw;
    }
    .ig-logo {
        width: 6.4vw;
        margin-top: 0.1vw;
    }
    .waze-logo {
        width: 6.5vw;
    }
}