@media (max-width: 767.98px) {

    .content-1-1 {
        width: 60%;
        font-size: 2rem;
    }

    .content-2-2-1-1-2 {
        height: auto !important;
        flex-direction: column;
        gap: 1rem;
        justify-content: space-around;

    }

    .content-2-2-1-1-2 input ,.country{
        width: calc(100% - 10px) !important;
        height: 3rem;
    }

    .content-2-2-1-1-2 textarea{
        width: calc(100% - 10px) !important;
        height: 5rem;
        padding: 1rem 0;   
    }

    .content-2-1-1,.content-2-2-1 form{
        width: 100%;
        gap:1rem;
    }

    .content-2-2-1-4{
        height: 5rem;
    }

    .content-3-1 div img{
        width: 1rem !important;
        font-size: 0.8rem;
    }

    .content-3-1{
        margin-bottom: 2rem;
    }
}