body {
    background-color: #ffffff;
}
.backgrount-gradient {
    background: linear-gradient(180deg, rgba(234,234,255,0.4) 0%, rgba(248,248,251,0.1) 100%);
}
.background-image {
    height: 300px;
    background-image: url(./img/background-header-world.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.background-image-wing {
    height: 300px;
    background-image: url(./img/background-header-wing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.white-gradient {
    mask-image: linear-gradient(90deg, rgba(255,0,0,0) 0%, rgb(255, 255, 255) 50%);
}
.img-esim-brand {
    height: 80px;
    width: 100%;
    object-fit: contain;
}
.img-card {
    width: 32px;
    height: 32px;
}
.text-red {
    color: #E6485C;
}
.icon-image-20 {
    height: 20px;
    width: 100%;
    object-fit: contain;
}
.icon-image-25 {
    height: 25px;
    width: 25px;
    object-fit: contain;
}
.btn-red {
    color: white;
    background-color: #E6485C;
}
.custom-card {
    border: solid #E6485C;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    background-color: #F8F8FB;
}
.img-header {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.text-md {
    font-size: 18px;
}
.text-sm {
    font-size: 14px;
}
.text-xs {
    font-size: 12px;
}
.card-product-description {
    border: unset;
}
.card-service-description {
    border: unset;
    max-width: 460px;
    background-color: transparent;
}