@charset "utf-8";
/* CSS Document */ 

.Brand-FH {
transition: 0.75s;
background-image: url(../images/BG.png);
background-repeat: no-repeat;
background-size: 100%;
}

.Brand-FH:hover {
background-image: url(../images/BG-FH.jpg);
background-repeat: no-repeat;
background-size: 100%;
}

.Brand-FH .image {
}

.Brand-FH:hover .image {
width: 100%;
}

.Brand-FH:hover .title {
color: #3a6cc1;
}

.Brand-FH:hover b {
color: #5bab13;
}

.Brand-FH:hover p {
color: #6d6e71;
}

.Brand-FH:hover ul {
color: #5bab13;
}

.Brand-FH:hover .list {
color: #6d6e71;
}

.Brand-FH:hover .table-text-co {
background-color: rgba(232,239,245,90%);
border-radius: 15px;
box-shadow: 0px 0px 25px #333333;
padding: 10px;
width: 24%;
margin-left: 1%;
}

.button-FH {
background-color: #75ad48; 
margin-top: 10px;
padding: 10px; 
width: 70%; 
text-align: center; 
color: #ffffff;
transition: 0.3s;
}

.button-FH a {
text-decoration: none;
color: #ffffff; 
}

.button-FH:hover {
background-color: #87cb50;
}

@media only screen and (max-width: 1000px) and (min-width: 601px) {
.Brand-FH:hover {
background-image: url(../images/BG.png);
}

.Brand-FH .image {
margin-top: 0px;
}

.Brand-FH:hover .image {
width: 100%;
}

.Brand-FH:hover .title {
color: #1D6E9F;
}

.Brand-FH:hover b {
color: #6d6e71;
}

.Brand-FH:hover p {
color: #6d6e71;
}

.Brand-FH:hover ul {
color: #6d6e71;
}

.Brand-FH:hover .table-text-col {
background-color: rgba(255,255,255,0%);
border-radius: 0px;
box-shadow: 0px 0px 0px #ffffff;
margin-left: 0px;
}
}

@media only screen and (max-width: 600px) {
.Brand-FH:hover {
background-image: url(../images/BG.png);
}

.Brand-FH .image {
margin-top: 0px;
}

.Brand-FH:hover .image {
width: 100%;
}

.Brand-FH:hover .title {
color: #1D6E9F;
}

.Brand-FH:hover b {
color: #6d6e71;
}

.Brand-FH:hover p {
color: #6d6e71;
}

.Brand-FH:hover ul {
color: #6d6e71;
}
.Brand-FH:hover .table-text-col {
background-color: rgba(255,255,255,0%);
border-radius: 0px;
box-shadow: 0px 0px 0px #ffffff;
margin-left: 0px;
}
}