.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.content-1 {
    width: 100%;
    height: 40rem;
    background: url(../imgs/contact_us/30.png) no-repeat;
    background-size: 100% 100%;
}

.content-1-1 {
    width: 30rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Arial Bold", sans-serif;
    font-size: 4rem;
    color: white;
    margin-left: 12%;
}

.content-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border-top: 1px solid #c9c9c9; */
}

.content-2-1 {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.content-2-1-1 {
    width: 80%;
    max-width: 100rem;
    height: 4rem;
    text-align: center;
    color: #0047bb;
    font-size: 2rem;
    font-family: "Arial Bold", sans-serif;
    line-height: 4rem;
    border-bottom: 1px solid #0047bb;
    margin-top: 2rem;
}

.content-2-2 {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-2-2-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-2-2-1 form {
    width: 80%;
    max-width: 100rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 1rem 0rem;
}

.content-2-2-1-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
}

.content-2-2-1-1-2 {
    width: 100%;
    height: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;

}


.content-2-2-1-1-2 input {
    width: 50%;
    height: 100%;
    border: 1px solid rgb(209, 209, 209);
    color: #000000;
    font-family: "Arial", sans-serif;
    position: relative;
    font-size: 1rem;
    text-indent: 1rem;
    border-left: 5px solid #0047bb;
    outline: none;
}


.content-2-2-1-1-2 textarea{
    position: relative;
    outline: none;
}

.content-2-2-1-1-2 input::placeholder {
    font-size: 1rem;
    color: #9b9b9b;
    position: absolute;
    top: 40%;
    left: 10px;
    font-family: "Arial", sans-serif;
}

.content-2-2-1-1-2 textarea::placeholder {
    font-size: 1rem;
    color: #9b9b9b;
    position: absolute;
    top: 20px;
    left: 10px;
    font-family: "Arial", sans-serif;
}


.content-2-2-1-1-2:nth-child(5) {
    height: 10rem;
}

/* .country {
    width: 100% !important;
} */

.content-2-2-1-1-2 textarea {
    width: 100%;
    /* height: 100%; */
    resize: none;
    border: 1px solid rgb(209, 209, 209);
    padding: 1rem;
    font-size: 1rem;
    font-family: "Arial", sans-serif;
    text-indent: 1rem;
    border-left: 5px solid #0047bb;
}

.content-2-2-1-4 {
    width: 100%;
    height: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-2-2-1-4 button {
    width: 12rem;
    height: 3rem;
    background: rgb(249, 190, 2);
    color: #ffffff;
    font-family: "Arial", sans-serif;
    font-size: 1.5rem;
    border: none;
    cursor: pointer;
    border-radius: 2rem;
}

.content-3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-3-1 {
    width: 70%;
    max-width: 100rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    gap: 2em;
    color: #6d6d6d;
    font-family: "Arial", sans-serif;
    font-size: 1.1rem;
    margin-bottom: 5rem;
}

.content-3-1>div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
}

.content-3-1 div img {
    width: 2rem;
}



@media screen and (max-width: 1280px) {
    .content-1-1 {
        font-size: 3rem;
        margin-left: 0%;
    }

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

    .content-2-1-1 {
        height: 3rem;
        font-size: 1.5rem;
    }

    .content-3-1{
        font-size: 1rem;
    }

    .content-2-2-1-4 button{
        height: 2.5rem;
        font-size: 1rem;
    }
}

@media screen and (max-width: 900px) {
    .content-3-1{
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .content-2-2-1-1-2{
        height: 3rem;
    }
    .content-2-2-1-1-2:nth-child(5) {
        height: 5rem;
    }

    .content-3-1 div img {
        width: 1.5rem !important;
    }
}