.oga-title {
  color: var(--Mine-Shaft-Black-700, #333);
  /* Desktop/Heading 1 */
  
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px; /* 110% */
}
.sub-oga-title {
  color: var(--White, #fff);
  /* Desktop/Caption */
  
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.sub-oga-title span {
  display: inline-block;
  padding: 5px;
}
.our_global_accreditations {
  background-color: #f9fafb;
}
.arrow-background .title {
  background-image: url("../png/rectangle.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
body {
  background-color: #f9fafb !important;
}
.accreditation-card {
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
}
.accreditation-card-main {
  height: 100%;
  background: var(--White, #fff);
  border-radius: 8px;
  border: 1px solid var(--Mine-Shaft-Black-200, #ebebeb);
}
.accreditations a {
  text-decoration: none !important;
}
.accreditations h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px; /* 128.571% */
  letter-spacing: -0.56px;
  color: #333333;
}
.accreditations p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: -0.2px;
  color: #454545;
}
.our_global_accreditations .title {
  padding-bottom: 50px;
}
.loader {
    width: 15px;
    height: 15px;
    border: 3px solid var(--light-blue700,  #0056b3);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-left: 5px;
    }
     @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

@media (max-width: 667px) {
  .oga-title {
    color: var(--Mine-Shaft-Black-700, #333);
    /* Desktop/Heading 1 */
    
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 42px; /* 110% */
  }
  .accreditations p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: #454545;
  }
  .accreditations h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    letter-spacing: -0.56px;
    color: #333333;
  }
}
