/* .container{
    align-items: center;
    align-self: center;
    font-size: 12px;
} */

@media (min-width: 768px) {
    .nav-expander .bar {
        display: none;
    }
  }

.client-container
{
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.item img
{
  width: 150%;
  height: auto;
  border: 0px dashed #000;
	padding: 20px;
	
}
		
span.num {
    color: #002d30;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 3rem;
}
		
span.text {
    color: #002d30;
    font-size: 2em;
    text-align: center;
    pad: 0.7em 0;
    font-weight: 400;
    line-height: 0;
}
		
		

.card-container{
    height: min-content;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.top{
    display: flex;
    height: 100px;
}

.top-left{
    background-color: #f8c358 ;
    width: 80%;
    padding: 1%;
}

.top-left h3{
    padding: 2.5% 0% 0% 2%;
    color: #114D7F !important;
}

.top-right{
    background-color: #114D7F;
    float: right;
    width: 20%;
    padding: 1%;
}

.top-right h3{
    color: #faffff !important;
    padding: 12% 12% 0% 30%;
}

.bottom{
    display: flex;
}

.bottom-left{
    width: 30%;
    padding: 1%;
}

.bottom-right{
    width: 70%;
    float: right;
    padding: 1%;
    margin: 2%;
    text-align: justify;
}

.image-left{
    width: 90%;
    align-items: center;
    height: 65%;
    margin: 8% 4% 4% 8%;
}

.image-left img{
    width: 100%;
    height: 100%;
    border-radius: 5%;
    /* border: #114D7F solid 1px; */
    padding: 2%;
}

.buttons{
    display: flex;
    width: 100%;
    text-align: center;
    /* padding: 1.5%; */
    /* border: 1px black solid; */
}

.buttons-blue{
    background-color: #114D7F;
    width: 70%;
    padding: 1%;
    color: #faffff;
}

.buttons-yellow{
    background-color: #f9bb40 ;
    color: #114D7F;
    width: 30%;
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    padding: 1%;
    
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.icon{
    font-size: 14px;
    /* color: #114D7F; */
}

.buttons-yellow:hover{
    /* background-color: #114D7F;*/
    color: black; 
    transform: translate(1.5);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.button-links:hover{
    color: black;
}

.bottom-line{
    padding: 5%;
}