.about-us-container {
    height: auto;
    position: relative;
    background-color: #0f1638;
    color: #fff7eb;
    padding: 60px 20px 50px 20px;
    border-radius: 0px 0px 17px 17px;
}

.about-us-container .container {
    width: 100%;
}

.about-us-title {
    height: 29px;
    opacity: 1;
    color: #bed431;
    font-family: "Nord";
    font-size: 25px;
    font-weight: 700;
}

.about-container {
    width: 80%;
    position: relative;
    height: 393px;
    opacity: 0.34;
    border-radius: 17px;
    background: #b4d7eb;
}

.logo {
    margin-right: 14.5px;
    width: 44px;
    height: 32.3px;
}

.about-container img {
    position: absolute;
    background: transparent;
    z-index: 1000;
}

.about-us-container article {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: normal;
    align-items: left;
    margin-top: 27px;
    width: 85%;
}
.computer-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 17px;
    object-fit: cover;
}
.image-container {
    width: 100%; 
    position: relative;
    height: 393px;
    border-radius: 17px;
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 57px;
}

.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b4d7eb;
    opacity: 0.34;
    border-radius: 17px;
    z-index: 1;
    pointer-events: none;
}

.computer-video {
    z-index: 2;
}
.computer-image {
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-50%, -50%);
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
    border-radius: 17px; 
}

hr {
    border: 1px solid #bed431;
    opacity: 0.52;
}

.custom-card {
    position: relative;
    height: 324px;
    background: transparent;
    border-radius: 17px;
}

.custom-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b4d7eb;
    opacity: 45%;
    border-radius: 17px;
    z-index: 1;
}

.custom-card-row {
    margin-top: 60.5px;
}

.card-content {
    padding: 40px;
    position: relative;
    z-index: 2;
}

.card-content h3 {
    width: 235px;
    height: 60px;
    font-family: "Nord";
    font-size: 25px;
    font-weight: bold;
    color: #bed431;
    margin-bottom: 28px;
}

.card-content p {
    height: 162px;
    font-family: "Poppins";
    font-size: 18px;
    color: #fff7eb;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.cta-button {
    width: 383px;
    height: 50px;
    border-radius: 17px;
    background: #b4d7eb;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Gotham";
    font-size: 20px;
    font-weight: bold;
    color: #0f1638;
}

.widi-detail h5 {
    opacity: 1;
    color: #bed431;
    font-family: "Nord";
    font-size: 20px;
    font-weight: 700;
}

.widi-detail p {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: normal;
    align-items: left;
    width: 90%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .image-container {
        width: 440px;
        position: relative;
        height: 350px;
    }
    .card-content {
        padding: 25px;
    }

    .card-content h3 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .card-content p {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .card-content {
        padding: 15px;
        width: auto;
    }

    .card-content h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .card-content p {
        font-size: 15px;
    }

    .about-us-title {
        height: auto;
        font-size: 20px;
        font-weight: 700;
    }

    .about-us-container article {
        font-size: 15px;
        margin-top: 27px;
        width: auto;
    }

    .widi-detail h5 {
        font-size: 16px;
    }

    .widi-detail p {
        font-size: 15px;
    }

    .about-us-container {
        padding: 20px;
    }

    .image-container {
        width: auto;
        position: relative;
        height: 350px;
    }

    .image-container {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .custom-card {
        margin-bottom: 20px;
        width: 100%;
    }

    .custom-card-row {
        margin-top: 30px;
    }

    .button-container {
        margin: 0px;
    }

    .cta-button {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .card-content {
        padding: 20px;
    }
    .cta-button {
        font-size: 15px;
    }
}
