﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.space20{
    height:20px;
}
body {

    color: #ffffff;
    line-height: 1.6;
}
.container {
    max-width: 1320px;
    margin: auto;
    padding: 0 50px;
}

.breadcrumb {
    color: #bbb;
    font-size: 17px;
    padding: 25px 0;
    align-items: flex-start;
    margin: 0;
}
    .breadcrumb svg{
        width: 24px;
    }
    .breadcrumb a {
        text-decoration: none;
        font-family: MuseoSlab;
        display:flex;
    }
    .breadcrumb .parentPage {
        color: #0DDCE7;
    }
    .breadcrumb .activePage {
        color: #F2F3F3;
    }
    .breadcrumb span {
      
        font-family: MuseoSlab;
    }

.main-content {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.content {
    width: 63%;
}

.sidebar {
    position: sticky;
    right: 0;
    width: 27%;
    top: 223px;
    align-self: flex-start;
}

.pressTitle {
    font-size: 45px;
    font-family: MuseoSlab;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    font-size: 14px;
    color: #aaa;
    font-size: 13px;
    color: #bbb;
    display: flex;
    gap: 10px;
}

.tag {
    padding: 4px 10px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid rgba(84, 50, 153, 1);
    transition: all 0.3s ease;
    background: rgb(17 16 19);
    color: #fff;
}

.image-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
  height:380px;
    
}

    .image-wrapper img {
        width: 100%;
        border-radius: 24px;
        max-height: 100%;
        height: 100%;
        object-fit: cover;
    }

.text p, .text i {
    font-size:20px;
}
.text b {
    font-size: 24px;
}
.text ol, .text ul {
    font-size: 20px;
}
.text p a {
    color: #00fff0;
}
.sidebar h2 {
    font-size: 35px;
    margin-bottom: 20px;
    font-family: MuseoSlab;
}

.news-item {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    .news-item h3 {
        font-size: 25px;
        font-family: MuseoSlab;
        margin-bottom: 8px;
        color: white;
    }

    .news-item a{
        text-decoration: none;
    }
    .news-item a h3{
        text-decoration: none;
        text-underline-offset: inherit;
    }

.views {
    display: flex;
    gap: 8px;
}
.views p {
   font-size:15px;
}

.date {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

    .date p {
        font-size: 15px;
    }

.pressImage {
    width:14px;
    height:14px;
}
.rightTags {
    display:contents;
}
.marginRight55 {
    margin-right:55px
}
@media (max-width: 992px) {
    .container {
        padding: 0 20px;
    }

    .breadcrumb {
        font-size: 12px;
        padding: 15px 0;
        align-items: normal;
    }
        .breadcrumb svg {
            width: 14px;
            padding-bottom: 2px;
        }
    .sidebar {
        max-width: 424px;
        margin-top: 40px;
        margin: 0 auto;
    }

    .pressTitle {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .sidebar h2 {
        font-size: 25px;
        margin-bottom: 0;
    }

    .news-item h3 {
        font-size: 24px;
        background: linear-gradient(105.66deg, #00F4FF 6.76%, #68FFED 16.39%, #9867FF 36.01%);
        -webkit-text-fill-color: transparent;
        background-clip: text;
        line-height: 1.2;
    }

    .meta {
        font-size: 12px;
        gap: 8px;
        margin-top: 10px;
    }
    .responsive-br {
        display:none;
    }
    .text p, .text b, .text i, .text ol, .text li {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
        line-height:20px;
    }
    .text b {
        font-size: 16px;
    }

}
@media (max-width:750px){
    .main-content {
        flex-direction: column;
        padding: 20px 0;
        gap: 50px;
    }

    .content, .sidebar {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .main-content {
        gap: 30px;
    }
   .content h1{
       line-height:36px
   }
 
}