/* feature block */

.rr-rcio-ds .feature-wrapper {
    margin-top: -45px;
    margin-bottom: 100px;
    /* transform: translateY(-45px); */
}

.rr-rcio-ds .feature-block {
    display: flex;
    justify-content: space-between;
}

.rr-rcio-ds .feature-card-block {
    display: flex;
    padding: 0px;
    max-width: 422px;
    background-color: #f9f8fb;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}


.rr-rcio-ds .feature-card-img {
    width: 225px;
    height: 212px;
    overflow: hidden;
}

.rr-rcio-ds .feature-card-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover;';
    /* 
	position: relative;
	  left: 50%;
	  top:50%;
	  transform: translate(-50%,-50%);
	  height:100% ;
	  width: auto; */
}

.rr-rcio-ds .feature-card-content {
    display: flex;
    flex-direction: column;
    width: 197px;
    padding-left: 24px;
}

.rr-rcio-ds .feature-card-content h2 {
    opacity: 0.9;
    color: #000000;
    /* font-family: "GiorgioSans";
    font-size: 34px; */
    font-weight: bold;
    letter-spacing: -0.28px;
    line-height: 32px;
    margin-bottom: 16px;
    text-transform: uppercase;
    margin-top: 32px;
    margin-bottom: 16px;
    word-wrap: break-word;
}

.rr-rcio-ds .feature-card-content p {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.43px;
    line-height: 16px;
    padding-right: 23px;
    margin-bottom: 10px;
    flex-grow: 1;
}

.rr-rcio-ds .feature-card-content a {
    color: #057092 !important;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
}

.rr-rcio-ds .feature-card-content a:hover {
    text-decoration: underline !important;
    cursor: pointer;
}


@media screen and (max-width: 991px) {

    .rr-rcio-ds .feature-wrapper {
        /* margin-top: -100%; */
        /* transform: translateY(-450px); */
        margin-top:-16px;
        width: 100%;
        margin-bottom: 50px;
    }

    .rr-rcio-ds .feature-block {
        flex-direction: column;
        align-items: center;
    }

    .rr-rcio-ds .feature-card-block {
        /* margin-bottom: 40px; */
        border-radius: 4px;
    }

    .rr-rcio-ds .feature-card-block:first-child {
        margin-bottom: 40px;
    }

    .rr-rcio-ds .feature-card-img {
        width: 100%;
        overflow: hidden;
    }

    .rr-rcio-ds .feature-card-content {
        flex-direction: column;
        width: 100%;
        padding: 16px;
    }

    .rr-rcio-ds .feature-card-content h2 {
        margin-top: 0px;
    }

    .rr-rcio-ds .feature-card-img>img {
        /* width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center; */
        /* position: relative;
		left: 50%;
		top:50%;
		transform: translate(-50%,-50%);
		width: 100%;
		height: ; */
    }

    .rr-rcio-ds .feature-card-block {
        width: 100%;
    }
}



@media screen and (max-width: 767px) {
    .rr-rcio-ds .feature-block {
        padding-left: 24px;
        padding-right: 24px;

    }

    .rr-rcio-ds .feature-card-block {
        max-width: 346px;
        width: 100%;
        flex-direction: column;

    }

    .rr-rcio-ds .feature-card-img {
        height: auto;
    }
}