#service-home {
    background-image: var(--wpr-bg-84687e57-34ef-4f14-a17f-016dbadd26a6);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 73px 0;
    background-size: cover;
    overflow: hidden;
}
#service-home .info-service {
    display: grid;
    align-items: center;
    align-content: center;
    padding-right: 42px;
}
#service-home .info-service h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0D4E91;
    letter-spacing: 0.095px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
#service-home .info-service h2 span {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0.16px;
    color: #D72262;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    text-transform: uppercase;

}
#service-home .description-service {
    color: #363F6E;
    font-size: 20px;
     font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.03px;
    text-align: justify;
}
#service-home .list-services{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
#service-home .list-services .item-service{
    display: grid;
    justify-items: center;
    margin-bottom: 32px;
}
#service-home .item-service img {     
    border-radius: 12px;
    border: 10px solid #fff;
    height: 223px;
    object-fit: cover;
}
#service-home .item-service h3{
    display: flex;
    min-width: 200px;
    width: fit-content;
    height: 58px;
    max-width: 280px;
    padding: 12px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
    margin-top: -30px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03px;
    color: #0D4E91;
}
#service-home .item-service h3 span {
    color: #D72262;
    text-transform: uppercase;
}
#service-home .loadmore-service a, #blogs-event .loadmore-blogs a{
    display: flex;
    width: 140px;
    height: 42px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: #D72262;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.024px;
    color: #fff;
}
#service-home .grid-center {
    display: grid;
    justify-items: center;
}
