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;
}
#AllDivs {
    display: flex;
    justify-content: center;
}
#AllContent {
    width: 74%;
}
.lessons {
    display: flex;
    align-items: center;
    margin-top: 50px;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.lessonsPhoto {
    width: 328px;
    height: 400px;
    float: left;
    margin-right: 40px;
}
.lessonsPhoto img{
    width: 100%;
    height: 100%;
}
.lessonsText {
    padding-right: 60px;
}
.lessonsText h1 {
    margin: 40px 0 0 0 ;
    font-family: 'RalewayRegular';
    font-size: 24px;
    color: rgb(37, 37, 37);
    font-weight: bold;
    line-height: 1.25;
}
.lessonsText p {
    font-size: 16px;
    color: rgba(37, 37, 37, 0.702);
    line-height: 1.5;
}
.lessonsButton {
    display: flex;
    justify-content: flex-end;
}
.lessonsButton button {
    font-family: 'RalewayMed';
    font-size: 16px;
    color: #fff;
    background-color: red;
    border: none;
    line-height: 1.5;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 20px 0;
    outline: none;
    cursor: pointer;
}
footer {
    margin-top: 80px;
}

