.ekipman-card-detay {
    background-color: white;
    box-shadow: 0px 4px 28.9px 0px #00000014;
}

.cards {
    padding: 30px;
    padding-top: 10px;
}

.ekipman-title {
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #14212B;
}

.ekipman-detay {
    margin-top: 12px;
    font-family: Urbanist;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #474847;
}

    .ekipman-detay p {
        margin: 0;
    }

.container.ic-container {
    max-width: 1500px !important;
}

.border {
    border: 1px solid #E8E8E8 !important;
}

.detayli {
    padding: 30px;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #14212B;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detayli i {
    color: #5BB12F;
}

.card-row {
    row-gap: 4rem;
    margin-top: 100px !important;
}

.ekipman-card img {
    height: 220px;
    object-fit: cover;
}

.fazla {
    margin-top: 46px !important;
    background-color: #5BB12F !important;
    padding: 12px 36px 12px 36px !important;
    font-family: Urbanist !important;
    font-size: 15px !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    text-align: left !important;
    color: #FFFFFF !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.tarih {
    margin-top: 10px;
    margin-bottom: 10px;
    column-gap: 6px;
    display: flex;
    align-items: center;
}

.tarih img {
    width: 15px;
    height: 15px;
}

.date {
    font-family: Urbanist;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.6px;
    text-align: left;
    color: #639A30;
}

.date-2 {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #639A30;
}

.sayfa-title {
    margin-bottom: 23px;
    margin-top: 19px;
    font-family: Urbanist;
    font-size: 32px;
    font-weight: 700;
    line-height: 41px;
    text-align: left;
    color: #191A19;
}

.detay-row {
    margin-top: 100px !important;
}

.detay {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 1rem !important
}

.sayfa-detay {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #434D55;
}

    .sayfa-detay p:not(:last-child) {
        margin-bottom: 0;
    }


.medya-title {
    margin-top: 92px;
    font-family: Urbanist;
    font-size: 32px;
    font-weight: 600;
    line-height: 41px;
    text-align: left;
    color: #191A19;
}

.sol-img {
    object-fit: cover;
}

.medya-row-2 {
    row-gap: 2rem;
}

@media only screen and (max-width: 991px) {
    .medya-row-2 {
        row-gap: 4rem;
    }
    .medya-title {
        margin-bottom: 0;
    }
    .tarih {
        margin-top: 3rem;
    }
    .sol-img {
        height: 465px;
    }
}