
.list ul li {
    margin-bottom: 20px ;
}

.list ul {
    position: relative;
    margin-top: 0;
}

.service-description {
    height: 80vh;
}

.form-button {
    position: relative;
    margin: 70px auto;
    display: flex;
    width: 300px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--orange);
    transition: background-color 0.3s ease, color 0.3s ease;
}

.form-button:hover{
    background-color: var(--orange);
    color: var(--light_gray);
}