.banner_container {
    width: 100%;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 996px) {
    .banner_container {
        margin-top: 40px;
    }

    .banner_container a {
        width: 95%;
    }

    .banner_container a img {
        width: 100%;
    }
}

.activity_title {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.activity_title_content {
    width: 80%;
}

@media(max-width: 996px) { 
    .activity_title {
        margin-top: 50px;
    }
    
    .activity_title_content {
        width: 90%;
        text-align: center;
    }

    .activity_title_content h1 {
        font-size: 32px!important;
    }
}

.activity_section {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.activity_container {
    width: 80%;
    display: grid;
    grid-template-columns: 50% 50%;
}

@media(max-width: 996px) { 
    .activity_container {
        width: 90%;
        grid-template-columns: 100%;
    }
}

.activity_media {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.activity_media img {
    width: 80%;
}

.related_title {
    width: 95%;
    height: 30px;
    background: #cccccc;
    display: flex;
    padding-left: 5px;
    align-items: center;
    margin-top: 20px;
}

.related_list {
    width: 95%;
    display: grid;
    grid-template-columns: repeat(4, 24.25%);
    margin-top: 20px;
    gap: 1%;
}

.related_item {
    width: 100%;
    height: 100px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: relative;
}

.related_item span{
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding-left: 5px;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: center;
    font-size: 15px;
}

@media(max-width: 996px) {
    .activity_media {
        width: 100%;
        grid-row: 1;
    }
    
    .activity_media img {
        width: 80%;
    }
    
    .activity_media iframe {
        width: 95%!important;
        height: 300px!important;
    }
    
    .related_list {
        width: 95%;
        display: grid;
        grid-template-columns: repeat(2, 49%);
        margin-top: 20px;
        gap: 1%;
    }
}

.activity_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.activity_main_content {
    width: 90%;
    min-height: 150px;
    background: #f1f1f1;
    padding: 10px;
    padding-bottom: 20px;
}

.price_maps {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rich_address {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #0099ff;
    padding-top: 5px;
}

.rich_address_address {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

.rich_addres_signals {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.subway_signal {
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
}

.activity_description {
    width: 90%;
    min-height: 150px;
    padding: 20px;
    background: #f1f1f1;
    margin-top: 20px;
}

.activity_description img {
    max-width: 100%;
}

.share_container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

@media(max-width: 996px) { 
    .activity_content {
        align-items: center;
        margin-top: 30px;
    }
    
    .activity_main_content {
        width: 100%;
        padding: 10px;
        padding-bottom: 20px;
    }
    
    .price_maps {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }    
    .activity_description {
        width: 100%;
        word-break: break-all;
    }
}