.setting,
.value {
    padding-top: 175px;
    padding-bottom: 60px;
}
.macbook {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 160px;
}
.setting .macbook .display,
.value .macbook .display {
    position: absolute;
    width: 76.5%;
    top: 4%;
    left: 12%;
}
img {
    width: 100%;
}
.setting button,
.value button {
    margin: 0;
}
.value {
    background: var(--background-section);
}
.value .content {
    margin-bottom: 0;
}
.value h2 {
    text-align: center;
}
.value p {
    margin-bottom: 40px;
}
.value .info {
    padding-top: 100px;
}
.value .info > p {
    font-size: 17px;
    margin-bottom: 60px;
    text-align: justify;
}
.value .info .link-pdf p {
    margin-bottom: 0;
}
@media screen and (max-width:870px) {
    .setting,
    .value {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .setting button,
    .value button {
        margin: 0 auto;
    }
    .value .content {
        margin-bottom: 60px;
    }
    .macbook {
        margin-bottom: 0;
    }
}

