section {
    margin-top: 65px !important;
    padding: 40px 20px;
    animation: fadeIn 1s ease-in;
}

h1 {
    color: var(--black);
    text-align: center;
    font-size: 3.6rem !important;
    margin-bottom: 25px;
}

h2 {
    color: var(--black);
    margin-top: 40px;
}

.services{
    margin: auto;
    max-width: 800px;
}

.services .service-item {
    background-color: #fff;
    padding: 20px 13px;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-left: 5px solid var(--main);
    margin: 15px 5px;
    transition: 0.2s;
}

.services .service-item:hover{
    margin-left: 15px;
}



.services h3 {
    color: var(--black);
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.services p {
    color: var(--dark-layout);
    font-size: 1.2rem;
}

section img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}


section .information p{
    text-align: justify;
    font-size: 1.24rem;
}

section .information{
    align-items: center;
    margin: 70px 0;
}

.when-needed{
    margin: 60px auto;
    max-width: 800px;
}

.when-needed .checklist{
    max-width: 800px;
    margin: 10px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.when-needed .checklist li{   
    font-size: 1.2rem;
    background-color: #ffffff;
    padding: 20px 10px;
    padding-left: 16px;
    position: relative;
    border: 1px solid rgb(206, 206, 206);
    border-radius: 7px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);;
    list-style-type: none;
    transition: transform var(--transition-speed)ease, box-shadow var(--transition-speed)ease;
}

.when-needed .checklist .checkmark{
    font-size: 1.3rem;
    color: var(--main);
    font-weight: bold;
    margin-right: 15px;
}
