.aboutus-s-1-background {
    position: relative;

    height: 60vh;
    width: 100vw;
    max-height: 700px;
    background: url('../img/pexels-picjumbocom-196652.jpg');
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(10px);
}

.aboutus-s-1-info {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(38, 38, 38, 0.6);
    backdrop-filter: blur(3px);
}

.aboutus-text-wrapper {
    width: 620px;
}

.aboutus-text {
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 20px;
    text-justify: inter-character;
}

.aboutus-s-2-wrapper {
    background: linear-gradient(180deg, #262626 0%, #5A5A5A 50%, #656565 100%);
    padding-top: 150px;
}

.aboutus-s-2-container {
    height: 50vh;   
}

.aboutus-s-2-container .row {
    min-height: 400px;
}

.aboutus-pic-1 {
    background-image: url('../img//pexels-terje-sollie-320617.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    margin: 0px auto;
    max-height: 400px;
}

.wrapper-white {
    background: linear-gradient(178.75deg, rgba(225, 225, 225, 0) 1.07%, rgba(210, 210, 210, 0.505208) 52.05%, #D1D1D1 98.95%);
}

.title-last {
    padding-left: 30px;
}

.text-last {
    padding-left: 50px;
}


@media(max-width:992px) {
    .aboutus-pic-1 {
        height: 350px;
        width: 100%;
        max-width: 100vw;
        margin-top: 60px;
    }

    .aboutus-s-2-container {
        height: fit-content;
        padding-bottom: 100px;
    }
}

@media(max-width: 576px) {
    .aboutus-text {
        text-align: center;
    }

    .title-1 {
        text-align: center;
    }
    
    .aboutus-text {
        padding-right: 39px;
        padding-left: 39px;
        text-align: left;
    }

    .text-title {
        padding: 0;
        text-align: center;
    }
}


