

.bulten-masa {
    text-align: center;
    width: 100%;
    border: 1px solid #E6E6E6;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    padding: 17px 20px;
    background: #fff;
    border-radius: 50px;
    text-decoration: none;
}

.mobile-bulten {
    display: none !important;
    column-gap: 20px;
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.page-banner-pages-buttons .page-banner-page-link.bultenler-active {
    color: #fff;
    background: #026002;
}

.bulten-masa.active {
    color: #fff;
    background: #026002;
}


.page-banner-pages-buttons .page-banner-page-link.active {
    color: #fff;
    background: #026002;
}

.mobile-banner-pages {
    display: none;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    width: calc(100% + 12px);
    align-items: center;
    column-gap: 12px;
    padding-right: 12px;
}

.mobile-banner-pages::-webkit-scrollbar {
    display: none;
}

.mobile-banner-pages .mobile-page-banner-page-link {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #232323;
    text-decoration: none;
    padding: 13px 20px;
    background: #fff;
    border: 1px solid #F5F5F5;
    border-radius: 50px;
}

.mobile-banner-pages .mobile-page-banner-page-link.active {
    background: #026002;
    border: 1px solid #026002;
    color: #F7F8F3;
}

.bulten-card {
    border: 0.89px solid #E6E6E6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bulten-title {
    color: #000000;
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
}

.bulten-detail {
    padding: 22px;
}

.bulten-card img {
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.buttons {
    margin-top: 24px;
    column-gap: 7px;
    display: flex;
    align-items: center;
}

.incele-btn {
    width: 100%;
    height: 36px;
    background-color: #026002 !important;
    border-radius: 50px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.dowland-btn {
    border: 1px solid #E6E6E6;
    column-gap: 10px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #232323;
    width: 100%;
    height: 36px;
    background-color: white !important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.bulten-row {
    row-gap: 25px;
    margin-top: 112px;
    margin-bottom: 112px;
}

@media only screen and (max-width: 991px) {
    .mobile-bulten {
        display: flex !important;
    }
    .bulten-row {
        margin-top: 0 !important;
    }
    .masa.page-banner-buttons {
        display: block !important;
    }
    
}