.cont-mod-5 {
    background-color: #DCEBE1;
    margin: 40px 16px 40px 16px;
    font-family: "IberPangea-Regular", sans-serif;
    align-items: center;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 40px 16px 40px 16px;
}

.cont-mod-5 .titulo h3 {
    font-family: "IberPangea-Regular", sans-serif;
    color: #2C2C2C;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.cont-mod-5 .contenido {
    text-align: center;
    margin-bottom: 34px;
}

.cont-mod-5 .icon-text {
    display: flex;
    align-items: center;
}

.cont-mod-5 .medios {
    display: flex;
    align-items: center;
    margin-left: 11%;
    color: #2F6852;
    width: 560px;
}

.cont-mod-5 .medios a {
    color: #2F6852;
}
@media (min-width: 360px) and (max-width: 575px){
    .row.medios{
        flex-direction: column;
        text-align: center;
        margin-left: 0;
        width: 100%;
        margin-right: 10px;
    }
}
@media (min-width: 576px){
    .cont-mod-5 {
        margin-bottom: 20px;
        margin: 40px;
    }

    .cont-mod-5 .contenido {
        margin-bottom: 34px;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .cont-mod-5 .medios {
        display: flex;
        align-items: center;
        margin-left: 11%;
        font-size: 16px;
    }

    @media (min-width: 992px){
        .cont-mod-5 {
            margin-bottom: 20px;
            margin: 40px 83px;
            padding: 40px 60px;

        }

        .cont-mod-5 .titulo h3 {
            font-size: 32px;
            font-weight: 600;
            line-height: 40px;

        }

        .cont-mod-5 .contenido {
            margin-bottom: 16px;
        }
    }

    @media (min-width: 1200px){
        .cont-mod-5 {
            margin: 40px 100px;
            padding: 40px 64px;

        }
    }

    @media (min-width: 1920px) {
        .cont-mod-5 {
            margin: 40px 320px;
            padding: 40px 64px;

        }
    }
}