


body {
  background: url("/images/about.webp") center center no-repeat;
  background-size: cover;
  height: 270px;
  font-family: 'poppins';
}

main {
    margin-top: 0;
    padding-top: 0 !important;
}

.fs-19 > li{
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 4px;
}

h2 {
    font-size: 32px;
    font-weight: 600;
}

.h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-weight: 700;
  font-size: 60px;
  color: white;
  line-height: 1.2;
  text-align: center;
}

p {
    font-size: 19px;
    font-weight: normal;
}

.containerabout {
  display: flex;
  flex-direction: column;
  margin-top: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 100%;
}

/* Section 1 */

.sect1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.left1 {
    display: flex;
    flex-direction: row;
    width: 45%;
    gap: 20px;
    align-items: center;
}

.pictl1 img {
    width: 500px;
    height: 780px;
}

.textl1 {
    border-top: solid 8px;
    padding-top: 20px;
    height: fit-content;
}

.right1 {
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    border: none;
    align-items: end;
}

.pictr1{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.pictr1 img {
    width: 820px;
    height: auto;
}

.textr1 {
    max-width: 520px;
    text-align: left;
}

/* Section 2 */

.back2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #2448B6;
    width: 100%;
    height: 255px;
    margin-top: 150px;
    margin-bottom: 150px;
    color: white;
    padding-left: 120px;
    padding-right: 120px;
    gap: 100px;
}

.lg1et2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 120px;
    width: 50%;
}

.lg3et4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 120px;
    width: 50%;
}

.lg1, .lg2, .lg3, .lg4 {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 25px;
}

.lg1 img, .lg2 img, .lg3 img, .lg4 img {
    max-width: 60px;
    max-height: 60;
}

/* Section 3 */

.sect3 {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 5%;
    margin-bottom: 150px;
    margin-top: 60px;
}

.left3 {
    display: flex;
    width: 45%;
    max-width: 45%;
    align-items: center;
}

.back3 {
    position: absolute;
    width: 590px;
    height: 590px;
    background-color: #B5CFFF;
    z-index: 1;
}

.pictl3 {
    z-index: 2;
    width: 590px;
    height: 480px;
    padding-left: 60px;
}

.pictl3 img {
    width: 590px;
    height: 480px;  
}

.right3 {
    display: flex;
    flex-direction: column;
    width: 45%;
    gap: 10px;
}

.textr3 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.textr3 h2 {
    font-size: 42px;
}

/* Section 4 */

.sect4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 40px;
    margin-bottom: 100px;
}

.pict4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 40px;
    padding-left: 60px;
    padding-right: 60px;
}

.pict4 img {
    width: 30%;
}

.btn4 button {
    width: 370px;
    height: 50px;
    border-radius: 10px;
    background-color: transparent;
    border: solid 1px;
    font-size: 18px;
    font-weight: normal;
}






@media (max-width: 1500px) {

    /* Section 1 */

    .containerabout {
        margin-top: 100px;
    }

    .sect1 {
        margin-top: 0;
        padding-top: 0;
    }

    .left1, .right1 {
    width: 48%;
    gap: 16px;
    }

    .pictl1 {
        display: flex;               
    }

    .pictl1 img{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 400px;
        height: 680px;
    }

    .pictr1 img {
        height: auto;              
    }

    .textl1 h2 {
        font-size: clamp(18px, 2vw, 24px);
        line-height: 1.2;
    }

    .textr1 {
        max-width: 420px;  
            
    }

    .textr1 p {
        font-size: 15px;
    }

    /* Section 3 */

    .sect3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 150px;
        max-width: 100%;
    }

    .left3 {
        display: flex;
        align-self: left;
        padding-left: 60px;
    }

    .right3 {
        align-self: center;
        text-align: left;
        width: 80%;
    }

}



@media (max-width: 1099px) {

    /* Section 1 */

        .containerabout {
        margin-top: 100px;
    }

    .sect1 {
        margin-top: 0;
        padding-top: 0;
    }

    .left1, .right1 {
    width: 48%;
    gap: 16px;
    }

    .pictl1 {
        display: flex;               
    }

    .pictl1 img{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 400px;
        height: 680px;
    }

    .pictr1 img {
        max-width: 370px;
        height: auto;              
    }

    .textl1 h2 {
        font-size: clamp(18px, 2vw, 24px);
        line-height: 1.2;
    }

    .textr1 {
        max-width: 370px;  
            
    }

    .textr1 p {
        font-size: 15px;
    }

    /* Section 4 */

    .pict4 img {
        width: 100%;
    }
}
@media screen and (max-width:1200px) {

    body {
        height: 400px;
    }
    h1 {
        font-size: 50px;
    }
}
@media screen and (max-width:992px) {

    body {
        height: 420px;
    }

    .containerabout {
        margin-top: 100px;
    }

    .sect1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        padding-top: 0;
        gap: 60px;
    }

    .left1 {
        display: flex;
        flex-direction: column-reverse;
        width: 80%;
    }

    .pictl1 {
        width: 100%;
    }

    .pictl1 img {
        width: 100%;
        height: 100%;
    }

    .textl1 {
        width: 100%;
        font-size: 32px;
    }

    .right1 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: 80%;
    }

    .pictr1 {
        display: flex;
        width: 100%; 
        justify-content: center;
    }

    .pictr1 img {
        width: 100%;
        align-items: center;
    }

    .textr1 {
        width: 100% !important;
    }

    .textr1 p {
        font-size: 19px;
    }

    /* Section 2 */

    .back2 {
        height: 520px;
        display: flex;
        flex-direction: column;
        padding: 50px;
        align-items: center;
    }

    /* Section 3 */

    .sect3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 100%;
    }

    .back3 {
        position: absolute;
        width: 390px;
        height: 390px;
        background-color: #B5CFFF;
        z-index: 1;
    }

    .pictl3 {
        z-index: 2;
        width: 390px;
        height: 280px;
        padding-left: 60px;
    }

    .pictl3 img {
        width: 390px;
        height: 280px;  
    }

    .left3 {
        display: flex;
        align-self: left;
        padding-left: 60px;
    }

    .right3 {
        align-self: center;
        text-align: left;
        width: 80%;
    }

}


@media screen and (max-width:560px) {

    /* Section 3 */

    .sect3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 100%;
    }

    .back3 {
        position: absolute;
        width: 290px;
        height: 290px;
        background-color: #B5CFFF;
        z-index: 1;
    }

    .pictl3 {
        z-index: 2;
        width: 290px;
        height: 180px;
        padding-left: 30px;
    }

    .pictl3 img {
        width: 290px;
        height: 180px;  
    }

    .left3 {
        display: flex;
        align-self: left;
        padding-left: 30px;
    }

    .right3 {
        align-self: center;
        text-align: left;
        width: 80%;
    }

    .textr3 h2 {
        font-size: 32px;
    }

    .textr3 p {
        font-size: 15px;
    }

}
    






