.contactusSec {
    height: 60vh;
    padding-top: 5vh;
}

    .contactusSec h1 {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.contacts svg {
    margin-top: 15px;
    margin-right: 5px;
}

.contactContactUsWrapper {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    margin: auto;
}

    .contactContactUsWrapper form {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        margin: auto;
        height: 40vh;
    }

.contactWrapper {
    margin: auto 0
}

.contactContactUsWrapper input, contactContactUsWrapper textarea {
    width: 30vw;
    height: 60px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #BFBFBF;
    border: 0px;
}

.contactContactUsWrapper button {
    width: 30vw;
    height: 60px;
    font-family: "Inknut Antiqua";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    border-radius: 20px;
    background-color: #F1FCFF;
    border: 0px;
}

.imgConatctsWrapper {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    width: 100%;
}

.contactContactUsWrapper img {
    object-fit: scale-down;
    width: 14vw
}

.allContacts {
    width: 34vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacts {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.contactContactUsWrapper p {
    font-family: "Inknut Antiqua";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

@media(max-width: 1100px) {
    .contactusSec {
        height: 80vh;
    }

    .contactContactUsWrapper {
        flex-direction: column-reverse;
    }

    .allContacts, .contacUsForm, .contacUsForm input, .contacUsForm button {
        width: 70vw;
        margin: 1vh auto;
    }

    .contacUsForm {
        margin-bottom: 5vh;
    }
}
