.four{
    /* background-color: aquamarine; */
    
    background-image: url(image\ \(2\).jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.four .four_one{
    /* background-color: pink; */
    background-color: rgba(0, 0, 0, 0.76);
    backdrop-filter: blur(10);
    height: 100%;
    width: 100%;
}
.four .four_one .container {
    max-width: 100%;
    margin: 0 auto;
}
.four .four_one .header {
    text-align: center;
    margin-bottom: 40px;
}
.four .four_one .header h2 {
    font-size: 3em;
    margin: 0;
    color: orange;
}
.four .four_one .header button {
    background-color: #D3B698;
    border: none;
    padding: 10px 20px;
    color: #2E2E38;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
}
.four .four_one .services {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}
.four .four_one .service {
    position: relative;
    width: 350px;
    color: #FFFFFF;
    /* opacity: 0; */
            transform: translateY(50px);
}
.four .four_one .service img {
    width: 350px;
    height: 300px;
    display: block;
}
.four .four_one .service .overlay {
    position: relative;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 90%;
}
.four .four_one .service .overlay h2 {
    margin: 0;
    font-size: 20px;
    color: orange;
}
.four .four_one .service .overlay p {
    margin: 5px 5px;
    font-size: 15px;
}
.four .four_one .footer {
    text-align: center;
    margin-top: 40px;
    font-size: 0.9em;
    color: #B0B0B0;
}








@media only screen and (max-width: 768px)and (min-width: 480px){


    .services {
        flex-direction: column;
        align-items: center;
    }





}

















@media only screen and (max-width: 480px)and (min-width: 330px){




    .four{
        /* background-color: aquamarine; */
        width: 100%;
        height: auto;
        margin-bottom: 100px;
    }
    
    .four .four_one{
        /* background-color: pink; */
        height: 100%;
        width: 100%;
    }
    .four .four_one .container {
        max-width: 100%;
        margin: 0 auto;
    }
    .four .four_one .header {
        text-align: center;
        margin-bottom: 40px;
    }
    .four .four_one .header h2 {
        font-size: 20px;
        margin: 0;
        color: orange;
    }
    .four .four_one .header button {
        background-color: #D3B698;
        border: none;
        padding: 10px 20px;
        color: #2E2E38;
        font-weight: bold;
        cursor: pointer;
        margin-top: 20px;
    }
    .four .four_one .services {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: center;

        flex-direction: column;
        align-items: center;
    }
    .four .four_one .service {
        position: relative;
        width: 300px;
        color: #FFFFFF;
        /* opacity: 0; */
                transform: translateY(50px);
    }
    .four .four_one .service img {
        width: 300px;
        height: 300px;
        display: block;
    }
    .four .four_one .service .overlay {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        width: 90%;
    }
    .four .four_one .service .overlay h2 {
        margin: 0;
        font-size: 15px;
        color: orange;
    }
    .four .four_one .service .overlay p {
        margin: 10px 0 0;
        font-size: 10px;
    }
    .four .four_one .footer {
        text-align: center;
        margin-top: 40px;
        font-size: 0.9em;
        color: #B0B0B0;
    }
    
}
    @media (max-width: 768px) {
        .services {
            flex-direction: column;
            align-items: center;
        }
    }
    
































@media only screen and (max-width: 330px)and (min-width: 0px){




    .four{
        /* background-color: aquamarine; */
        width: 100%;
        height: auto;
        margin-bottom: 100px;
    }
    
    .four .four_one{
        /* background-color: pink; */
        height: 100%;
        width: 100%;
    }
    .four .four_one .container {
        max-width: 100%;
        margin: 0 auto;
    }
    .four .four_one .header {
        text-align: center;
        margin-bottom: 40px;
    }
    .four .four_one .header h2 {
        font-size: 20px;
        margin: 0;
        color: orange;
    }
    .four .four_one .header button {
        background-color: #D3B698;
        border: none;
        padding: 10px 20px;
        color: #2E2E38;
        font-weight: bold;
        cursor: pointer;
        margin-top: 20px;
    }
    .four .four_one .services {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: center;

        flex-direction: column;
        align-items: center;
    }
    .four .four_one .service {
        position: relative;
        width: 100%;
        color: #FFFFFF;
        /* opacity: 0; */
                transform: translateY(50px);
    }
    .four .four_one .service img {
        width: 100%;
        height: 300px;
        display: block;
    }
    .four .four_one .service .overlay {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        width: 90%;
    }
    .four .four_one .service .overlay h2 {
        margin: 0;
        font-size: 15px;
        color: orange;
    }
    .four .four_one .service .overlay p {
        margin: 10px 0 0;
        font-size: 10px;
    }
    .four .four_one .footer {
        text-align: center;
        margin-top: 40px;
        font-size: 0.9em;
        color: #B0B0B0;
    }
    
}    
    
    @media (max-width: 768px) {
        .services {
            flex-direction: column;
            align-items: center;
        }
    }
    








