﻿.about_iecs .card {
    border-radius: 60px 0px;
}

    .about_iecs .card.border-blue {
        border-top: 2px solid #003366;
        border-left: 2px solid #003366;
    }

        .about_iecs .card.border-blue:hover {
            background: #003366;
            color: #ffffff;
        }

    .about_iecs .card.border-orange {
        border-top: 2px solid #F77F00;
        border-left: 2px solid #F77F00;
    }

        .about_iecs .card.border-orange:hover {
            background: #F77F00;
            color: #ffffff;
        }

    .about_iecs .card.border-green {
        border-top: 2px solid #B2C534;
        border-left: 2px solid #B2C534;
    }

        .about_iecs .card.border-green:hover {
            background: #B2C534;
            color: #ffffff;
        }

    .about_iecs .card.border-light-blue {
        border-top: 2px solid #4AAFBE;
        border-left: 2px solid #4AAFBE;
    }

        .about_iecs .card.border-light-blue:hover {
            background: #4AAFBE;
            color: #ffffff;
        }

    .about_iecs .card.border-yellow {
        border-top: 2px solid #fcbf0e;
        border-left: 2px solid #fcbf0e;
    }

        .about_iecs .card.border-yellow:hover {
            background: #fcbf0e;
            color: #ffffff;
        }

    .about_iecs .card h6 {
        font-size: 20px;
        font-weight: 500;
        text-align: end;
    }

    .about_iecs .card p {
        text-align: end;
    }

.about_iecs p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.7;
}

.aboutiecs_heading {
    font-size: 30px;
}

@media only screen and (min-width: 1200px) {
    .about_iecs .img-left {
        margin-left: 82px;
        margin-top: 65px;
        position: sticky;
        border-radius: 60px 0px;
    }
}

@media only screen and (max-width: 1200px) {
    .about_iecs .img-left {
        /* margin-left: 82px; */
        margin-top: 65px;
        position: sticky;
        border-radius: 60px 0px;
    }
}
