.contact {
    width: 1200px;
    margin: auto;
    padding: 100px 0px;
    background-image: url(../imgs/contact/backdrop.jpg);
    background-position: center center;
    /* height: 1150px; */
}



.contact-title {
    font-size: 30px;
    font-weight: bold;
    border-left: 10px solid #0054fc;
    padding-left: 20px;
    margin: 10px 0px;
}

.contact-container {
    position: relative;
    /* background-image: url(../imgs/contact/backdrop.jpg); */
    /* padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    min-height: 578px; */
}

.contact-container ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    padding-top: 30px;
}

.contact-container ul li {
    padding: 10px 0px;
    font-size: 24px;
    font-weight: bold;
}

.position {
    position: absolute;
    left: 75%;
    bottom: 300px;

}

.position-box {
    position: absolute;
    z-index: 1;
    left: 63%;
    bottom: 230px;
    width: 430px;
    height: 296px;
    /* border: 1px solid red; */
}

.position-box img {
    width: 430px;
    height: 296px;
}