.section-one {
    margin-top: 70px;
}

.services__section {
    padding-top: 60px;
    padding-bottom: 40px;
}

.services__section_title {
    text-align: center;
    margin-bottom: 30px;
}

.services__section p {
    padding: 20px;
}

.services__section h2 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
}


.section-two {
    background-color: #e2e2e2;
}

.section-three {
    padding-top: 60px;
}


.services__section__img {
    width: 300px;
    min-height: 100%;
    object-fit: cover;
    border: 10px solid #f2cf53;
}

.section-one__wrapper, 
.section-two__wrapper, 
.section-three__wrapper {
    display: flex;
}


.section-two__wrapper img {
    order: 2;
}

.section-two__wrapper p {
    order: 1;
}

.section-one__wrapper_items,
.section-two__wrapper_items,
.section-three__wrapper_items {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}


.section-one__wrapper_item,
.section-three__wrapper_item {
    padding: 0 0 30px 50px;
    flex: 0 0 33.33%;
    flex-wrap: wrap;
}

.section-two__wrapper_item {
    padding: 0 50px 30px 0;
    flex: 0 0 33.33%;
    flex-wrap: wrap;
}


.section-one__wrapper_item h3,
.section-two__wrapper_item h3,
.section-three__wrapper_item h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    min-height: 40px;

    /*white-space: nowrap;*/
}

.section-one__wrapper_item ul,
.section-two__wrapper_item ul,
.section-three__wrapper_item ul {
    list-style-type: square;
}

.section-one__wrapper_item li,
.section-two__wrapper_item li,
.section-three__wrapper_item li {
    display: flex;
    list-style: none;
    padding-bottom: 5px;


}

.section-one__wrapper_item li::before,
.section-two__wrapper_item li::before,
.section-three__wrapper_item li::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #f2cf53;
    margin-right: 13px;
    flex-shrink: 0;
    margin-top: 7px;
}

.section-two__wrapper_item img {
    max-width: 200px;
    object-fit: cover;
    border: 5px solid #9a9a9a;
    margin: 0 auto;
    display: block;
}

.footer__copy {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer__copy_fixed {
    position: fixed;
}