*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter, sans-serif;

}

.banner{
    width: 100%;
    height: 60vh;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.container-bg{
    background-color: #0d0d0d;
    width: 100%;
    height: 2800px;
    align-self: center;
    z-index: -1;
}

.container-body{
    width: 60vw;
    height: 600px;
    background-color: #0d0d0d;
    border-radius: 5px;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    padding: 50px;
    margin-inline: auto;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
}

.container-body .header{
    position: absolute;
    text-align: center;
    top: -20%;
    font-size: 50px;
    font-family: Teko,sans-serif;
    color: #fff;
    font-weight: 600;
    filter: drop-shadow(5px 10px 10px #0d0d0d);
}


.container-box1 {
    width: 45%;
    height: 500px;
    left: 0;
    right: 0;
    margin-inline: auto;
    padding: 5px;
    align-content: center;
}

.container-img {
    width: 100%;
    height: 70%;
    border-radius: 20px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;

}
h4 {
    text-align: center;
}