.goldstar_approach {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
}

.goldstar_approach_image {
    width: 95%;
    height: 350px;
    /* background-image: url(../img/home.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.goldstar_approach_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our_approach {
    margin-top: 50px;
}




@media (max-width: 1100px) {

    .goldstar_approach,
    .goldstar_approach_image,
    .goldstar_approach_text {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .goldstar_approach_image {
        margin-block: 50px;
    }
    .third{
        margin-bottom: -100px;
    }
footer{
    margin-top: 250px;
}
    
}