.form-section {
    background: white;
}
.form-info {
    color: black;
}

@media screen and (max-width: 837px) {
    .form-info {
        display: none;
    }
}

.hero-img {
    min-height: 500px;
    border-radius: 20px;
    box-shadow: 1px 1px 10px 20px rgb(226, 254, 226);
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

@media screen and (max-width: 600px) {
    .hero-img {
        min-height: 300px;
        margin-top: 20px;
    }
}

.info-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 1px 1px 10px 5px rgb(226, 254, 226);
    margin: 20px 0;
}

.each-what-you-learn-img {
    width: 100%;
    margin-bottom: 10px;
    min-height: 200px;
    background-image: url("/media/new/web_dev_bg.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 1px 1px 10px rgb(226, 254, 226);
}

#automation-form {
    background-image: url("/media/new/embed-automation.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: black;
}

.automation-form-holder {
    background: rgba(0, 0, 0, 0.821);
}
