
.carousel-inner{
    background-image: url("../images/DJCJK9tW0AI0hq1.jpg");
    height: 330px;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.text-container{
    padding: 10px 20px;
    background-color: grey;
    border-radius: 20px 20px 0px 0px;
    opacity: .9;
}
.contact-text h3 i{color: #eebb24;}
.content {
    margin-left: 15px;
}
.content p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
}
.map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
  /*margin: 30px;*/
}
.map iframe{
    width:100%;
    padding:20px 0;
}