.section2{
  width: 100%;
  color: #232a34;
  display: flex;
  flex-wrap: wrap;
  align-items:  center;
  flex-direction: column;
}

.section2-container{
  width: 90%;
  text-align: center;
}

.section2 a{
  color:  #e33e28;
}

.section2_big_text{
 font-size: 25pt;
}

.section2_link_title{
   font-size: 18pt;
   font-weight: bold;
}

.section2_link_subtitle{
  font-size: 13pt;
}

.section2_divider{
  width: 100%;
  height: 30px;
}

.section2_divider_horizontal_container{
  height: 80px;
  width: 100%;
  display: flex;
  align-items:  center;
  justify-content:center; 
  margin-top: -5px;
}

.section2_button{
  font-size: 12pt;
  margin:  20px 0px 40px 0px;
  border: none;
  border-radius: 5px;
  background-color:#e33e28;
  color: white;
  font-weight: bold;
  padding: 20px 40px;
  box-shadow: 10px 11px 55px -15px rgba(227,62,40,0.5);
  cursor: pointer;
  transition:  background-color  0.3s;
}

.section2_button:hover{
  background-color:#c13522;

}

.book_cover {
  max-width: 200px;
  margin: 20px 0 40px 0;
  transition: transform 0.2s;
}

.book_cover:hover {
  transform: scale(1.05);
}

@media only screen and (max-width: 1000px){
  .section2_big_text{
   font-size: 21pt;
  }
}

@media only screen and (max-width: 500px){
  .section2_big_text{
   font-size: 16pt;
  }
  .section2_link_title{
    font-size: 14pt;
 }
 .section2_link_subtitle{
  font-size: 11pt;
 }
}

@media only screen and (max-width: 450px){
  .section2{
    margin-top:-80px;
  }
}
