#sect-services-1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--services-color);
    padding: 1px;
    margin: 50px 0px 30px 0px;
    border-radius: 10px;
    color: white;
}
#bottom{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    padding: 1px 0px;
    padding-bottom: 15px;
}

video{
    width: 101%;
}
.text-center{
    margin: 15px 0px;
    display: flex;
    text-align: center;
    align-items: center;
}
.btn-more{
    text-align: center;
    background-color: var(--p-color);
    border-radius: 5px;
    font-size: larger;
    padding: 8px 20px;
    font-size: 20px;
    color: white;
    border: 0px;
    transition: background-color 0.2s ease;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#sales,#construction{
    margin: 5px;
    max-width: 45%;
    padding-bottom: 10px;
    height: max-content;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
}
.same-space{
    margin: 15px 0px;
    min-height: 50px;
    font-size: large;
    max-width: 95%;
    color: black;
}
#sect-construction{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--services-color);
    max-width: 95%;
    margin: 250px auto;
    padding: 30px;
    border-radius: 5px;
    color: white;
}
#sect-construction h1{
    margin-bottom: 20px;
}
#sect-construction p{
    font-size: large;
}
#sect-sales{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--services-color);
    max-width: 95%;
    padding: 30px;
    border-radius: 5px;
    margin: 250px auto;
    color: white;
}
#sect-sales h1{
    margin-bottom: 20px;
}
#sect-sales p{
    font-size: large;
}
pre{
    text-align: justify;
}
#sc-id-1{
    height: 0px;
    width: 0px;
    margin-top: -600px;
    position: absolute;
}
#sc-id-2{
    height: 0px;
    width: 0px;
    margin-top: -600px;
    position: absolute;
}
@media screen and (max-width:768px) {
    #bottom{
        flex-direction: column;
        align-items: center;
    }
    #sales, #construction{
        max-width: 90%;
    }
    h1{
        text-align: center;
    }
    #sc-id-1, #sc-id-2{
        margin-top: -900px;
    }
}
@media screen and (max-width:568px) {
    #sc-id-1, #sc-id-2{
        margin-top: -1200px;
    }
}
@media screen and (max-width:350px) {
    #sc-id-1, #sc-id-2{
        margin-top: -1400px;
    }
}