.inner-logo-sec {
      padding: 18px 0px 145px;
}
.inner-logo-sec .title-text{
    font-family: Biotif;
    font-weight: 600;
    font-size: 50px;
    line-height: 66px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #0A1B2B;
    margin: 0 0 20px 0;
    padding: 0;
}

.inner-logo-sec .inner-content {
    max-width: 1430px;
    padding: 0 30px;
    margin: 0 auto;
}
.inner-logo-sec .title-content {
    max-width: 842px;
    text-align: center;
    margin: 0 auto 70px;
}
.inner-logo-sec .title-content p{
   font-family: Biotif;
   font-weight: 400;
   font-size: 17px;
   line-height: 32px;
   letter-spacing: 0;
    text-align: center;
   color:#000000;
   margin:0 0 20px 0;
   padding:0;
}
.inner-logo-sec .title-content p:last-child{
  margin:0;
  padding:0;
}
.inner-logo-sec .logo-items {
    display: flex;
    gap: 0 23px;
   justify-content: center;
    align-items: center;
}
.inner-logo-sec .single-item {
    width: 132px;
    height: 132px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-logo-sec .single-item.big-logo {
  width:302px;
  height:302px;
  border-radius:100%;
  box-shadow: 0px 0px 32.31px 0px rgba(0, 0, 0, 0.06);
  margin: 0 -44px;
   position: relative;
   z-index: 1;
   background-color: #ffffff;
   border:0;
}
