.contact--first--column {
    padding-right: 30px;
}

.contact--first--column label {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    padding-bottom: 16px;
}

.contact--first--column span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(41, 50, 105, .5);
    margin-bottom: 30px;
    display: block;
}

.contact--first--column .contactDetails {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.contact--first--column .contactDetails .contact--icon {
    min-width: 40px;
    height: 40px;
    background-color: #fef0e8;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact--first--column .contactDetails .contact--icon i {
    font-size: 18px;
    margin: auto;
    color: #FFB438;
}

.contact--first--column .contactDetails .Detail {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.contact--first--column .contactDetails .Detail a {
    color: #000 !important;
}

.contact--first--column .contactDetails .Detail a:hover {
    color: #f37120 !important;
}

.contact--second--column {
    box-shadow: 0 3px 20px rgb(13 47 85 / 8%);
    border-radius: 4px;
    padding: 40px 30px;
}

.contact--second--column label {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(41, 50, 105, .5);
}

.contact--second--column input,
.contact--second--column textarea {
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    color: #000;
}

.contact--second--column input::placeholder,
.contact--second--column textarea::placeholder {
    font-size: 15px;
    color: #b7bec4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 40px;
    font-weight: 100;
}

.contact--second--column input:focus,
.contact--second--column textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    box-shadow: none;
}