.around-the-clock-inner {
  max-width: 1430px;
  margin: 0 auto;
  background: linear-gradient(90deg, #6e0d21 0, #c30c4c 45%, #5c0d18);
  border-radius: 88px 0 0 0;
  position: relative;
  display: flex;
  padding: 79px 165px;
}

.around-the-clock-inner-bg {
  position: absolute;
  bottom: -26px;
  left: 11px;
}

.around-the-clock-text {
  font-family: avantiFont;
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  max-width: 720px;
}

.around-the-clock-img {
  position: absolute;
  top: -33px;
  right: 165px;
  width: 361px;
  z-index: 1;
}

.around-the-clock-img img {
  width: 100%;
}

.around-the-clock-content.mob {
  display: none;
}

.delivery-pay {
  background-image: url(delivery-pay-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.delivery-pay-line-1,
.delivery-pay-line-2 {
  position: absolute;
}

.delivery-pay-line-1 {
  width: 823px;
  left: -444px;
  bottom: -41px;
}

.delivery-pay-line-1 img {
  width: 100%;
}

.delivery-pay-line-2 {
  width: 824px;
  right: -513px;
  top: -13px;
}

.delivery-pay-line-2 img {
  width: 100%;
}

.delivery-pay-inner {
  max-width: 1430px;
  margin: 0 auto;
  padding: 80px 165px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.delivery-pay-content {
  max-width: 510px;
  width: 100%;
  padding-right: 66px;
}

.delivery-pay-title {
  color: #333333;
  font-family: avantiFont;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 17px;
}

.delivery-pay-item:nth-child(1) {
  margin-bottom: 14px;
}

.delivery-pay-item {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.delivery-pay-item-icon {
  width: 25px;
  margin-right: 8px;
}

.delivery-pay-item-text {
  font-size: 13px;
  color: #4c4c4c;
  font-weight: bold;
  font-family: montserratFont, sans-serif;
  display: flex;
  align-items: center;
}

.delivery-pay-item-text img {
  width: 126px;
  margin-left: 10px;
  background: #fff;
}

.delivery-pay-inner-bg {
  position: absolute;
  left: 307px;
  bottom: -130px;
  width: 375px;
}

.delivery-pay-inner-bg img {
  width: 100%;
}

.delivery-and-pay-sheet-1,
.delivery-and-pay-sheet-2 {
  position: absolute;
}

.delivery-and-pay-sheet-1 {
  left: 56px;
  top: -24px;
  width: 117px;
}

.delivery-and-pay-sheet-1 img {
  width: 100%;
}

.delivery-and-pay-sheet-2 {
  left: 94px;
  top: 75px;
  width: 39px;
}

.delivery-and-pay-sheet-1 img {
  width: 100%;
}

.delivery-and-pay-title {
  font-size: 42px;
  color: #333333;
  font-family: avantiFont;
  font-weight: 400;
  padding: 15px 0 39px;
  text-align: center;
  text-transform: uppercase;
}

.delivery-and-pay-content-title {
  font-size: 36px;
  font-weight: 400;
  color: #333333;
  font-family: avantiFont;
  margin-bottom: 30px;
  max-width: 500px;
  width: 100%;
}

.delivery-and-pay-content-item-top {
  display: flex;
  align-items: center;
}

.delivery-and-pay-content-item-img {
  width: 25px;
  margin-right: 8px;
}

.delivery-and-pay-content-item-img img {
  width: 100%;
}

.delivery-and-pay-content-item-top p {
  font-family: montserratFont, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #4c4c4c;
}

.delivery-and-pay-content-item-text {
  font-family: montserratFont, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4c4c4c;
  padding-left: 33px;
}

.delivery-and-pay-content-item {
  margin-bottom: 15px;
}

.delivery-and-pay-content-red {
  font-family: montserratFont, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ca2752;
  padding-left: 33px;
}

.delivery-and-pay-bottom {
  background-color: #f6f7f9;
  position: relative;
  display: flex;
  padding-left: 226px;
}

.delivery-and-pay-bottom-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 58px;
  padding-bottom: 38px;
}

.delivery-and-pay-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39%;
}

.delivery-and-pay-img img {
  width: 100%;
}

img.delivery-and-pay-img-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 32%;
}

@media (max-width: 1345px) {
  .around-the-clock-text {
    max-width: 500px;
  }
  .around-the-clock-img {
    right: 82px;
  }
  .around-the-clock-inner {
    padding: 79px 82px;
  }
  .delivery-pay-line-1 {
    left: -570px;
  }
  .delivery-pay-line-2 {
    right: -610px;
  }
  .delivery-pay-inner-bg {
    left: 240px;
  }
  .delivery-pay-inner {
    padding: 80px;
  }
  .delivery-and-pay-bottom {
    padding-left: 80px;
  }
  .delivery-and-pay-img {
    width: 55%;
  }
}

@media (max-width: 1167px) {
  .delivery-pay-line-1,
  .delivery-pay-line-2 {
    width: 724px;
  }
  .delivery-pay-content {
    padding-right: 0;
    max-width: 420px;
  }
  .delivery-pay-inner-bg {
    width: 300px;
    bottom: -50px;
    left: 210px;
  }
}

@media (max-width: 1100px) {
  .delivery-and-pay-img {
    width: 50%;
  }
  .delivery-and-pay-bottom {
    padding-left: 40px;
  }
}

@media (max-width: 970px) {
  .around-the-clock-text {
    font-size: 28px;
  }
  .around-the-clock-img {
    width: 280px;
    right: 55px;
  }
  .around-the-clock-inner {
    padding: 79px 55px;
  }
  .delivery-pay-inner-bg {
    left: 110px;
  }
  .delivery-pay-line-1,
  .delivery-pay-line-2 {
    width: 680px;
  }
  .delivery-pay-inner {
    padding: 80px 15px;
  }
}

@media (max-width: 920px) {
  .delivery-and-pay-img {
    width: 70%;
    right: -30%;
  }
}

@media (max-width: 880px) {
  .around-the-clock-text {
    font-size: 24px;
  }
  .around-the-clock-img {
    width: 220px;
  }
}

@media (max-width: 800px) {
  .delivery-pay-inner-bg {
    left: 80px;
    width: 240px;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .around-the-clock-text {
    display: none;
  }
  .around-the-clock-content.mob {
    display: block;
  }
  .around-the-clock-text-title {
    font-size: 28px;
    font-family: avantiFont;
    font-weight: 400;
    color: #fff;
    margin-bottom: 26px;
    max-width: 85%;
  }
  .around-the-clock-img {
    width: 38%;
    right: 10px;
    bottom: 0;
    top: auto;
  }
  .around-the-clock-inner {
    padding: 78px 10px 69px;
  }
  .around-the-clock-inner-bg {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .around-the-clock-inner-bg img {
    width: 100%;
  }
  .around-the-clock-text-text {
    font-size: 20px;
    font-family: avantiFont;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    max-width: 65%;
  }
  .around-the-clock-text-text-small {
    font-size: 20px;
    font-family: avantiFont;
    font-weight: 400;
    color: #fff;
  }
  .delivery-pay-line-1,
  .delivery-pay-line-2 {
    display: none;
  }
  .delivery-pay-inner {
    justify-content: flex-start;
  }
  .delivery-pay-inner-bg {
    bottom: -98px;
    right: 0;
    left: auto;
    width: 191px;
  }
  .delivery-pay-title {
    font-size: 28px;
    margin-bottom: 26px;
    width: 90%;
  }
  .delivery-pay-item-text {
    font-size: 13px;
  }
  .delivery-pay-item-text img {
    width: 89px;
    position: absolute;
    left: 25px;
    top: calc(100% + 10px);
  }
  .delivery-pay-inner {
    padding: 71px 10px 55px;
  }
  .delivery-pay-item {
    margin-bottom: 23px;
    width: 55%;
  }
  .delivery-pay-item:nth-child(1) {
    margin-bottom: 46px;
    position: relative;
    width: 100%;
  }
  .delivery-and-pay-sheet-1 {
    display: none;
  }
  .delivery-and-pay-sheet-2 {
    left: auto;
    right: 35px;
    top: -10px;
  }
  .delivery-and-pay-content-title {
    font-size: 28px;
    margin-bottom: 27px;
  }
  .delivery-and-pay-bottom {
    padding-left: 10px;
  }
  .delivery-and-pay-bottom-wrapper {
    padding-top: 40px;
    padding-bottom: 109px;
  }
  .delivery-and-pay-content-red {
    max-width: 60%;
  }
  .delivery-and-pay-title {
    font-size: 28px;
    max-width: 50%;
    margin: 0 auto;
  }
  img.delivery-and-pay-img-bg {
    display: none;
  }
  .delivery-and-pay-img {
    width: 100%;
    right: -51%;
  }
  .delivery-and-pay-title {
    padding-top: 40px;
  }
}
