.deliveries {
    padding: 110px 0;
}
.deliveries .container {
    max-width: 1390px;
}
.deliveries__img {
    /*max-width: 80%;*/
	max-width:100%;
    height: auto;
}
.deliveries__img--large {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.deliveries h1,
.deliveries h2 {
    margin-top: 32px;
    margin-bottom: 95px;
    font-size: 58px;
    color: #282828;
    line-height: 1;
    width: 110%;
    font-weight: bold;
}
h1.deliveries__title--large,
h2.deliveries__title--large {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 5vw !important;
    line-height: 0.8 !important;
}

/*.deliveries__picture {
    background: linear-gradient(139.58deg, #FFFFFF 36.7%, #FDFDFD 56.82%, #F5F5F6 67.47%, #E7E9E9 75.95%, #D4D7D8 83.24%, #D0D3D4 84.5%);
    border-radius: 50%;
    filter: drop-shadow(12px 15px 24px #FFDED2) drop-shadow(37px 36px 15px rgba(255, 229, 220, 0.5));
    aspect-ratio: 1;
    padding: 9px;
}

.deliveries__picture-inner {
    background: linear-gradient(320.59deg, #FFFFFF 37.13%, #FDFDFD 57.22%, #F5F5F6 67.85%, #E7E9E9 76.32%, #D4D7D8 83.6%, #D0D3D4 84.85%);
    border-radius: 50%;
    aspect-ratio: 1;
}
*/
.deliveries__picture-inner {
    aspect-ratio: 1;
  }
.deliveries__icon {
    min-height: 86px;
}

.deliveries__background {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 768px) {
    .deliveries__background {
        width: 301px;
        height: 301px;
    }
}

.deliveries__slides {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15%;
}

.deliveries__slide {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    transition: opacity 0.5s ease-in-out;
}

@media (min-width: 924px) and (max-width: 1310px) {
	.deliveries .container {
		max-width:61vw !important;
	}
}
@media (max-width: 992px) {
    .deliveries {
        padding: 25vw 0 6vw 0;
    }
    .deliveries--large-title {
        padding: 27vw 0 10vw;
    }
    .deliveries h1,
    .deliveries h2 {
        font-size: 7vw;
        margin: 0;
        width: 100%;
        position: relative;
        z-index: 1;
        text-align:center;
    }
   /* .deliveries__picture {
        filter: drop-shadow(6px 7px 12px #FFDED2) drop-shadow(18px 18px 8px rgba(255, 229, 220, 0.5));
        padding:3px;
    } */
    h1.deliveries__title--large,
    h2.deliveries__title--large {
        font-size: 12vw !important;
        margin-top: 7vw !important;
        text-align: center;
    }
}

@media (min-width: 993px) {
    .deliveries {
        padding: 10vw 0 3vw 0;
    }
    .deliveries .container {
        max-width: 60vw;
    }
    .deliveries h1,
    .deliveries h2 {
        font-size: 3vw;
        margin-top: 2vw;
        margin-bottom: 4.5vw;
        letter-spacing: -0.03em;
        width: 100%;
        line-height: 1;
    }
    .deliveries__icon {
        height: 3.5vw;
        min-height: 0;
    }
    .deliveries__icon img {
        max-height: 100%;
    }
    .deliveries .btn {
        padding: 0.7vw;
        font-size: 0.9vw;
    }
	.deliveries__img {
    /*max-width: 80%;*/
	width:90%;
	}

}
.deliveries__img {
    pointer-events: none;
}