* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.body {
    width: 1366px;
    height: 700px;
    padding-top: 60px;
    margin: 0 auto;
}
.section1 {
    width: 99vw;
    height: 100vh;
    background: url(images/5b3d554dbdb9b0ca7bd9695d6c6c27cd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.display-2 {
    color: white;
    text-align: center;
    bottom: 30%;
}
.displaytext-2 {
    color: black;
}
.section2 {
    margin-top: 125px;
    margin-bottom: 125px;
}
.section3 {
    margin-top: 125px;
    margin-bottom: 125px;
}
.section4 {
    margin-top: 125px;
    margin-bottom: 125;
}
.font-italic {
    font-size: 18px;
    text-align: center;
}
.display-1 {
    text-align: center;
}
.uslugi {
    margin-left: 100px;
}
.footer {
    margin: 0;
    padding: 0;
    margin-top: auto;
}
a {
    text-decoration: none;
}
.text-center {
    color: white;
}
.card-text {
    font-size: 18px;
}
.container {
    margin-top: 50px;
}
.btn {
    position: absolute;
    left: 45%;
    bottom: 5%;
}
.button1 {
    color: white;
    text-decoration: none;
}
.ss {
    bottom: 30%;
}
.icon{
    width: 200px;
    height: 200px;
}
.mpc {
    bottom: 30%;
}
.partners1 {
    font-size: 40px;
}
.clients1 {
    font-size: 40px;
}
.both1 {
    font-size: 40px;
}
.row2 {
    column-gap: 20%;
}
.beeline {
    left: 10px;
}
.list-group-item {
    text-align: center;
}
.vl {
    border-left: 6px solid green;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}
.card {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.btn a:hover{
    color: black
}

  