#contactmain {
    display:flex;
    flex-direction:row;
    align-items:stretch;
    margin-bottom:40px;
    gap:20px;
}

#contactimg{
    width:30%;
    height: 400px;
    flex-shrink:0;
}
#contactimg img{
    width:100%;
    border-radius:20px;
    border: solid 2px var(--secondary-dark-color);
    height:100%;
    object-fit:cover;
}
#contactsection{
    width:60%;
    font-size:1.5vw;
    line-height:1.6;
    /* Ensure child elements like #softwareicons don't overflow */
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
}

#BIGcontactsection{
    width:100%;
    font-size:1.5vw;
    line-height:1.6;
    /* Ensure child elements like #softwareicons don't overflow */
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
}

#contactsection h3{
    border-bottom: 2px solid var(--secondary-dark-color);
}

#contactimg, #contactsection{
    padding:20px;
}




iframe {
    width: 100%;
    height: 400px;
    border: none;
    object-fit: cover;
}









