.service {
background: #686868;
}
.service-card{
background: #4F4F4F;
margin-top: 40px;
margin-bottom: 40px;
}


.welcome-text{
padding: 0px;
text-align: center;
font-size: 24px;
color: FBBC04;
font-weight: 600;
margin: 0px;
}

.welcome-border {
border-bottom: 5px solid #FBBC04;
display: flow-root;
width: 20%;
}
.discover-text{
font-size: 18px;
color: #D4D4D4;
width: 71%;
}
.card-point{
background: #000000;
}
.point-main{
color: #FBBC04;
font-weight: 600;
text-align: center;
padding: 0px;
margin: 0px;
font-size: 23px;
}
.point-text{
color: #D4D4D4;
padding: 0px;
margin: 0px;
text-align: justify;
}
.more-info, .more-info:hover{
background: #A9F5BB;
font-weight: 600;
border-radius: 2px;
width: 55%;
margin-top: 10px;
}
.img-point{
width: 10%;
}