/*
Version: 1.8
File Description: Place here your custom CSS styles
*/
/*.icon {*/
/*  display: inline-block;*/
/*  width: 70px;*/
/*  height: 70px;*/
/*  background-size: cover;*/
/*}*/

.icon-container {
    background-color: #d3b61c !important;
}

.fas {
    color: white !important;
}



@media (max-width:414px){
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

}
