section{
    margin-top:130px;
}
.banner-contact{
    position:relative;
    background-size:cover;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    overflow:hidden;
    background-position:center;
    padding: 0 .5rem;
}
@media (min-width:375px){
    .banner-contact{
        padding: 0 2rem;
    }
}

@media (min-width:425px){
    .banner-contact{
        padding: 0 4rem;
    }
}

@media (min-width:1024px){
    .banner-contact{
        padding: 0 10%;
    }
}

.bg-color{
    background-color: white;
    margin:20px 0;
}


.btn-submit{
    background-color: #FFC816;
    border:0px solid #FFF;
    color:black;
    box-shadow: 5px 4px 9px -6px black;

}
.title{
    text-align:left;
    color: black;
    font-weight:bold;
    font-size: 20px;
}

@media (min-width:768px){
.title{
    font-size: 40px;
}
}

.small-font{
    font-size:12px;
    font-weight:normal;
}

.icon{
    width:60px;
    height:auto;
    padding-top:5px;
}

.box{
    font-size:16px;
    font-weight:bold;
}

.box-description{
    line-height: 15px;
    font-size:14px;
}


.title-font{
    color: #FFF !important;
    text-transform: uppercasef;
    font-weight:bold;
    font-size:18px;
}

.p-l-15{
    padding-left:15px;
}

.gallery{
    margin-bottom:20px;
}
