.secondView{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.titles{
    display: flexbox;
    text-align: center;
    font-family: 'Libre Baskerville:wght@700', serif;
    font-size: 1.8rem;
}



.description{
    text-justify: auto;
    text-align: justify;
    font-family: 'EB Garamond', serif;
    color: black;
}

.buttonConfig{
    display: flexbox;
    align-items: center;
    text-align: center;
    width: 100%;
    float: right;
    background-color: #016cad;
}

.container{
    align-items: center;
}

@media (max-width: 1020px) {
    .secondView{
        margin-top: 0%;
        margin-bottom: 4%;
    }
  }

  @media (max-width: 980px) {
    .col{
        display: block;
        padding-left: 5rem;
        padding-right: 5rem;
        margin-bottom: 2rem;
    }

    .secondView{
        margin-top: -19%;
    }
  }

  @media (max-width: 780px) {
    .row{
      flex-wrap: wrap;
    }
    .secondView{
        margin-top: 3%;
        margin-bottom: 4%;
    }
  }


  

