.widget-snippet .the-ultimate-outdoor-section {
    background-color: #e6e6e6;
    padding:80px 0px 70px;
  margin: 0 0 80px;
}
.widget-snippet .the-ultimate-outdoor-section h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 38px;
  line-height: 55px;
  font-family: 'Graphik';
  font-weight: 600;
  color: #0E130C;
  max-width: 1320px;
  margin: 0 auto 20px;
}

.the-ultimate-outdoor-section .full-container {
    max-width: 1380px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.widget-snippet .the-ultimate-outdoor-section p {
    font-size: 19px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 25px 0;
}
.widget-snippet .the-ultimate-outdoor-section .left-content-colume {
    width: 55%;
    padding: 0 80px 0 0;
}
.widget-snippet .the-ultimate-outdoor-section .right-content-colume {
    width:45%;
}

.widget-snippet .the-ultimate-outdoor-section .right-content-colume .two-box-picture .img-1, 
.widget-snippet .the-ultimate-outdoor-section .right-content-colume .two-box-picture .img-2 {
    position: relative;
}
.widget-snippet .the-ultimate-outdoor-section .right-content-colume .two-box-picture .img-1:before, 
.widget-snippet .the-ultimate-outdoor-section .right-content-colume .two-box-picture .img-2:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    width: 476px;
    height: 361px;
    background: #000;
}
.widget-snippet .the-ultimate-outdoor-section .right-content-colume .two-box-picture .img-2:before {
    background: #E8542C;
    right: -20px;
    bottom: -20px;
    left: auto;
    top: auto;
}
.widget-snippet .the-ultimate-outdoor-section .right-content-colume .two-box-picture img:hover {
    filter: grayscale(100%);
}

.widget-snippet .the-ultimate-outdoor-section .right-content-colume .two-box-picture img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.widget-snippet .the-ultimate-outdoor-section .right-content-colume .two-box-picture .img-2 {
    margin-top: 28px;
}
.widget-snippet .the-ultimate-outdoor-section .right-content-colume .two-box-picture {
    margin-top: 35px;
}

.widget-snippet .the-ultimate-outdoor-section .right-content-colume .video-area video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget-snippet .the-ultimate-outdoor-section .right-content-colume .video-area {
  height: 500px;
}