.talent-opprtunity-sec .section-title {
    max-width: 750px;
}
.talent-opprtunity-sec .section-title p {
    color: #747474;
}
.talent-opprtunity-sec .section-title .column-row {
    justify-content: center;
    margin: 0 -12px -24px -12px;
}

.talent-opprtunity-sec .column-row {
    margin: 0 -12px -24px -12px;
}

.talent-opprtunity-sec .column-row .talent-col {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.talent-box .talent-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    z-index: -2;
}

.talent-box .talent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.talent-box {
    position: relative;
    min-height: 515px;
    display: flex;
    align-items: flex-end;
    padding: 20px 20px 37px 50px;
}


.talent-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 36.06%, rgba(0, 0, 0, 0.80) 100%);
    z-index: -1;
}

.talent-content p {
    color: #fff;
    margin-bottom: 9px;
}

.talent-content h3 {
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.28px;
    margin-bottom: 10px;
}

.talent-extra {
    display: none;
}

.talent-extra .btn {
    background-color: transparent;
    border-color: #00C4A8;
}

.talent-extra .btn:hover {
    background-color: #00C4A8;
}


@media only screen and (max-width: 1199px) {
    .talent-box {
        padding: 32px;
        min-height: 400px;
    }

    .talent-content h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }   
}

@media only screen and (max-width: 991px) {
    .talent-box {
        padding: 20px;
    }

    .talent-opprtunity-sec .column-row .talent-col {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .talent-opprtunity-sec .column-row {
        margin: 0 -10px -20px -10px;
    }

    .talent-content h3 {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 24px;
    }
}

@media only screen and (max-width:767px) {
    .talent-opprtunity-sec .column-row .talent-col {
        width: 100%;
    }

    .talent-box:before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17.31%, rgba(0, 0, 0, 0.8) 77.4%);
    }
}

@media only screen and (max-width:359px) {
    .talent-extra .btn {
        padding: 13.5px 10px;
        font-size: 15px;
    }
}