/*certification $ membership*/
.certification{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 100%; */
    /* max-width: 100%; */
    gap: 40px;
    background: white;
    padding: 0 25px 25px 25px;
    /* border-radius: 27px; */
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important; */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
 
  }
body.work.default.complementary-default.custom-certifications-body .introduction h1{
    margin: 0;
    background: white;
    padding: 25px;
    padding-top: 47px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  margin-bottom: -40px !important;
}
body.work.default.complementary-default.custom-certifications-body .introduction h1:after {

    width: 0px;
    height: 0px;
   
}
.certifications-sidebar h2{}
  .certification-content{
      max-width: 70%;
  }
body.work.default.complementary-default.custom-certifications-body .small {
    display: none;
}
 body.work.default.complementary-default.custom-certifications-body article {
        grid-column: 2 / 16;
}
 body.work.default.complementary-default.custom-certifications-body article figure img {
   width: 100%;
}
.certifications-sidebar {
    display: block !important;
  	width: 100%;
    max-width: 30%;
  position:relative !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px !important;
  top: 0 !important;
  border-radius: 20px;
}
body.work.default.complementary-default.custom-certifications-body .certificate-ul{
	display: flex;
    flex-wrap:wrap; 
}
body.work.default.complementary-default.custom-certifications-body .certificate-ul li{
	width :100%;
  max-width: 47%;
}

.partners-button {
    display: inline-block;          /* Ensures padding works nicely */
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;          /* Removes underline */
    color: #ffffff !important;                 /* White text */
    background-color: #b11016;      /* Button color */
    padding: 10px 20px;             /* More balanced padding */
    border-radius: 6px;             /* Rounded corners */
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.partners-button:hover {
    background-color: #8a0d12;      /* Darker red on hover */
    transform: translateY(-2px);    /* Slight lift effect */
}

.logo-table-row {
    overflow: hidden;
    margin-block-end: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
      margin-bottom: 30px !important;
}
.logo-table-data {
    width: 25%;
    float: left;
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 0 4px;
    height: 150px;
    justify-content: center;
    display: flex;
    align-items: center;
}
 body.work.default.complementary-default.custom-certifications-body .certificate-ul li a{
	color: black !important;
}
 body.work.default.complementary-default.custom-certifications-body .certificate-ul li a:hover{
	color: black !important;
}
.certifications-sidebar .card.card--block {
    border-top: none !important;
    padding: 0px 0 40px 30px !important;
}
@media (max-width: 1550px) {
  .statsblock {
max-width:80% !important;
  }
}

@media (max-width: 1024px) {
.certification{
flex-direction: column;
  }

  body.work.default.complementary-default.custom-certifications-body .certificate-ul li{
	width :100%;
  max-width: 100%;
}
  .certifications-sidebar{
      max-width: 100% !important;
  }
  .certification-content {
    max-width: 100%;
}
}

@media (max-width: 768px) {
  body.work.default.complementary-default.custom-certifications-body article
 {
    padding: 0 !important;
}

.certification-content
 {
    max-width: 100%;
}
.certifications-sidebar{
	width: 100%;
  max-width: 100% !important;
}
.logo-table-data {
	padding:4px;
}
  .logo-table-row{
  flex-wrap: wrap;
  }
 body.work.default.complementary-default.custom-certifications-body .statsblock--wrapper{
  padding-right:20px;
   padding-left:20px;
  }
  .logo-table-data {
    width: 100%;
    max-width: 47%;

  }

@media (max-width: 375px) {
.logo-table-data {
    width: 100%;
  max-width: 100%;
}
}