#aboutus-banner {
    position: relative;
    background-image: url(/static/images/webdev_back3.jpg);
    background-size: cover;
    background-position: center;
    height: 450px;
    color: white;
    text-align: center;
}

#aboutus-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#aboutus-content {
    width: 55%;
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    padding-left: 150px;
    padding-top: 50px;
    text-align: start;
}
#content1{
    padding-top: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
}
#aboutus-card-card-text{
    width: 1100px;
}
.aboutus-text-center h3{
    font-size: 3rem;
}
.aboutus-text-center p{
    font-size: 1.2rem;
}
#aboutus-home a{
    color: white;
}
#aboutus-content h1 {
    font-size: 60px;
    margin: 0;
    font-weight: 700;
}

#aboutus-home1 {
    font-size: 17px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 2px;
}
#aboutus-home{
    font-size: 13px;
    font-weight: 500;
}
.third{
    display: flex;
    justify-content: center;
    text-align: center;
}

.value {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    box-sizing: border-box;
}
.value-text, .value-text1 {
    width: 30%;
    padding: 20px;
    box-sizing: border-box;
}
.card2 {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #d8e6f46a;
    border-radius: 5px;
    margin-bottom: 6vw;
    transition: background-color 0.3s;
}
.card2:hover {
    background-color: #379dd2;
}
.value-image {
    width: 35%;
    padding: 20px;
}
.value-image img {
    width: 100%;
}
.bottom, .bottom1 {
    margin-top: 20px;
}
@media (max-width: 600px) {
    .value{
        width: 100%;
        display: inline;
    }
    .value-text{
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .card2{
        padding-bottom: -200px;
    }
    .value-image{
        width: 100%;
        padding-bottom: 20px;
    }
    .value-text1{
        width: 100%;
        justify-content: center;
        align-items: center;
    }

}
@media (min-width: 768px) and (max-width: 991.98px) {
    .value{
        width: 100%;
        display: inline;
    }
    .value-text{
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .card2{
        padding-bottom: -200px;
    }
    .value-image{
        width: 100%;
        padding-bottom: 20px;
    }
    .value-text1{
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}


@media (max-width: 768px) {
    #aboutus-banner {
        height: 500px;
    }

    #aboutus-content {
        width: 80%;
        padding-left: 20px;

    }

    #aboutus-content h1 {
        font-size: 40px;
    }

    #aboutus-home1 {
        font-size:20px;
        font-weight: 600;
    }

    #aboutus-home {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    #aboutus-banner {
        height: 350px;
    }

    #aboutus-content {
        width: 90%;
        padding-left: 10px;
        text-align: center;
    }

    #aboutus-content h1 {
        font-size: 30px;
    }

    #aboutus-home1 {
        font-size: 18px;
        font-weight: 500;
    }

    #aboutus-home {
        font-size: 5px;
    }

}
