.section-delivery {
    margin: 20px 0px 230px 0px;
}

.delivery-subtitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    color: var(--primary-black);
}

.section-delivery .dropdown-select .btn {
    padding: 20px 24px;
    border-color: var(--secondary-purple-blue50);
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    width: 416px;
    max-width: 100%;
    color: var(--primary-black);
}

.section-delivery .dropdown-select {
    margin-left: 24px;
}

.delivery-confidentiality {
    background: #F2F7FF;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 105px;
}

.delivery-confidentiality .content {
    width: calc(100% - 350px);
    max-width: 100%;
    margin: 0 auto;

}

.delivery-confidentiality .content p {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: var(--secondary-price);
    margin: 0px;
}

.delivery-confidentiality .content .title {
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 16px;
}

.delivery-confidentiality .content .title img {
    margin-right: 8px;
}

.delivery-list .title {
    font-weight: 600;
    font-size: 19px;
    line-height: 150%;
    color: var(--primary-black);
    margin-bottom: 32px;
}

.delivery-list .title .cost {
    color: var(--secondary-gray50);
}

.delivery-list .delivery-subtitle {
    margin-bottom: 16px;
}

.delivery-list p {
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: var(--primary-black);
}
.delivery-list  .item{
    display: grid;
    grid-template-columns: calc(58.3% - 10px) calc(41% - 15px);
    column-gap: 32px;
    padding: 64px 0px;
    border-bottom: 1px solid var(--separators);

}
.delivery-list  .item:first-child{
    margin-top: 0px;
}
.delivery-list  .item:last-child{
    padding-bottom: 0px;
    border: none;
}
.dropdown-menu {
    max-height: 210px;
    overflow-y: scroll !important;
}
.map {
    min-height: 295px;
}
.locations_embed {
    height: 100%;
    width: 100%;
}