/* Sekcja "Contact" */

.contact-section {
    font-family: "Inter", sans-serif;
    background-color: #2A2926;
    background-size:cover;
    background-repeat: no-repeat;
    color: #ffffff; 
    padding: 3rem 1rem;
    text-align: center;
}
.contact-section.v2 {
    background-color: #F1F0EE;
    color: #1B1A17; 
}
@media (min-width: 768px) {
.contact-elements-box {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
}
@media (max-width: 767px) {
 .contact-elements-box {
    width: 100%;
    overflow: hidden;
}
}
.contact-element {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-element-image {
    flex-shrink: 0;
    width: 40px;
    height: auto;
}
@media (max-width: 767px) {
    .contact-element {
        display: block;
    }
    .contact-element-image {
        width: 32px;
    } 
}
.contact-element-text {
    margin: 0;
}
@media (max-width: 767px) {
    .contact-element-text {
        font-size: 14px;
    } 
}
.calendly-inline-widget {
    position: relative;
    min-width:320px;
    height:700px;
}
@media (max-width: 767px) {
    .calendly-inline-widget {
        min-width:320px;
        height:620px;
    }
}