h2 {
    margin-top: 0;
}

.ads-box {
    padding: 10px;
}

.ads-box p {
    margin: 0;
    color: #666;
    font-size: 16px;
}

.ads-price {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.ads-info {
    padding: 10px;
    background-color: #efefef;
    border-radius: 20px;
}
.ads-date {
    font-size: 14px;
}

.ads-address {
    margin: 0 10px;
}

.ads-connection {
    margin-top: 20px;
}
.ads-connection a {
    background-color: #efefef;
    padding: 0 10px;
    text-decoration: none;
    font-weight: bold;
    margin: 10px;
    color: black;
}

.recomments-ads {
    text-align: center;
    font-size: 14px;
}
.recomments-ads a {
    text-decoration: none;
    color: white;
}
.rec-ads {
    width: 45%;
    max-width: 200px;
    border: 1px solid #700;
    border-radius: 10px;
    background: white;
    color: white;
    display: inline-block;
    margin: 10px 1%;
}
.rec-ads .img {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-radius: 10px;
}

.rec-ads img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rec-ads .price {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 2px;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.rec-ads .name {
    text-align: left;
    font-size: 14px;
    padding: 6px 1px;
    padding-left: 4px;
    color: black;
}
