.customizedConditions {
  display: flex;
  flex-direction: column;
  margin-top: 82px;
  margin-bottom: 100px;
  justify-content: center;
  align-items: center;
}

.customizedConditionsWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobileImage {
  display: none;
}

.block-5-image {
  width: 37.5vw;
  max-width: 480px;
  max-height: 446px;
  display: flex;
  margin-top: 30px;
}

.customizedConditionsContentWrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 29px 9vh;
  background-size: 42%;
}

.customizedConditionsTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.customizedConditionFooter {
  display: flex;
  justify-content: center;
  font-size: 26px;
  text-align: center;
  padding: 18px 2px 18px;
  border-radius: 4px;
  margin-top: 34px;
  width: 544px;
  z-index: 1;
}

.customizedFooterContent {
  margin: 0;
  max-width: 544px;
  text-align: center;
  font-size: 30px;
}

.customizedConditionsBox {
  border: 1px solid #B4C1D7;
  border-radius: 4px;
  padding: 12px 40px 12px 12px;
  font-size: 22px;
  width: 435px;
}

.customizedConditionsBoxesWrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 0;
  gap: 14px;
}

.customized-conditions-main-title {
  font-size: 35px;
  text-align: center;
  line-height: 51px;
  margin-bottom: 0;
}

.customizedConditionBoxHeader {
  font-weight: 700;
}


.shadowDivWrapper {
  display: flex;
  align-items: center;
  position: relative;
}


.shadowDiv {
  right: -49px;
  position: absolute;
  height: 75px;
  width: 75px;
  border-radius: 50%;
}

.shadowDiv>img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
}

.customizedConditionBoxContent {
  margin-bottom: 0;
  font-weight: 300;
}

.block5subTitle {
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  margin-top: 16px;
  margin-bottom: 74px;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  line-height: 36px;
}

.block-5-yellow-button-wrapper {
  margin-top: 39px;
}

.block-5-yellow-button-wrapper .main-yellow-button, .block-5-yellow-button-wrapper .main-yellow-button .main-yellow-action-button {
  width: 480px;
}

.customizedConditionFooterWrapper {
  display: flex;
  justify-content: center;
  width: 100vw;
  position: relative;
}

@media (max-width: 1080px) {
  .customizedConditionFooter {
    font-size: 22px;
    padding: 2px 7px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1030px) {

  .customizedConditionsContentWrapper {
    flex-direction: column-reverse;
    width: 100%;
    background-image: none !important;
  }

  .customizedConditionsBoxesWrapper {
    align-items: center;
  }

  .block5subTitle {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .block-5-image {
    display: flex;
    align-self: center;
  }
  .block5-icon {
    display: none;
  }
}

@media (min-width:700px) {
  .customizedConditionsBox {
    min-height: 95px;
  }
  .block-5-yellow-button-wrapper {
    margin-top: 53px;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1030px) {
  .block5-icon {
    position: absolute;
  }
  .block5-right-icon {
    right: 0;
    width: 30vw;
    top: 3vh;
    max-width: 580px;
  }
  .block5-left-icon {
    left: 0;
    top: -2.5vh;
    width: 33vw;
    max-width: 650px;
  }
}


@media (max-width: 699px) {

  .whiteLayout {
    border: 1px solid #37384E1A;
    background-color: white;
    padding: 24px 0px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 16px);
  }

  .customizedConditions {
    margin-top: 0;
    margin-bottom: 32px;
  }


  .customizedConditionsBoxesWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
  }

  .customizedConditionsBox {
    width: 81.067vw;
    font-size: 16px;
    padding: 12px 24px;
    margin: 0 35px 0 11px;
  }

  .shadowDiv {
    right: 3px;
    height: 50px;
    width: 50px;
  }

  .block5subTitle {
    padding: 0 20px;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 21px;
    margin-top: 8px;
    margin-right: 0;
    margin-left: 0;
  }

  .shadowDiv>img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }

  .customizedConditionFooter {
    width: 100%;
    font-size: 22px;
    padding: 2px 11px;
    box-shadow: 0px 0px 4px 0px #3B006133;
    margin-left: 16px;
    margin-right: 16px;
    background-color:#3B0061;
    margin-top: 16px;
  }

  .customizedConditionFooter p {
    color: #fff;
  }

  .mobileImage {
    display: block;
    width: 84.533vw;
    margin-bottom: 0;
    max-width: 316px;
  }

  .customizedConditionsTitle {
    margin-bottom: 0;
    width: 100%;
  }

  .customized-conditions-main-title {
    font-size: 26px;
    line-height: 31px;
  }
  .block-5-image {
    display: none;
  }
  .block4FooterContent {
    font-size: 22px;
    line-height: 26px;
  }
  .block-5-yellow-button-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
  .block-5-yellow-button-wrapper .main-yellow-button, .block-5-yellow-button-wrapper .main-yellow-button .main-yellow-action-button {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .customizedConditionsContentWrapper {
    background-size: 500px;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    background-position: -1px 60px;
  }
}