﻿.btn-width {
    width: 100%;
}
@media screen and (max-width: 1024px)
{
    .cozumler-tab li {
        text-align: center;
    }
}

@media screen and (max-width: 768px)
{
    .biz-argedeyiz .vr {
        min-height: 3rem;
        margin-top: 6%;
        margin-bottom: 4%;
        margin-left: 49.5%;
        background-color: #10487C;
    }
    .cozumler-tab
    {
        padding: 0;
    }
        .cozumler-tab .nav-link {
            color: #000;
            font-size: 14px;
            font-weight: 700;
            border: unset;
            background-color: transparent;
            text-decoration: underline;
        }
}