body {
    max-width: 2000px;
    margin: 0 auto;
}
#firstText {
    font-family: "RalewayBold";
    font-size: 48px;
    text-align: center;
    line-height: 1.1;
    font-weight: bold;
    color: rgb(37, 37, 37);
}
#hrAndIcon {
    display: flex;
    justify-content: center;
}
hr {
    width: 52px;
    height: 1px;
    background-color: #929292;
    border: none;
    margin: 8px 10px;
}
#bigDiv {
    margin-top: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
}
#AllContent {
    width: 75%;
}
#lessons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lesson {
    box-shadow: 0px 10px 19.32px 1.68px rgba(0,0,0,0.21);
    width: 40%;
    height: 350px;
    margin: 20px 30px 20px 30px;
    padding: 30px;
    display: flex;
}
#Img_Year {
    text-align: center;
}
#imageDiv {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
#imageDiv img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
#numberYear {
	font-family: 'RalewayLight';
    text-align: center;
    font-size: 120px;
    margin: -10px 10px 0 0;
    color: red;
}
#year {
    font-size: 20px;
    font-family: "OpenSansItalic";
    color: rgba(43,42,40,0.6);
    line-height: 1.3;
    margin: 0;
}
#text {
    font-size: 17px;
    color: black;
	font-family: 'RalewayRegular';
    line-height: 1.6;
    padding-left: 30px;
}
#text span {
    font-family: "OpenSansItalic";
    color: red
}
#info_resourse {
    margin-top: 50px;
    width: 100%;
}
#main_image {
    float: left;
    width: 409px;
    height: 500px;
    margin: 0 30px 30px 0;
}
#main_image img{
    width: 100%;
    height: 100%;
}
#info_text {
	font-family: 'RalewayRegular';
    font-size: 18px;
    color: black;
    line-height: 1.6;
}
#target_text p{
    font-family: 'RalewayRegular';
    font-size: 18px;
    color: black;
    line-height: 1.6;
}
#target_text {
    margin-top: 50px;
    font-family: 'RalewayRegular';
    font-size: 18px;
    color: black;
    line-height: 1.6;
}
#target_text span {
    color: red;
    font-style: italic;
}
#anotherTascs {
    margin-top: 50px;
    display: flex;
    width: 100%;
}
#tasks {
    width: 60%;
}
.ListTasks {
    margin-top: 10px;
    display: flex;
}
.ListTasks p {
    margin-top: 0;
    font-family: 'RalewayRegular';
    font-size: 17px;
    color: black;
    line-height: 1.6;
}
.ListTasks div {
    margin-right: 15px;
}
#TwoTasks {
    width: 40%;
}
#TwoTasks div{
    width: 80%;
}
#TwoTasks h1{
    font-family: "OpenSansItalic";
    font-size: 18px;
    color: red;
    line-height: 1.6;
}
#text_tasks {
    font-family: 'RalewayRegular';
    font-size: 17px;
    color: black;
    line-height: 1.6;
}
#title_tasks {
    font-family: "OpenSansItalic";
    font-size: 18px;
    color: red;
    line-height: 1.6;
}
footer {
    margin-top: 60px;
}