.contact-us-h-cont {
    margin-top: 50px;
    padding: 20px;
    background: #3c3e40;
}

.contact-us-h-cont p {
    width: 100%;
    font-size: 33px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: center;
}

.contact-details-cont {
    width: 100%;
    /* padding: 10px; */
    margin-top: 80px;
    background: #3c3e40;
}

.mail-details-cont {
    width: 100%;
    height: fit-content;
    /* padding: 10px; */
    margin-top: 80px;
}

.form-cont {
    /* height: 90%; */
    width: 90%;
    border-radius: 14px;
    background-color: white;
}

.details-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.details-cont:nth-child(1) {
    border-right: 1px solid white;
}

.details-cont:nth-child(2) {
    border-right: 1px solid white;
}

.contact-details-logo {
    height: 50%;
    width: 50%;
    position: relative;
}

.details-cont-details p:nth-child(1) {
    font-size: 25px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: left;
    width: 100%;
}

.details-cont-details p:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: justify;
    width: 100%;
}

.details-cont-details p a {
    color: rgb(255, 255, 255);
}

.mail-side-2-cont p:nth-child(1) {
    font-size: 25px;
    font-weight: 700;
    color: rgb(46, 46, 46);
    text-align: left;
    width: 100%;
}

.mail-side-2-cont p:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    color: rgb(46, 46, 46);
    text-align: left;
    width: 100%;
}

.form-cont button {
    /*border: 1px solid white;*/
    /*color: #3c3e40;*/
    /*font-size: 19px;*/
    /*font-weight: 600;*/
    /*background: white;*/
    /*padding: 10px;*/
    /*border-radius: 12px;*/
}

