@font-face {
    font-family: 'Synco';
    src: url('../fonts/Syncopate-Regular.ttf') ; /* Adjust the path as needed */
    font-weight: normal; /* or 400 */
    font-style: normal; /* or italic, if it's an italic font */
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat3';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf'); /* Adjust the path as needed */
    font-weight: normal; /* or 400 */
    font-style: normal; /* or italic, if it's an italic font */
    font-display: swap;
}

#container-contact{
    margin-top: 120px;
}

.contact-section {
    padding: 20px 0;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form label {
    font-weight: bold;
}

.google-maps iframe {
    width: 100%;
    height: 450px; /* Adjust height as per requirement */
    border: none;
}

.kontakt-header {
    margin-bottom: 30px;
}

.text-between-lines-kontakt {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Synco', sans-serif;
}

.text-between-lines-kontakt::before,
.text-between-lines-kontakt::after {
    content: '';
    flex: 1;
    border-top: 1px solid #000;
    margin: auto;
}

.text-between-lines-kontakt span {
    margin: 0 15px;
}

@media screen and (max-width: 768px) {
    #container-contact {
        margin-top: 100px;
    }
    .text-between-lines-kontakt {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    #container-contact {
        margin-top: 90px;
    }
    .text-between-lines-kontakt {
        font-size: 25px;
    }
}
.company-info, .people-info {
    padding: 15px;
    font-family: 'Montserrat3', sans-serif;
}


.vertical-line-contact{
    color: black;
   width: 1px;
}

/* Responsive Adjustments */
