@font-face {
    font-family: "Canela Web";
    src: url("../font/Canela-Regular-Web.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Canela Deck Web";
    src: url("../font/CanelaDeck-Regular-Web.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: "GT America Bold";
    src: url("../font/GT-America-Standard-Bold.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: "GT America Medium";
    src: url("../font/GT-America-Standard-Medium.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: "GT America Regular";
    src: url("../font/GT-America-Standard-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: "CoreIcons";
    src: url("../font/core-icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Albertus Medium";
    font-style: normal;
    font-weight: 400;
    src: url('../font/Albertus-Medium.ttf') format('truetype');
  }
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: rgb(243, 244, 244);
}

.cetl-image-container {
    height: 100vh;
    position: relative;
}

.cetl-image-content {
    display: flex;
    text-align: center;
    position: relative;
    width: 100%;
}

.cetl-image-content::before {
    content: "";
    background: hsla(0, 0%, 5%, 0.6);
    background: linear-gradient(180deg, hsla(0, 0%, 5%, 0.4) 29.9%, #0e0e0e);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cetl-image-content .background-img {
    width: 100%;
    height: 100vh;
}

.cetl-image-content h1 {
    position: absolute;
    top: 52%;
    left: 25%;
    max-width: 550px;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: white;
    font-family: "Albertus Medium";
    font-size: 3.5rem;
    line-height: 4.3rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1px;
    padding-bottom: 0;
    text-align: start;
}

.cetl-image-content #cetl-logo {
    position: absolute;
    top: 57.3%;
    left: 74%;
    padding: 20px;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: white;
}

.cetl-description {
    padding: 4rem 7rem;
}

.cetl-description>p {
    font-family: "GT America Regular";
    line-height: 1.5;
    font-size: 1.11rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1px;
    padding-bottom: 0;
    text-align: start;
    color: #585858;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 0;
}
#extra-gap{
    display: none;
}

.desktop-only-block{
  display: black;
}
.mobile-only-block{
  display: none;
}

.mission-container {
    padding: 3rem 7rem 2rem 7rem;
}
.vision-container {
    padding: 3rem 7rem 2rem 7rem;
    background-color: white;
}

.mission-container h1 , .vision-container h1 {
    font-family: "Albertus Medium";
    font-size: 42px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1px;
    padding-bottom: 0;
    text-align: start;
    margin: 0;
}

.mission-container > ul, .vision-container > ul {
    padding-left: 24px;
    margin-top: 0;
}

.mission-container ul li, .vision-container ul li {
    font-family: "GT America Regular";
    line-height: 1.5;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1px;
    padding-bottom: 0;
    text-align: start;
    color: #585858;
}


.vision-mission-divider {
    border: 1px solid black;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cetl-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-end;
    align-items: center;
    margin-top: 50px;
}

.cetl-details>p {
    padding: 0;
    font-family: "Albertus Medium";
    font-size: 22px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1px;
    text-align: start;
    margin: 0;
    text-align: justify;
}

.cetl-details  img,a {
    justify-self: end;
    max-width: 300px;
}

.leadership-bog {
    display: flex;
    flex-direction: column;
    padding: 2rem 7rem;
    background-color: rgb(255,255,255);

  }
  
  .leadership-bog h2 {
    font-family: "Albertus Medium";
    font-size: 42px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.1px;
    margin: 0;
  }
  
  .leadership-bog .divider {
    border: 1px solid #1e1e1e;
    width: 100%;
    margin-right: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .leadership-bog-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .leadership-bog-items p {
    font-family: "GT America Regular";
    font-size: 18px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.1px;
    color: #1e1e1e;
  }
  
  .leadership-bog-items p strong {
    font-family: "GT America Bold";
    font-weight: 300;
  }
  
  .leadership-bog-items p:nth-child(even) {
    padding-left: 24px;
  }


@media (max-width: 768px) {
    .cetl-image-content img{
        max-height: 65vh ;
    }
    .cetl-image-content h1 {
        top: 40%;
        max-width: 500px;
        transform: translate(-12%,0);
        font-size: 2rem;
        line-height: 4.3rem;
        letter-spacing: 0.2px;
    }
    #extra-gap{
        display: block;
    }
    
    .cetl-image-content #cetl-logo {
        display: none;
    }
    .cetl-details{
        display: flex;
        flex-direction: column;
    }
    .cetl-details a{
        width: 300px;
    }
    .cetl-description{
        padding: 2rem;
    }
    .vision-container, .mission-container {
        padding: 2rem;
    }
    .leadership-bog {
        padding: 2rem 2rem;
        margin: 0 12px;
    
      }
    .desktop-only-block{
      display: none;
    }
    .mobile-only-block{
      display: block;
    }
}

  