﻿/*contact*/
.contact .container .row {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    box-shadow: 0 2px 6px rgba(136, 136, 136, 0.4);
}

.container .contactInfo {
    display: flex;
    flex-direction: column;
    padding: 25px;
}

    .container .contactInfo .box {
        position: relative;
        padding: 20px 0;
        display: flex;
    }

        .container .contactInfo .box .icon {
            min-width: 40px;
            height: 40px;
            background: var(--primary);
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            font-size: 18px;
            color: #fff;
        }

        .container .contactInfo .box .text {
            display: flex;
            margin-left: 20px;
            font-size: 14px;
            flex-direction: column;
            font-weight: 300;
        }

            .container .contactInfo .box .text h3 {
                font-size: 16px;
                font-weight: 500;
                color: var(--primary);
            }

.contact .container .row .col-md-5,
.contact .container .row .col-md-7 {
    padding: 0;
    height: 380px;
}
