body.widget-snippet .deliveries-section p{
  opacity:100;
}
.deliveries-section{
   background-color: #0A0A0A;
  padding:130px 30px 140px 30px;
}
.deliveries-section .delvery-container{
  max-width:1270px;
  margin:0 auto;
  text-align:center;
}
.deliveries-section .delivery-title{
  margin:0;
  padding: 0 0 26px 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -0.04em;
  text-align: center;
  color:#fff;
}
.deliveries-section p{
  color:#fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  opacity:0.9;
}
.deliveries-section .btn-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 55px;
}

.deliveries-section .btn-item .single-btn:first-of-type {
    max-width: 175px;
    width: 100%;
}
.deliveries-section .btn-item .single-btn:first-of-type a {
    max-width: 175px;
    margin: 0;
    display: block;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 28px;
    height: 48px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    text-decoration: none;
    background: #008df2;
    width: 100%;
    border-radius: 50px;
    font-size: 17px;
    border-bottom: 0;
}
.deliveries-section .btn-item .single-btn:first-of-type a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
    border-bottom: 0;
}
.deliveries-section .btn-item .single-btn:last-of-type a {
    padding: 0 0 5px;
    border-bottom: 1px solid #fff;
    margin: 0 0 0 36px;
    color:#fff;
    text-decoration:none;
}
.deliveries-section .btn-item .single-btn:last-of-type a:hover {
    color: #008df2;
    border-bottom: 1px solid #008df2;
}