@charset "utf-8";
/* CSS Document */
.flex-justify-content{
    display: flex;
    justify-content: center;
}
.trending-places{
    padding-top: 11px;
}
.trending-places-title {
    font-size: 40px;
    letter-spacing: 0;
    color: #a84523;
    font-weight: 700;
    /* padding-left: 40px; */
}
.trending-places-content{
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* padding-left: 40px; */
}

.latest-stories{
    /* width: 1300px !important; */
    padding-top: 50px;
    /* margin-left: 40px; */
}
.latest-stories-header{
    width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}
.latest-stories-title{
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0;
    color: #a84523;
}
.toggle-button{
    display: flex;
    gap: 9px;
}
.toggle-button-left,
.toggle-button-right{
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #a84523;
    display: flex;
    align-items: center;
    justify-content: center;
}
.latest-stories-content{
    display: flex;
    gap: 19px;
    padding-bottom: 90px;
}
.trending-places-img-content{
    width: 420px;
    height: 345px;
}
.content-img{
    width: 420px;
    height: 281px;
    margin-bottom: 7px;
}
.trending-places-img-p{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: #000000;
}

.trending-places-page-banner-1{
    display: none;
}

