/*Banner*/

.page-banner-pages-buttons .page-banner-page-link.seveso-hakkinda-active {
    color: #fff;
    background: #026002;
}

/*SEVESO Hakkında*/

.about-us-section {
    padding: 118px 0;
}

.about-seveso {
    display: flex;
    flex-direction: column;
    row-gap: 68px;
}

.about-seveso-text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #343434;
}

.about-seveso-card {
    padding: 24px;
    padding-right: 32px;
    border: 1px solid #E6E6E6;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    justify-content: space-between;
    height: 100%;
    border-radius: 10px;
}

.about-seveso-card-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #010101;
}

.about-seveso-card-button {
    display: flex;
    animation: ce;
    column-gap: 10px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #358035;
    text-decoration: none;
}

.about-seveso-card-link
{
    text-decoration: none;
}


@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)
{

.about-us-section {
    padding: 75px 0;
}

}

@media only screen and (max-width: 767px)
{
   
}