/*Banner*/

/*.page-banner-text {
    justify-content: space-between;
    padding: 270px 0;
    padding-bottom: 28px;
}*/




.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;
}
.page-banner-pages-buttons .page-banner-page-link.baskanin-mesaji-active {
    color: #fff;
    background: #026002;
}


/*Başkanın Mesajı*/

.about-us-section {
    padding: 118px 0;
}

.presidents-message-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 42px;
}

.presidents-message-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #232323;
}

.presidents-message-description {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #343434;
}

.presidents-message-description-and-author {
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    justify-content: space-between;
}

.presidents-message-author {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.presidents-message-author-title {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #343434;
}

.presidents-message-author-name {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #010101;
}

.presidents-message-author-name span {
    font-weight: 600;
}



@media only screen and (max-width: 1640px)
{
    
}

@media only screen and (max-width: 1399px)
{
    
}

@media only screen and (max-width: 1199px)
{
   
}


@media only screen and (max-width: 991px)
{
  /*  .page-banner-text {
    max-width: 100%;
    padding: 70px 16px;
    padding-bottom: 30px;
    justify-content: end;
    row-gap: 10px;
    padding-right: 0;
}*/



.mobile-banner-pages
{
    display: flex;
}

.about-us-section {
    padding: 75px 0;
}

}

@media only screen and (max-width: 767px)
{
   .presidents-message-title {
    font-size: 24px;
    line-height: 32px;
}

.presidents-message-text {
    row-gap: 24px;
}

.presidents-message-description {
    font-size: 14px;
    line-height: 24px;
}
}