.custom-page-about .default-page__body p:last-child {
    margin-bottom: 0;
}

.custom-page-about .default-page__body > *:first-child {
    margin-top: 0;
}

.custom-page-about img {
    max-width: 100%;
    height: auto;
    display: block;
}


.section-design-title, .section-full-width-image {
    margin: 80px 0;
}

.section-design-title .container {
    max-width: 963px;
}


.section-design-title .title span,
.section-block-image .title {
    font-family: "BebasNeue", sans-serif;
    font-size: 54px;
    color: #000000;
    line-height: 1.4;
    text-transform: uppercase;
    position: relative;
    padding: 0 40px;
    font-weight: 700;
}

.section-design-title .title span:before,
.section-design-title .title span:after {
    content: "";
    height: 15px;
    width: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 44%;
    left: 0;
    background: #0B0B0BFF
}

.section-design-title .title span:after {
    content: "";
    right: 0;
    left: auto;
}

.section-design-title .title {
    margin-bottom: 40px;
}

.section-full-width-image img {
    max-height: 535px;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-block-image .col-image {
    width: 60%;
}

.section-block-image .col-content {
    width: 40%;
}

.section-block-image .image-position-left .content {
    margin-left: 50px;
}

.section-block-image .image-position-right .content {
    margin-right: 50px;
}

.section-block-image .image-position-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.section-block-image .title {
    padding: 0;
}

.section-block-image .description,
.section-design-title .description {
    font-size: 16px;
}

        .shop-video-block {
          position: relative;
          width: 100%;
          overflow: hidden;
          margin-bottom: 100px;
        }
        
        .shop-video-block__video {
          display: block;
          width: 100%;
          height: auto;
          object-fit: cover;
        }
            
.custom-page-about .section-design-title { 
    text-align: center;
}

.custom-page-about .section-design-title .description ul {
    display: inline-block!important;  
    text-align: left!important;       
    padding-left: 20px;     
    margin: 0 auto; 
}

.custom-page-about .section-design-title .description ul li {
    margin: 6px 0;
}

/* ----------------------------------------
   TABLET SMALL — max-width: 993px
   ---------------------------------------- */

@media screen and (max-width: 993px) {


    .section-block-image .image-position-left,
    .section-block-image .image-position-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .section-block-image .image-position-left .content,
    .section-block-image .image-position-right .content {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .section-block-image .col-image {
        width: 100%;
    }

    .section-block-image .col-content {
        width: 100%;
        padding: 0 20px;
    }

    .custom-page-about .default-page__body .section-block-image .container,
    .custom-page-about .default-page__body .section-full-width-image .container,
    .custom-page-about .default-page__body .section-full-width-video .container{
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .section-design-title .title span,
    .section-block-image .title {
        font-size: 32px;
    }

    .section-block-image .description,
    .section-design-title .description {
        font-size: 12px;
    }

    .section-block-image .title {
        margin-bottom: 15px;
    }

    .section-design-title, .section-full-width-image {
        margin: 25px 0 50px;
    }

    .section-block-image .image {
        margin-bottom: 50px;
    }

    .custom-page-about .default-page__body>.section-block-image:last-child .image{
        margin-bottom: 0;
    }

    .section-design-title .title span:before,
    .section-design-title .title span:after {
        content: "";
        height: 10px;
        width: 10px;
    }

    .section-design-title .title {
        margin-bottom: 15px;
    }
    
    .custom-page-about .section-design-title,
    .custom-page-about .section-block-image { 
        text-align: justify!important;
    }
    
    .section-block-image .image-position-right .content {
        margin-right: 0;
    }
    
    .shop-video-block {
        margin-bottom: 40px;
    }
}