body{

}
.page-container {
  display: flex;
  min-height: 100vh;
}

.banner-section {
  /* background-color: black; */
  width: 40%;
  max-width: 40%;
  background: #1F5CB6;
  background: linear-gradient(296deg, rgba(31, 92, 182, 1) 0%, rgba(0, 27, 64, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-section {
  /* padding-top: 50px; */
  max-width: 60%;
  height: 100vh;
  overflow-y: auto;
  width: 60%;
  display: flex;
}
.slider-section{
    /* width: 50%; */
    max-width: 550px;
}
.page-content{display: flex;flex-direction: column;padding: 10px 40px;padding-left: 80px;max-width: 600px;margin-top: auto;margin-bottom: auto;}
.page-content .logo{
    text-align: center;
}
.page-content .logo img{max-height: 120px;}
.information{
    column-gap: 10px;
    margin-bottom: 5px;
    text-align: center;
}
.information b{
    width: 50px;
}

.page-content.page-installments{
    max-width: 700px;
}
.page-content.page-installments .row{}
.page-content.page-installments .row>div{}
.page-content.page-installments .row>div table{
    margin-bottom: 15px;
}
.page-content.page-installments .row>div table .bank-header{
    background: #f7f7f7;
    font-weight: bold;
}

.page-content.page-installments .row>div table .bank-header td{
    border-color: #efeeee;
}


.page-content  .buttons {
    justify-content: center;
}
.page-content  .buttons .btn{
  outline: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.page-content  .buttons .btn:first-child{
  font-size: 16px;
  background: #1F5CB6;
  background: linear-gradient(118deg, #20315C 0, #1F5CB6 50%);
  box-shadow: 0 0 10px 1px rgb(31, 92, 182);
  font-weight: 600;
  color: white;
}
.page-content  .buttons .btn:last-child{
  background: none;
  box-shadow: none;
  border: 2px solid rgb(226, 232, 240);
  color: rgb(185 192 201);
}

.page-content.page-installments h5{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.page-content.page-installments .btn-back{
  border: 1px solid #eeeeee;
  font-size: 14px;
  margin-bottom: 20px;
  outline: 0px !important;
  box-shadow: none !important;
}
.informations{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1250px) {
  .page-container {
  flex-direction: column;
  }
  .banner-section {order: 2;width: 100%;max-width: 100%;padding-top: 30px;}
  .content-section {
  order: 1;
  width: 100%;
  justify-content: center;
  max-width: 100%;
  }
  .page-content{
    padding: 20px 30px;
  }
  .slider-section{max-width: 400px;}
}

@media (max-width: 650px) {
  .page-content{
    max-width: 90%;
  }
  .slider-section{max-width: 300px;}
}

.installment-container{}