.owl-carousel .item {
    position: relative;
    min-height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.space{
    height: 100px;
}

.contacts{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: #fffbd6;
}

.contacts,
.map-wrapper{
    border-radius: 5px;
}

.map-wrapper iframe{
    width: 100%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.contacts ul{
    padding: 0;
    list-style: none;
}

.contacts a{
    text-decoration: none;
    font-style: italic;
    font-size: large;
    font-weight: bold;
    color:  #000;
}

.social{
    display: flex;
    column-gap: 10px;
}

.social i{
    font-size: 1.6em;
    color: #fa9f4a;
}

@media(min-width: 1024px){

    .map-wrapper,
    .contacts{
        width: 80%;
        margin: 0 auto;
    }

    .contacts{
        padding: 80px 0;
        justify-content: center;
        flex-direction: row;
        gap: 40px;
    }

    .location>li{
        margin-bottom: 10px;
    }
}