.ready-container {
   background-color: #fedbc4;
   margin-top: 3rem;
}

.ready-row {
 display: flex; 
 justify-content: space-around;
 width: 100%;
}

.ready-column {
 width: 48%; 
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 border: 5px solid white;
 margin-top: 1rem;
 margin-bottom: 1rem;
 padding: 1rem;
}

.ready-col-header {
 font-family: 'Suisse Int Cond Semi'; 
 text-transform: uppercase;
 color: #124573;
 font-size: 96px;
 line-height: 86px;
}

.ready-col-p {
  font-size: 31px;
  line-height: 35px;
   font-family: "BrandonGrotesque-Light", "serif";
  font-weight: 600;
  color: #ff7a6b;
  margin-top: .5rem;
}

.checks-title {
  font-size: 31px;
  line-height: 35px;
   color: #ff7a6b;
  font-family: "BrandonGrotesque-Medium", "serif";
}

.form-contact .ready-member-btn {
  background-color: #ff7a6b;
}

.form-contact .log-in-btn {
    background-color: #ff7a6b;;
}

.form-info::placeholder {
 color: #ff7a6b;;
 opacity: 1;
}

.form-password {
 margin-top: 1rem; 
}

#field-contact-name {
 width: 100%; 
}

.form-row-name {
 width: 100% !important; 
}


@media (max-width: 953px) {
  .ready-row {
 display: flex; 
 flex-direction: column;
}
  
  .ready-column {
 width: 90%; 
margin: 1rem auto 1rem auto;
}
  
  .ready-col-header {
   text-align: center; 
  }
  
  .ready-col-p {
   text-align: center; 
  }
  
  .form-row-name {
 width: 90% !important; 
 margin: auto;
}
  
  .form-body {
   margin-top: 1rem; 
  }
  
   .form-row-email {
 width: 90% !important; 
 margin: auto;
}
  
  .form-row-wrap {
   display: flex;
   justify-content: space-between;
   width: 90%;
   margin: auto;
  }
  
  .form-row {
   width: 50%; 
   height: 100%;
  }
  .form-actions {
   width: 50%; 
  }
  
  .checks-title-chill-body {
   margin-left: 1rem; 
  }
  
  .checks-title {
   font-size: 25px; 
  }
  
  #chill-body-checkbox {
   margin-left: 1rem; 
  }
   
 /*password-section*/
  .perks-password {
   display: flex; 
   justify-content: space-between;
  }
  
  .password-wrap {
     width: 50%; 
  }
  
  #form-password {
   height: 58px;
   margin-top: 0;
  }
  
  .form-contact .log-in-btn {
    width: 49%;
    background-color: #ff7a6b;;
  }
  
}

@media(max-width: 767px) {
  .ready-col-header {
 font-size: 66px;
 line-height: 56px;
}

.checks-title {
  font-size: 31px;
  line-height: 35px;
}
  
}


@media(max-width: 425px) {
  .ready-col-header {

 font-size: 56px;
 line-height: 46px;
}

  
  .ready-col-p {
  font-size: 20px;
  line-height: 24px;
}


.checks-title {
  font-size: 25px;
  line-height: 29px;
  
}
}