.animated-screen {
    margin-bottom: 76px;
}

/* .animated-screen img,
.animated-screen video {
    height: 572px;
    object-fit: cover;
    width: 100%;
    object-fit: contain;
    background: #00629b;
    border-radius: 16px;
} */

.screen-wrp {
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    background: #00629B;
    padding: 50px 50px 30px 89px;
}

.screen-wrp h2 {
    color: var(--white);
    font-size: 55px;
    padding-top: 130px;
}

@media only screen and (max-width : 1200px) {
    .screen-wrp img {
        height: 400px;
        object-fit: contain;
    }

    .screen-wrp {
        padding: 50px;
    }

    .screen-wrp h2 {
        font-size: 50px;
        padding-top: 50px;
    }
}

@media only screen and (max-width : 992px) {
    .screen-wrp {
        flex-direction: column;
        gap: 50px;
    }

    .screen-wrp h2 {
        text-align: center;
        font-size: 40px;
    }

    .screen-wrp img {
        height: 287.24px;
    }
}

/* @media only screen and (max-width : 992px) {
    .animated-screen {
        margin-bottom: 50px;
    }

    .animated-screen img,
    .animated-screen video {
        height: auto;
    }

}

@media only screen and (max-width : 767px) {

    .animated-screen {
        margin-bottom: 46px;
    }
} */