/* Base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Red Hat Display' !important;
}

body {
    font-family: 'Red Hat Display';
    line-height: 1.6;
}
  
.strengths-subtitle {
    font-family: 'Arvo' !important;
}

/* Container 1 */
.knowledge-cycle-container {
    display: flex;
    width: 100%;
    max-width: 1013px;
    margin: -230px auto 0;
    border-radius: 10px;
    border: 1px solid #8C1B83;
    background-color: white;
    padding: 20px;
    gap: 20px;
}

.knowledge-content {
    flex: 1;
    padding: 20px;
}

.knowledge-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    margin: 20px 0;
}

.knowledge-description {
    font-size: 18px;
    line-height: 1.4;
    max-width: 95%;
}

.knowledge-image {
    width: 315px;
    height: auto;
    object-fit: contain;
}

/* Container 2 */
.strengths-container {
    padding: 40px 20px;
    text-align: center;
    background-image: url('');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    min-height: 100%;
}

.strengths-title {
    font-size: 54px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 20px;
}
 .strengths-subtitle {

font-family:'Arvo';
   color: #3D1252;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.divisions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.division {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    padding: 20px;
}
.division > h3{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
    white-space: pre-line;
}

.sub-tit > div {
    font-size: 16px;
    text-align: left;
}

/* Responsive styles */
@media (max-width: 900px) {
  .division-subtitle{
    display:none;
  }
    .knowledge-cycle-container {
        margin-top: -200px;
        flex-direction: column-reverse;
    }
  
  
.strengths-subtitle{
    margin: 0 auto;
    width: 90%;
}
    
    .knowledge-image {
        width: 100%;
        max-width: 315px;
        margin: 0 auto;
    }
    
    .strengths-title {
        font-size: 40px;
    }
    
    .strengths-subtitle br {
        display: none;
    }
    
    .knowledge-content {
        text-align: center;
    }
  
    .divisions {
        flex-direction: column;
        align-content: center;
    }
  
    
  
  .division {
        min-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding:5px !important;
    }
    
    .division > h3{
        text-align: center;
        white-space: nowrap;
        font-size: 24px;
        width: 100%;
    }
  
  


        .sub-tit>div {
        margin: 0 auto;
        width: 80%;
        text-align: center;
        /* white-space: break-spaces; */
    }
}

@media (max-width: 600px) {
  .division-subtitle{
    display:none;
  }
    .knowledge-cycle-container {
        margin-top: -230px;
        flex-direction: column-reverse;
    }

    .knowledge-title {
        font-size: 24px;
    }
    
    .knowledge-description {
        font-size: 16px;
    }
    
    .strengths-title {
        font-size: 32px;
    }
    
    .division {
        min-width: 100%;
      padding:5px !important;
    }

    .division > h3 {
       
      white-space: normal;
    }
  
 .sub-tit > div{
white-space:normal;
   width: 90% !important;
}
}
  .division-title {
        width: 100%;
    }
@media (min-width: 900px) and (max-width: 1200px) {
    .strengths-subtitle {
        margin: 0 auto;
        width: 80%;
    }
  
  .division-subtitle{
    display:none;
  }
}
@media(min-width: 1200px) {
  
  .strengths-subtitle{
    margin: 0 auto;
    width: 60%;
}

    .knowledge-cycle-container {
        flex-direction: row;
    }

    .division > h3{
        white-space: pre-line;
    }
  .division-title{
    width: 80%; !important}
  
  .knowledge-description{
width:70%;
}
}