

.mainBlock {
    /*border: 5px dashed white;*/
    min-height: 100vh;
    /*display: none;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
    /*background: linear-gradient(#0052A5 0%, #004182 90%);*/
    background: linear-gradient(00deg, #232333 20%, #474766 100%);
}

.new {
    /*border: 5px dashed red;*/
    /*min-height: 150px;*/
    width: 1000px;
    margin: 10px 0;
    color: #CECEE5;
    /*display: none;*/
    display: flex;
    /*justify-content: center;*/
    /*background: linear-gradient(#0052A5 0%, #004182 90%);*/
    background: linear-gradient(180deg, #232333 20%, #474766 100%);
    position: relative;
    /*display: none;*/
}

.image {

}

.image img {
    height: 150px;
}

.description {
    margin-left: 20px;
}

.title {
    font-size: 24px;
    font-weight: bold;
}

.text {

}