body {
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
}

.btn.btn-light {
    background: #f1f1f1;
    padding: 6px 20px;
    font-weight: 600;
    border-radius: 20px;
    border: 0;
}

.btn.btn-light:hover {
    background-color: #f58220;
    color: #fff;
}

.contact-card {
    border: 1px solid #ededed;
    border-radius: 20px;
    padding: 25px;
    margin-top: 50px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .08);
    overflow: hidden;
}

.left-info {
    padding-right: 30px;
}

.left-info p {
    font-size: 13px;
}

.right-info {
    padding-left: 5px;
    position: relative;
}

.right-info::before {
    content: '';
    position: absolute;
    width: 450px;
    height: 400px;
    background: #222;
    z-index: -1;
    top: -50px;
    left: -40px;
    transform: skewX(-10deg);
}


ul.contact-list {
    list-style: none;
    padding-left: 0;
}

ul.contact-list li + li {
    margin-top: 15px;
}

ul.contact-list li {
    display: flex;
    align-items: baseline;
}

ul.contact-list li a {
    color: #d3d3d3;
    text-decoration: none;
    line-height: 1.4;
    font-size: 13px;
}

ul.contact-list li i {
    background: #f58220;
    margin-right: 10px;
    color: #fff;
    width: 22px;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
}


@media only screen and (max-width: 575px) {
    .left-info {
        padding-right: 0px;
    }

    .right-info::before {
        transform: skewX(0deg)skewy(-10deg);
        width: 600px;
        height: 400px;
        top: -65px;
        left: -40px;
    }
}
