@media only screen and (min-width: 360px) {
    body {
        width: 100%;
        display: block;    
    }

    .flex-center{
        width: 1330px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;    
        text-align: center;
    }

    .img-link{
        width: 100px;
        height: 100px;
        margin-left:60px;
        margin-right: 60px;
        margin-top: 10px; 
    }
    .flex-center a {
        text-decoration: none;
        color: black;
    }

    .flex-search{
        width: 1330px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;    
        text-align: center;
    }

    .flex-search button {
        background-color: #4bba70; 
        color: black; 
        border-radius: 10px;
        border: none;
        border: 2px solid white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 5px;
        padding: 3px;
        transition-duration: 0.4s;
        cursor: pointer;
        width: 600px;
    }


    .flex-search button:hover {
        background-color: white;
        border: 2px solid #4bba70;
    }


    .flex-map{
        width: 1330px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;    
    
        text-align: center;
    }
    .map{
        margin: 10px;
        width: 500px;
        height: 300px;
    }


    .flex-item{
        width: 600px;
        height: 500px;
        margin: 0 auto;
        margin-bottom: 20px; 
        display: block;
        align-items: center;
        justify-content: center;    
        border-radius: 10px;
        border: 2px solid #4bba70;
    }

    .flex-item img{
        margin: 10px;
        width: 580px;
        height: 300px;
    }

    .flex-item article{
        position: absolute;

    }

    .flex-item-info1{
        border-radius: 10px;
        border: 2px solid #4bba70; 
        width: 200px;
        margin-left: 50px;

    }

    .flex-item-info2{
        border-radius: 10px;
        border: 2px solid #4bba70; 
        width: 200px;
        margin-left: 300px;

    }

    .arrow-left{
        position: absolute;
        margin-left: -350px;
        width: 40px;
        height: 50px;
    }

    .arrow-right{
        position: absolute;
        margin-left: 350px;
        width: 40px;
        height: 50px;
    }
}
@media only screen and (max-width: 360px) {
    .flex-center{
        width: 300px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;    
        text-align: center;
    }

    .img-link{
        width: 50px;
        height: 50px;
        margin-left:60px;
        margin-right: 60px;
        margin-top: 10px; 
    }
    .flex-center a {
        text-decoration: none;
        color: black;
    }

    .flex-search{
        width: 300px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;    
        text-align: center;
    }

    .flex-search input {
        margin-right: 10px; 
        text-decoration: none;
        color: black;
        border-radius: 10px;
        border: 2px solid #4bba70;
        text-align: center;
        width: 300px;
        height: 20px;;
    }

    .flex-search button {
        background-color: #4bba70; 
        color: black; 
        border-radius: 10px;
        border: none;
        border: 2px solid white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 10px;
        margin: 5px;
        padding: 3px;
        transition-duration: 0.4s;
        cursor: pointer;
        width: 200px;
        height: 30px;
    }

    .flex-search button:hover {
        background-color: white;
        border: 2px solid #4bba70;
    }

    .flex-map{
        width: 300px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .map{
        margin: 10px;
        width: 270px;
        height: 160px;
    }

    .flex-item{
        width: 570px;
        height: 260px;
        margin: 0 auto;
        margin-bottom: 20px; 
        display: block;
        align-items: center;
        justify-content: center; 
        border-radius: 10px;
        border: 2px solid #4bba70;
    }

    .flex-item img{
        margin: 10px;
        width: 230px;
    }

    .flex-item article{
        position: absolute;
    }

    .flex-item-info1{
        border-radius: 10px;
        border: 2px solid #4bba70; 
        width: 130px;
        margin-left: 10px;
    }

    .flex-item-info2{
        border-radius: 10px;
        border: 2px solid #4bba70;
        width: 100px;
        margin-left: 160px;
        margin-top: 10px;
    }

    .arrow-left{
        position: absolute;
        margin-left: -170px;
        width: 40px;
        height: 50px;
    }

    .arrow-right{
        position: absolute;
        margin-left: 170px;
        width: 40px;
        height: 50px;
    }
}