.side-image__wrapper {
  position: relative;
}

.page-center.side-image {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  min-height: 500px;
  position: relative;
  justify-content: space-evenly;
}

.page-content.side-image {
  display: flex;
  align-items: center;
}

.side-image-logo {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 25px;
}

.side-image-img {
  max-width: none !important;
}

.custom-content-info {
  padding: 10px 0 15px;
}

  .custom-content-info span, .custom-content-info p {
    font-size: 17px;
    color: #343D4E;
  }

.side-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 68%;
  margin-left: 2%;
}

.vertical-spacer{
  min-width: 70px;
}


.side-info-title {
  padding-bottom: 23px;
}

.side-info-title h2 {
  line-height: 40px;
  font-weight: 700;
  font-size: 35px;
  margin: 0;
}

.side-info-subtitle {
  font-size: 25px; 
  color: #343D4E; 
  text-align: center; 
  line-height: 40px; 
}

.info-side-module {
  font-size: 17px;
  color: #343D4E;
  line-height: 23px;
  text-align: left; 
}

.info-text {   
  font-weight: 400;    
  margin: 20px 0;
}

.info-points-list {
  font-weight: 400; 
  margin-left: 30px;
}


.info-final-buttons {
  margin-top:40px;
  display: flex;
}

.info-final-buttons .primary-btn a {  
  min-height: 50px;
  border-radius: 5px;
  background: #FFB718;
  text-align: center;  
  font-size: 17px;
  font-weight: 600;
  padding: 15px;
  color: #343D4E !important;
  min-width: 250px;
}
  .info-final-buttons .primary-btn a:hover {
    color: #fff !important;
    background: #343D4E;
  }

.info-final-buttons .secondary-btn a {  
  border: 1px solid #969eac;
  border-radius: 5px;
  color: #343D4E;
  font-size: 15px;
  font-weight: 700;
  max-height: 54px;
  min-width: 210px;
  padding: 14px;
  text-align: center;
  margin-left: 25px;
}
  .info-final-buttons .secondary-btn a:hover {
    color: #FFB718 !important;
  }

.side-image__illu {
  position: absolute;
  bottom: 0;
  z-index: 0;
}


@media only screen and (max-width: 1680px) {
  .vertical-spacer{
    min-width: 50px;
  }
}


@media only screen and (max-width: 991px) {
  .side-info-title {
    text-align: center;
    font-size: 32px;
  }
  
  .side-info-title h2 {
    font-size: 30px;
    line-height: 35px;
  }
  
  .side-info {
    margin-left:0;
  } 
  
  .page-center.side-image{
    padding-bottom: 20px !important;
  }
  
  
  .custom-content-info {
    text-align: justify !important;
    min-height: 210px;
    padding: 15px 0;
}
  
@media only screen and (max-width: 480px) {
  .page-content.side-image {
    display: flex !important;
    flex-direction: column;
    max-width: 470px !important;
    align-items: center;
  }
  
  .side-info {
    max-width: 380px;
    width: inherit;
  }  
  
  .vertical-spacer {
    display:none;
  }
  
  .info-final-buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
   
  .info-final-buttons .primary-btn a {
    min-width: 310px;
  }
  
  .info-final-buttons .secondary-btn a {  
    min-width: 310px;
    margin-left: 0;
  }
  
}
