
.main-mobile{
    display: none;
}
.main-wrapper{
    min-height: 65vh;
    align-content: flex-start;
}
.main-header{
    background-color: rgba(184, 177, 174, 0.288);
    padding-bottom: 1rem;
}
.main-inner{
    background-color: rgba(184, 177, 174, 0.288);
    width: 100%;
}
.img-wrapper{
    display: flex;
    justify-content: flex-start;
    padding-bottom: 1rem;
}
.img-contact{
    max-height: 450px;
    height: auto;
    
}    

li{
    list-style: none;
}
@media screen and (min-width:200px) and (max-width:575px){
    .main-desktop{
        display: none;
    }
    .main-mobile{
        display: block;
    }
    .img-wrapper{
        justify-content: center;
    }
}
