.country{
    height:fit-content;
    width: 100%;
    /* padding-top: 10%; */
    /* background-color: aqua; */
}

.country_title{
    width: fit-content;
    height: fit-content;
    padding: 10px 10px;
    background: #00bef2;
    /* transform: skew(200deg); */
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 10px;

}

.country_desc{
    margin-bottom: 20px;
    font-size: 1rem;
}

.country_image{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 15%;
    border-bottom: 10px solid #00bef2;
}

.country li{
    font-size: 1rem;
}



@media (max-width: 1050px) {

    .country{
        height:fit-content;
        width: 100%;
        /* padding-top: 10%; */
        /* background-color: aqua; */
    }

    .country_title{
        width: fit-content;
        height: fit-content;
        padding: 10px 10px;
        background: #00bef2;
        transform: skew(0deg);
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .country li{
        font-size: 0.75rem;
    }
    
}