@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body.widget-snippet {
    padding: 40px;
}
.wc-snippet-zion-fresh-transport {
    padding: 30px 0;
    position: relative;
}
.wc-snippet-zion-fresh-transport::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FDF2ED;
    clip-path: polygon(0 0, 63% 0, 50% 100%, 0% 100%);
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
}
.wc-snippet-zion-fresh-transport .container {
  max-width: 1150px;
  width: 100%;
  padding: 0 30px;
}
.wc-snippet-zion-fresh-transport .title-wrapper h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #333;
    font-family: "Montserrat" !important;
    margin-bottom: 45px;
    max-width: 500px;
}
.wc-snippet-zion-fresh-transport .title-wrapper p {
    font-size: 16px;
    color: #000000;
    font-family: "PT Sans" !important;
    line-height: 1.7em;
    font-weight: 500;
}
.wc-snippet-zion-fresh-transport .title-wrapper {
    margin-top: 75px;
}
.wc-snippet-zion-fresh-transport .col-md-7 {
    padding-right: 93px;
    padding-left: 0;
}

@media (max-width: 991px) {
    .wc-snippet-zion-fresh-transport .col-md-7 {
        padding-right: 15px;
    }
    .wc-snippet-zion-fresh-transport .title-wrapper h3 {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .wc-snippet-zion-fresh-transport .title-wrapper {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .wc-snippet-zion-fresh-transport {
        padding: 45px 0;
    }
    .wc-snippet-zion-fresh-transport .container {
       padding: 0 15px;
    }
}
@media (max-width: 767px){
.wc-snippet-zion-fresh-transport {
  padding: 30px 0;
}
.wc-snippet-zion-fresh-transport .title-wrapper h3 {
  font-size: 20px;
  margin-bottom: 14px;
}
.wc-snippet-zion-fresh-transport .title-wrapper p {
  padding-bottom: 10px;
}
}
body.widget-snippet .wc-snippet-zion-fresh-transport::before {
  height: 90%;
  margin: 20px;
}
