.contact {
    background-color: #9b0713;
    padding: 60px;
    display: flex;
    justify-content: center;
}

.contact

.contact-info ul {
    list-style-type: none;
}

.contact-info .main-content {
    background-color: #ADD8E6;
}

.contact-info .fa {
    padding-right: 10px;
    display: inline-block;
}

.contact-info .menus {
    list-style-type: none;
    border-radius: 5px;
    padding-left: 0px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background-color: white;
    padding-top: 20px;
}

.contact-info li {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(212, 212, 212, 0.822);
}

.contact-info li a {
    color: rgb(46, 46, 46);
    padding-left: 20px;
}

.contact-info .hr {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 2px;
    background-color: red;
    width: 60px;
}

.contact-info {
    background-color: #add8e6;
}

.contact-details {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}

.contact-details p {
    font-family: arial;
    font-size: 14px;
    color: black;
}

.item {
    padding: 10px;
    background-color: white;

    border-radius: 10px;
}

.item img {
    border-radius: 10px;
}

.item {
    background-color: rgba(223, 223, 223, 0.596);
}

.contact-info {
    padding-top: 50px;
}

.owl-prev,
.owl-next {
    border-radius: 50%;
}