body {
    margin: 0;
    padding: 0%;
    background-color: #FFFFEA;
    font-family: 'JetBrains Mono';
}

.navbar {
    display: flex;
    border: 4px solid #232323;
    justify-content: center;
    font-weight: 800;
    align-items: center;
    background-color: #D4D4B0;
    height: 64px;
}

.main__image__container {
    display: flex;
    padding: 64px;
    justify-content: center;
    height: calc(100vh - 72px);
}

.main__image {
    max-height:max-content;
}

.about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about__title {
    font-size: 2rem;
}

.about__text {
    max-width: 128ch;
    margin-bottom: 64px;
}

.card__section {
    display: flex;
    flex-direction: column;
    gap: 48px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 64px;
}

.sla{
    display: flex;
    padding: 64px;
    gap: 64px;
}
.card__section__title {
    margin-top: 64px;
    font-size: 2rem;
}

.component__card {
    display: flex;
    align-items: center;
    gap: 48px;
    width: 60%;
}

span {
font-weight: 800;
}

.conectores__title {
padding: 32px;
font-size: 2rem;
}

.conectores__image {
width: 50%;
}
.conectores {
    background-color: #D4D4B0;
    border: 4px solid #232323;
    border-left: none;
    border-right: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.conectores__section {
display: flex;
gap: 48px;
width: 70%;
padding-top: 64px;
padding-bottom: 64px;
}

.conectores__section__first__half{
    display: flex;
    flex-direction: column;

}

.conectores__section__second__half{
    display: flex;
    flex-direction: column;
}

 @media (max-width: 767px) {

    .main__image{
        max-width: 100%;
    }

    .main__image__container {
        height: auto;
    }

      .sla{
        display: flex;
        padding-top: 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }

      .conectores__section{
        display: flex;
        width: 80%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }

      .component__card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

      }

      .conectores__section{
        gap: 0;
      }
    }

     @media (min-width: 768px) {

        .main__image{
      max-width: 80%;
    }

    .main__image__container {
        height: auto;
    }
     }