@media (min-width:320px) and (max-width: 601px) {
    .contactus__banner__text h1{
        font-size: 1.7rem !important;
        font-weight: 600;
       
    }
    .contactus__banner__text h3{
        font-size: 1rem !important;
        font-weight: 600;
       
    }
    .contactus__body{
        display: flex;
        flex-wrap: wrap;
    }
    .contactus__text{
        width: 95% !important;
    }
    .contactus__form{
        width: 95% !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
   
}

@media (min-width:320px) and (max-width: 800px){
    .item__container{
        display: flex;
        flex-wrap: wrap;
       /* flex-direction: column; */
       width: 80% !important;
    }
    .each__item{
        width: 100% !important;
        margin-bottom: 1rem;
    }
    .item__container .each__item i, h5{
        font-size: 90% !important;
    }
    .contactus__banner img{
        width: 100%;
        min-height: 150px;
    }
}

.contactus__banner{
    position: relative;
}
.contactus__banner img{
    width: 100%;
    height: auto;
}

.contactus__banner__text{
    position: absolute;
    text-align: center;
    color: #FC766A;
    z-index: 111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.contactus__banner__text h1{
    font-size: 3.5rem;
    font-weight: 700;
   
}
.contactus__body{
    display: flex;
    padding: 2% 5%;
}

.contactus__text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 33%;
}
.contactus__text h1{
    font-weight: 600;
    margin-bottom: 2rem;
}
.contactus__text h4{
    font-weight: 600;
}
.contactus__text h6{
    height: 3px;
    width: 19%;
    border-radius: 25px;
    background-color: #FC766A;
}
.contactus__form{
    border-radius: 10px;
    padding: 2rem 0;
    width: 73%;
    background-color: rgb(211, 195, 195);
    margin-left: 2rem;
}
.contactus__form form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contactus__form form > input{
   padding: 10px; 
   margin: 1rem 0rem 0 1rem ;
   width: 75%;
   border-radius: 10px;
   border: none;
}
.contactus__form form > textarea{
    padding: 10px; 
    margin: 1rem 0rem 0 1rem ;
    width: 95%;
    border-radius: 10px;
    border: none;
 }
 
.contactus__form form > a{
    background-color: #FC766A;
    color: white;
    align-self: center;
    margin-top: 1rem;
}
.contactus__form form > a:hover{
    background-color: #FC766A;
    color: rgb(0, 0, 0);
    background-color: #FC766A;
}
.contact__info{
    padding: 2% 5%;
}
.contact__info h4{
    font-family: 600;
}
.contact__info h6{
    height: 3px;
    width: 7%;
    border-radius: 25px;
    background-color: #FC766A;
}
.contact__info h1{
    font-weight: 600;
    margin-bottom: 2rem;
}
.item__container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

}
.each__item{
    display: flex;
    flex-direction: row;
    width: 30%;
    height: auto;
    border: 2px solid #FC766A;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .3);
}
.each__item p{
    opacity: .7;
    margin-bottom: 5px;
}
.each__item .fa-solid{
    color: #FC766A;
    font-size: 2.5rem;
    margin: 10px;
    text-align: center;
    justify-content: center;
    padding-right: 1rem;
}
