:root {
    --color--blue: #083fa6;
}

.col-xl-2 {
    flex: 0 0 auto;
    width: 19.999% !important;
}

.feature-style4 {
    padding: 0;
    margin-bottom: 30px;
}

.feature-style4 .feature-body {
    position: relative;
    padding-top: 50px;
    margin: 0 15px;
}

.feature-style4 .feature-body:after,
.feature-style4 .feature-body:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: var(--color--blue) !important;
    border-radius: 17px;
    transition: all ease 0.4s;
    z-index: 1;
}

.feature-style4 .feature-body:after {
    z-index: 0;
    left: 1px;
    height: 8px;
    width: calc(100% + 30px);
    border-radius: 0;
    margin-top: 11px;
}

.feature-style4:last-child .feature-body::after {
    width: 100%;
}

.feature-style4:hover .feature-body:before {
    background-color: var(--theme-color);
}

.feature-style4 .feature-year {
    color: var(--color--blue) !important;
    line-height: 1;
    display: block;

    margin-bottom: 8px;
}

.feature-style4 .feature-title {
    text-transform: capitalize;
}

.feature-style4 .feature-text {
    margin-bottom: 22px;
}

.feature-style4 .feature-img {
    border-radius: 17px !important;
    overflow: hidden;
    position: relative;
    height: 150px;
}

.feature-style4 .feature-img::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid var(--color--blue) !important;
    z-index: 1;
    border-radius: inherit;
    transition: all ease 0.4s;
    pointer-events: none;
    transform: scale(1.05);
    opacity: 0;
    visibility: hidden;
}

.feature-style4 .feature-img img {
    width: 100%;
    height: 100%;
    max-height: 150px;
    object-fit: cover;
}

.feature-style4:hover .feature-img:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1.001);
}
/* Medium Large devices */
@media (max-width: 1600px) {
   .feature-style4 .feature-img {
    	height: 110px;
	}
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .feature-style4 {
        text-align: start;
    }

    .feature-style4 .feature-year {
        margin-top: -0.15em;
    }

    .feature-style4 .feature-body {
        padding-top: 0;
    }

    .feature-style4 .feature-body:before,
    .feature-style4 .feature-body:after {
        display: none;
        width: 100%;
    }
}

/* Medium devices */
@media (max-width: 991px) {}

/* MG's respo */
@media (min-width: 576px) {
    .text-mobile {
        display: none;
    }
}

@media (max-width: 576px) {
    .text-desktop {
        display: none;
    }

    .fs-20 {
        font-size: 1.6rem !important;
    }

    .fs-24 {
        font-size: 3.2rem !important;
    }

    .fs-26 {
        font-size: 2.2rem !important;
    }

    .fs-30 {
        font-size: 1.6rem !important;
    }

    .fs-60 {
        font-size: 3.2rem !important;
    }

    .fs-70 {
        font-size: 3rem !important;
    }

    .custom-dots {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 15%;
        height: 15%;
        padding: 3% 0%;
    }
}