.real-card {
    display: flex;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.real-card-content {
    padding: 20px;
    flex: 1;
}

.real-name {
    margin: 0;
    color: #dd3333;
}

.real-img img {
    width: 100%;
    object-fit: cover;
}

.real-city {
	color: #575757;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 600;
}

.real-description {
    max-height: 75px;
    overflow: auto;
    font-size: 12px;
    line-height: 1.5;
}

.H_ib_body {
    box-shadow: none !important;
}

.H_ib_body .H_ib_content {
    min-width: 250px;
    margin: 0;
    font-size: unset;
    line-height: unset;
}

.real-description::-webkit-scrollbar {
    width: 5px;
}

.real-description::-webkit-scrollbar-track {
    background: #fbfbfb;
}

.real-description::-webkit-scrollbar-thumb {
    background: #d7dcde;
}

@media screen and (min-width: 1265px) {
    .real-img {
        max-width: 150px;
        flex: 2;
    }
    .H_ib_body {
        width: 25vw;
    }
}

@media screen and (max-width: 1265px) {
    .content-area.nosidebar {
        padding: 0;
    }

    .real-card {
        flex-direction: column;
    }

    .real-img {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
    }

    .real-img img {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
    }

    .H_ib_body {
        width: 50vw;
        transform: translateX(50%);
        margin-right: 0 !important;
    }
    .H_ib_close {
        background: #dd3333 !important;
        padding: 5px;
    }

    .H_ib_close svg {
        fill: white !important;
    }
}

@media screen and (max-width: 650px) {
    .H_ib_body {
        width: 75vw;
        margin-right: 0 !important;
    }
}