.theme-card-inner{
	position:relative;
}
.theme-cards__inner-wrapper{
  padding:25px 25px 1px;
  margin-bottom:30px;
  min-height: 319px;
}
.theme-cards__left-content ul li {
 font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
    text-align: right;
}
.theme-cards__left-content, .theme-cards__right-content{
  display:flex;
  align-items:center;
  justify-content:center;
}
.theme-cards__left-content ul li a{
  color:var(--orange-color);
  display:block;
  text-transform:uppercase;
  font-weight:bold;
}

.theme-cards__left-content ul li span{ 
  color:var(--dark-blue);
  text-transform:capitalize;
  font-weight:bold;
  text-align:right;
}

.theme-cards__right-content ul li{
    letter-spacing: 0.05rem;
    font-size: 1.0rem;
    color: #698b9f;
    font-weight: 600;
    padding-bottom: 25px;
    position: relative;
    line-height: 1.2rem;
text-align: center;
}
.card-title  h3{
margin-top: 5px;
  font-family: var(--font-domain-exbold);
  font-size: 2.2rem;
  line-height: 3rem;
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 0.2rem;
}
.theme-cards__right-content ul li:last-child::before{
  content:unset;
}
.theme-cards__right-content ul li::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    background: #698b9f;
    border-radius: 50%;
    bottom: 8px;
    right: 50%;
  
}
.theme-cards__left-content::before {
    content: "";
    position: absolute;
    background: url(/~/media/Images/T/Tikehau-Capital-V2/images/theme-card/line-vertical) no-repeat;
    width: 2px;
    height: 100%;
    top: 0;
    left: 100%;
    /* right: 50%; */
}
.center-logo-area{
    background: #fff;
    position: absolute;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    border: 1px solid var(--dark-blue);
    width: 300px;
    height: 300px;
    top: 350px;
    left: 50%;
    transform: translate(-50%, -50%);

}
.center-logo-area svg{
	width:90px;
    height:90px;
}

.center-logo-area h3{
font-family: var(--font-domain-exbold);
    font-size: 3.2rem;
  
    text-align: center;
    letter-spacing: 0.2rem;
}
.center-logo-area::before {
    content: '';
    background: #fff;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    border: 1px dashed #000;
}
.center-logo-area::after {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid var(--dark-blue);
    z-index: -1;
    border-radius: 50%;
}
.card-0::before {
     bottom:-2%;
}
.card-1::before {
   bottom:-5px;  
}
.card-2::before {
     bottom:-2%;
}
.card-3::before{
  bottom:-2%;
}
.card-4::before{
	left: -15px;
    top: 33%;
}
.border-2 {
    background: url(/~/media/Images/T/Tikehau-Capital-V2/images/theme-card/line-horizontal) no-repeat;
    height: 3px;
    background-position: center;
    width: 77%;
}

.theme-card-inner .box-content-theme{
    border: 1px solid var(--dark-blue);
    padding: 10px 20px;
}

.theme-card-inner .box-content-theme span.orange-color h3 {
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
    font-family: var(--font-domain-exbold);
}
.theme-cards__inner-wrapper .row.align-items-center div.col-6 {
    min-height: 251px;
}
.theme-image img{
width: 53%
}
.theme-cards__inner-wrapper .row.align-items-center::before{
    font-size: 9px;
    content: "";
    position: absolute;
    height: 37px;
    width: 17px;
    background: url(/~/media/Images/T/Tikehau-Capital-V2/images/theme-card/arrow) no-repeat;
    background-position: center;
    background-size: cover;
    left: 49%;
    bottom: 50%;
    z-index: 2;
}
.end-note{
    font-size: 10px;
    line-height: 1rem;
    width: 34%;
    }
.theme-cards__right-content li{
line-height: 1.2rem;
text-align: center;
}
.theme-card-inner .box-content-theme span.box-text {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    font-family: var(--font-domain-exbold);
}
.theme-card-inner .box-content-theme span img{
width:30px;
height: auto;
margin-right: 10px;
}
@media(max-width:767px){
.theme-card-inner .box-content-theme span.box-text {
    font-size: 1.6rem;
    }
}
@media(min-width:768px) and (max-width:991px){
.theme-card-inner .box-content-theme span.box-text {
    font-size: 2rem;
    }
}
@media(max-width:991px){
.border-2{
display:none;
}
}
@media(min-width:992px){
.theme-cards__inner-wrapper::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    background: url(/~/media/Images/T/Tikehau-Capital-V2/images/theme-card/dot) no-repeat;
    background-position: center;
    background-size: cover;
    left: 49%;
    bottom: -8px;
}
}
@media(min-width:992px) and (max-width:1376px){
.theme-cards__inner-wrapper {
    padding: 25px 25px 1px;
    min-height: 349px;
    margin-bottom: 30px;
}
.theme-cards__inner-wrapper::before {
 bottom: -8px;
}
}