.geresa-info-section {
    width: 100%;

    padding:
        55px 28px 58px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f4f8fc 100%
        );
}


.geresa-info-container {
    width: 100%;
    max-width: 1320px;

    margin: 0 auto;
}

.geresa-info-heading {
    margin-bottom: 30px;

    text-align: center;
}


.geresa-info-eyebrow {
    display: block;

    margin-bottom: 5px;

    color: #0072bc;

    font-family:
        "Open Sans",
        Arial,
        sans-serif;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}


.geresa-info-heading h2 {
    position: relative;

    margin: 0;

    padding-bottom: 13px;

    color: #0b3264;

    font-family:
        "Open Sans",
        Arial,
        sans-serif;

    font-size: 30px;
    font-weight: 800;

    line-height: 1.2;
}


.geresa-info-heading h2::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 58px;
    height: 3px;

    transform:
        translateX(-50%);

    border-radius: 20px;

    background: #0072bc;
}


.geresa-info-heading p {
    max-width: 600px;

    margin:
        13px auto 0;

    color: #697b8f;

    font-family:
        "Open Sans",
        Arial,
        sans-serif;

    font-size: 13px;

    line-height: 1.55;
}

.geresa-info-media {
    position: relative;

    width: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    padding: 12px;

    border:
        1px solid #dce5ee;

    border-radius: 16px;

    background: #ffffff;

    box-shadow:
        0 10px 32px
        rgba(11, 50, 100, .09);
}

.geresa-info-media::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    height: 4px;

    background:
        linear-gradient(
            90deg,
            #0b3264,
            #0072bc
        );
}

.geresa-info-image {
    display: block;

    width: auto;
    max-width: 100%;

    height: auto;
    max-height: 720px;

    margin: 0 auto;

    object-fit: contain;

    border-radius: 10px;

    background: #ffffff;
}

.geresa-info-video {
    display: block;

    width: 100%;
    max-width: 1100px;

    max-height: 680px;

    margin: 0 auto;

    border-radius: 10px;

    background: #000000;
}

@media (max-width: 991.98px) {

    .geresa-info-section {
        padding:
            44px 20px 46px;
    }


    .geresa-info-heading h2 {
        font-size: 26px;
    }


    .geresa-info-media {
        padding: 9px;

        border-radius: 13px;
    }

}

@media (max-width: 575.98px) {

    .geresa-info-section {
        padding:
            34px 14px 36px;
    }


    .geresa-info-heading {
        margin-bottom: 23px;
    }


    .geresa-info-heading h2 {
        font-size: 23px;
    }


    .geresa-info-heading p {
        font-size: 12px;
    }


    .geresa-info-media {
        padding: 6px;

        border-radius: 10px;

        box-shadow:
            0 6px 20px
            rgba(11, 50, 100, .08);
    }
    .geresa-info-image {
        width: 100%;

        height: auto;

        max-height: none;

        object-fit: contain;

        border-radius: 7px;
    }


    .geresa-info-video {
        width: 100%;

        height: auto;

        max-height: none;

        border-radius: 7px;
    }

}