#contactswrapper{

    width: 80%;
    margin: auto;
    margin-top: 5%;
   
}

#generalcontacts {

    width: 94%;
    margin: 1%;
    padding: 2%;
    height: 150px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 2%;
    border-left-color: #54000b;
    border-left-width: 10px;
    border-left-style: solid;
 
   
}
#subcontactswrapper{
    text-align: left;
 

}
.subcontacts{

    background-color: #e9e9e9;
    padding: 2%;
    width: 94%;
    border-left-color: #16375f;
    border-left-width: 10px;
    border-left-style: solid;
    font-size: clamp(12px, 1vw, 14px);
    margin: 1%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.ctitle{

    font-weight: 500;
    font-size: clamp(12px, 1.2vw, 18px);

}

.subcontacts li{

    list-style: none;
}

.ctact{

    margin-left: 0; padding-left: 0;
}