﻿@media (min-width: 700px) {

    .landscape-image {
        flex-wrap: nowrap;
        height: 400px;
    }

    .images {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: center;
        gap: 30px;
        margin-top: 2%;
        margin-bottom: 3%;
    }

    .images-inner-top-projects-2 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .whats-app-image {
        width: 20%;
    }


    .images-inner-top-projects-2 img .image {
        box-shadow: 6px 6px 12px #888888;
        width: -webkit-fill-available;
    }

    .images-inner-top-projects-2 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

        .images-inner-top-projects-2 img {
            width: 30%;
            box-shadow: 6px 6px 12px #888888;
        }
}


@media (max-width: 700px) {
    .images {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .images-inner-top-projects-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

        .images-inner-top-projects-2 img {
            width: 45%;
            box-shadow: 6px 6px 12px #888888;
        }

    .back-button, a.back-button {
        background-color: white;
        height: 45px;
        font-size: 24px;
        border: 1px solid black;
        cursor: pointer;
        position: fixed !important;
        width: 60px;
        float: right;
        bottom: 100px;
        right: 0;
    }
}
