body {
    background-color: #0d2d5a;
}

.service-banner {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-banner-content {
    display: flex;
    width: 100%;
    height: 100%;
}

.service-banner-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.service-banner-image img {
    width: 100%;
    object-fit: contain;
    min-height: 500px;
}

.service-title {
    text-align: center;
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
    color: #0d2d5a;
    margin-bottom: 30px;
}

.service-content {
    padding: 0 20px 40px;
    line-height: 1.8;
    color: #fff;
}

.service-content p {
    margin-bottom: 15px;
    text-indent: 2em;
}

.content-container {
    max-width: 1200px;
    margin: 30px auto;
    padding-bottom: 30px;
}

.service-description {
    margin-top: 20px;
    padding: 0 20px;
    line-height: 1.8;
    color: #fff;
    background-color: rgba(0, 28, 64, 0.7);
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.service-description p {
    text-indent: 2em;
    margin-bottom: 15px;
    word-wrap: break-word;
    word-break: normal;
}

.banner-container {
    margin: 0 auto;
    max-width: 1000px;
}

.coins {
    width: 800px;
    height: 200px;
}

.globe {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
    height: auto;
    z-index: 2;
}