* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:before,
*:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body {
    background-color: #0000FF;
}

.content-img img {
    position: absolute;
    z-index: 1;
    width: 60%;
    top: 170px;
    left: 110px;
}

.backgroud-img {
    width: 40%;
    background:url('../img/img-ego.png');
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.logo img {
    width: 48%;
    padding: 40px 150px;
}

.backgroud-img img {
    width: 80%;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

@media (max-width: 900px){
    .content-img img {
        top: 240px;
        width: 80%;
    }

    .logo img {
        width: 70%;
        padding: 80px 150px;
    }
}

@media (max-width: 600px){
    .content-img img {
        width: 90%;
        left: 10px;
        display: flex;
        align-items: center;
    }

    .logo img {
        width: 95%;
        padding: 30px 10px;
    }


.backgroud-img img {
    width: 200%;
    position: absolute;
    bottom: 40px;
    right: 20px;
}
}