
.container{
    width: 100%;
    text-align: center;
}
.text-c{
    color: #ffffff;
    margin-top: 50px;
    text-align: center;

}
.h-line{
    border-bottom: 1px solid #fefefe;
    margin-bottom: 20px;
}

.font-g {
    width: 100%;
    text-align: center;
    justify-content: flex-start;
    font-size: 26px;
    font-weight: 300;
    color: yellow;

}
.box{
    display: flex;
    flex-wrap: wrap;
}
.in-box {
    border: 0px;
    border-radius: 5px;
    margin: 6px 5px;
    padding: 15px 18px;
    background-color:#fbfbfb;
 
    min-height: 80px;
    position: relative;
    overflow: hidden;
}
.zoom {
    transition: transform .1s;
    
}
.zoom:hover {
    transform: scale(1.10);
    z-index: 1;
    background-color:linear-gradient(to bottom, #002865 5%, #4a95e6 100%);
	background-color:#fbfbfb;
    border-radius: 5px;
}


.group-b {
    display: inline-block;
    width: 25%;
}




.e-service-hoverAble:hover {
    cursor: pointer;
}
.content {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon {
    width: 75px;
    height: 75px;
    display: inline-block;
    align-self: flex-start;
    /* background-color: #ccc; */
    /* border-radius: 50%; */
    margin-right: 10px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.textbox-h {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #002865;
}
.text-align {
    font-weight: bold;
    font-size: 16px;
    width: calc(100% - 85px);
    text-align: right;
    color: #555;
}


.T-name {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}










