body {
    background: #e3e2de;
}
.container {    
    /* background-color: white; */
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.main_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #21201e;
}
.main_block { 
    padding: 20px;
    /* height: 940px;    */
    width: 940px;    
    /* display: flex; */
    /* align-items: center;
    justify-content: center; */
    background-color: white;
    

}
.main_block p {
    font-size: 18px;

}
.img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    padding-right: 20px;
}

.text_title {
    font-size: 22px;
    font-weight: bold;
}