.sale .double-container .left{
    padding-right:75px;
}
.sale .double-container .left .font-20{
    margin:20px 0;
}


.sale .triple-container{
    margin-bottom:100px;
}



.sale .triple-container .head{
    margin-bottom:11.5px;
}




.sale .triple-container .bg-1::before {
  border: 30px #0f4c81 solid;
  border-top-color: transparent;
  border-left-color: transparent;
}
.sale .triple-container .bg-1::after {
  background: #0f4c81;
}

.sale .triple-container .bg-1-2::before {
  border: 30px #0f4c81cc solid;
  border-top-color: transparent;
  border-left-color: transparent;
}
.sale .triple-container .bg-1-2::after {
  background: #0f4c81cc;
}

.sale .triple-container .bg-1-3::before {
  border: 30px #0f4c8199 solid;
  border-top-color: transparent;
  border-left-color: transparent;
}
.sale .triple-container .bg-1-3::after {
  background: #0f4c8199;
}




.sale .triple-container .bg-4::before {
  border: 30px #00b3dc solid;
  border-top-color: transparent;
  border-left-color: transparent;
}
.sale .triple-container .bg-4::after {
  background: #00b3dc;
}

.sale .triple-container .bg-4-2::before {
  border: 30px #00b3dccc solid;
  border-top-color: transparent;
  border-left-color: transparent;
}
.sale .triple-container .bg-4-2::after {
  background: #00b3dccc;
}

.sale .triple-container .bg-4-3::before {
  border: 30px #00b3dc99 solid;
  border-top-color: transparent;
  border-left-color: transparent;
}
.sale .triple-container .bg-4-3::after {
  background: #00b3dc99;
}




.sale .triple-container .bg::before {
  border: 30px #485865 solid;
  border-top-color: transparent;
  border-left-color: transparent;
}
.sale .triple-container .bg::after {
  background: #485865;
}

.sale .triple-container .bg--2::before {
  border: 30px #485865cc solid;
  border-top-color: transparent;
  border-left-color: transparent;
}
.sale .triple-container .bg--2::after {
  background: #485865cc;
}

.sale .triple-container .bg--3::before {
  border: 30px #48586599 solid;
  border-top-color: transparent;
  border-left-color: transparent;
}
.sale .triple-container .bg--3::after {
  background: #48586599;
}



/* break */
/* break */
/* break */
/* break */
/* break */
/* break */
/* break */
/* break */
/* break */
/* break */
/* break */
/* break */


/* mobile screen */
@media screen and (max-width:600px){
    .sale .triple-container .bg-4,
    .sale .triple-container .bg-4-2,
    .sale .triple-container .bg-4-3,
    .sale .triple-container .bg-1,
    .sale .triple-container .bg-1-2,
    .sale .triple-container .bg-1-3,
    .sale .triple-container .bg,
    .sale .triple-container .bg--2,
    .sale .triple-container .bg--3{
        margin-bottom:100px;
    }
    .sale .triple-container{
        margin-bottom:100px;
    }
}