﻿.two-cards .card-col {
    position: relative;
}

.two-cards .row.component-spacing {
    gap: 20px;
}

.two-cards .card-col img {
    float: right;
    border-radius: 12px;
    max-width: 100%;
}

.two-cards .card-col .content {
    position: absolute;
    bottom: 0;
    padding: 32px;
    width: 100%;
    background: linear-gradient(0deg, #0B1632 0%, rgba(11, 22, 50, 0.00) 100%);
    border-radius: 12px;
    gap: 70px;
}

.two-cards .card-col .body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
}

    .two-cards .card-col .body .arrow-btn {
        display: flex;
        justify-content: end;
    }

.two-cards .card-col .ng-next-arrow {
    color: white;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    border: 1px solid white;
}
