/* These are the styles for custom ttdn sections */

.justify-center {
    justify-items: center;
}

.section-container {
    scroll-margin-top: 325px;
    padding: 20px 10px;
}


.section-container.secondary {
    background-color: #f1f1f1;
}

.section-title-container {
    padding: 5px;
    border-left: 6px solid var(--TTDN-Brand-Accent-2, #0DDAEF)
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #111928;
}

.section-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #5D6C79;
}

.subsections-container {
    display: flex;
    flex-direction: column;
    
    margin: 20px;
}

.subsection-container {
    
}

.subsection-title-container {
    /*padding: 0px 40px;*/
}

.subsection-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #111928;
}

.subsection-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #5D6C79
}

.subsection-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0px;
}



/* TTDN-Services section */

#ttdn-services-introduction {
    background-color: #000;
    
    background: url('../images/dataweb-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 50px 0px;
}

#ttdn-services-introduction > :first-child {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #fcc605;
}

#ttdn-services-introduction > :nth-child(2) {
  font-family: Inter;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #0ddaef;
  width: 80%;
}

#ttdn-services-image-container {
    height: fit-content;
    padding-right: 12px;
}

#solutions-container {
    padding-right: 12px;
}

#solutions-title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

#solutions-content {
    gap: 16px;
    padding: 5px 24px;
    border-left: solid 6px #0ddaef;
}

#solutions-content ul {
    padding: inherit;
    margin: inherit;
    list-style-type: disc;
}

#solutions-content li {
     font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

#solutions-final-mark {
         font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

#solutions-container img {
  height: 252.7px;
  flex-grow: 0;
  border-radius: 20px;
  border: solid 2px #fff;
  object-fit: cover;
  width: 100%;
}

.ttdn-services-button {
    width: fit-content;
    padding: 13px 28px;
    border-radius: 5px;
    font-size: 16px;
    color: #202020;
    background-color: #FCC605;
    text-transform: uppercase;
    text-align: center;
}

#solutions-wrapper {
    flex-wrap: wrap;
    
    .ttdn-services-button {
        width: -webkit-fill-available;
    }
}


/* col-sm */
 @media (max-width: 576px) {
.section-container {
      padding: 10px 0px;
}

.section-title-container {
    margin-left: 15px;
}

.subsections-container {
    margin-left: 16px;
    margin-right: 0px;
}
}