@media screen and (min-width: 1180px) {
    #hero {

    }

    .hero-setlak {
        margin-top: 0px;
    }

    .hero-btn {
        margin-left: 0;
        margin-right: 20px;
    }

    .hero-content .left-col {
        text-align: left;
    }

    .newsletter_form .input_container {
        justify-content: space-between;
    }

    .newsletter_form input[type='text'] {
        width: clamp(300px, 100%, 390px);
    }

    #question_mark {
        bottom: 147px;
        right: 273px;
    }

    #contact_form .form-container .left-col {
        margin-right: 60px;
    }

    .contact-form #contact_light {
        left: 80px;
        bottom: -30px;
    }

    .contact-form #contact_question {
        bottom: -50px;
        right: 270px;
    }

    #good_names .content .first_p {
        margin-left: 120px;
    }

    #hero .logo-image {
        margin-left: 75px;
    }
}
