ul {
    list-style: none;
    padding-left: unset;
    margin: unset;
}

.container {
    max-width: 1280px;
}

a {
    text-decoration: none;
}

.out-img {
    width: 33%;
}
body {
    background-color: black;
}

.out-logo {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    color: #FFFFFF;
}

.text-serie {
    text-align: center;
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 400px;
    color: #FFFFFF;
}

.text-out-title {
    text-align: center;
    font-size: 48px;
    line-height: 57px;
    color: #FFFFFF;
}

.out-text-block {
    position: absolute;
    top: 45%;
    color: #FFFFFF;
}

.text-block {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
}

.out-list {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.out-text-small {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

@media(max-width:768px) {
    .text-serie {
        font-size: 24px;
        line-height: 28.8px;
    }
    
    .text-out-title {
        font-size: 32px;
        line-height: 36px;
 
    }

    .out-logo {
        top: 50px;
    }

    .out-text-block {
        position: absolute;
        top: 30%;
        color: #FFFFFF;
    }
    

    
    .text-block {
        font-size: 16px;
        line-height: 20px;
    }
    
    .out-list {
        font-size: 14px;
        line-height: 18px;

    }
    
    .out-text-small {
        font-size: 12px;
        line-height: 16px;

    }
}

@media(max-width:540px) {
    .container-out-back {
        display: flex;
        flex-direction: column;
    }
    .out-text-block {
        position: unset;
        background-color: black;
        color: #FFFFFF;
    }
    .out-logo {
        position: unset;
        background-color: black;
    }
}
 
 
 