
.contact-us-img{
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.contact-us h3{
    font-size: 3rem;
    font-weight: 800;
    line-height: 3.5rem;
    text-align: left;
    color: var(--main-color-400);
    margin: 3.5rem 0 3rem;
}

.contact-us article{
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: left;
    color: var(--main-color-400);
}

.contact-us ul {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}

.contact-us ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.contact-us ul li p{
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
    color: var(--main-color-400);
    margin-bottom: 0.5rem;
}

.contact-us ul li span{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: var(--color-gray-booking);
    margin-bottom: 0.25rem;
}

.contact-us ul li img{
    margin-bottom: 1.25rem;
}

.contact-us iframe{
    width: 100%;
}

.contact-us li::before{
    position: absolute;
    right: -111px;
    top: 0;
    height: 100%;
    width: 1px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='1' height='90' viewBox='0 0 1 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='6.1057e-05' x2='0.499996' y2='90.0001' stroke='%23E0E0E0' stroke-dasharray='6 6'/%3E%3C/svg%3E");
}

.contact-us li:last-child::before{
    display: none;
}