#header{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
}
#contact-cards{
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
}
.contact-card{
    background-color: var(--ice-blue-light);
    border: 1px solid var(--ice-blue);
    width: 32.5% !important;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.contact-card .ic img{
    filter: var(--primary-f) !important;
}
.contact-card .ic{
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-bottom: 16px;*/
}
#map-address-img{
    object-fit: cover;
}
#address-map{
    margin-top: 16px !important;
    height: 400px;
    object-fit: cover;
}
#faq-link{
    display: flex;
    align-items: center;
    justify-content:space-between;
    background-color: var(--navy);
    color: white;
}
#bg-decor{
    transform: rotateX(60deg);
    position: absolute;
    left: -30px;
    top: -40px;
    z-index: 0;
    width: 550px;
}
.deco{
    background-color: var(--ice-blue);
    width: 100%;
    height: 1px;
}
#about-complain{
    height: 20px;
    opacity: 0.7;
    object-fit: scale-down !important;
}
#about-emails{
    height: 14px;
    opacity: 0.7;
    object-fit: scale-down !important;
}
#programming-languages{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: var(--lightest-gray);
    background-image: url("../img/patterns/iceblue-dots.png");
    background-position: center;
    background-attachment: fixed;
}
.skill-icon{
    height: 60px;
    margin: 4px 8px;
}
#fields-of-experty{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#q-desc-section{
    background-image: url("../img/patterns/bg-icon.png");
    background-attachment: fixed;
    background-size: 1000px;
}
.header-col{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@media (max-width: 575px) {
    #faq-link a{ margin-top: 16px;}
    #faq-link{
        flex-direction: column !important;
        align-items: center;
    }
}
@media (max-width: 768px) {
    #contact-cards{
       flex-direction: column;
    }
    .contact-card{
        width: 100% !important;
        margin-top: 16px;
    }
    .header-col{
        width: 100% !important;
    }
    #address-map{
        margin-right: 0 !important;
        margin-top: 16px !important;
    }
    #faq-link .btn{
        margin-top: 8px;
    }
    #faq-link{
        width: 100% !important;
    }
}