/*===========================================================Service===================================================*/

.service {
    padding: 0 10% 2rem 10%;
}

.service p {
    font-size: 1.7rem;
    color: white;
}

.service a {
    color: #ddd;
    font-size: inherit;
}

.service a:hover {
    color: white;
}

.service .product a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.5rem 0;
    padding-top: 1.5rem;
    border-top: 1px solid #ddd;
}

.service .product:nth-child(2n+1) a {
    flex-direction: row-reverse;
}

.service .product h3 {
    margin: 0 10%;
    font-size: 3rem;

}

.service .product img {
    max-width: 30vw;
}