.banner {
    width: 80%;
    text-align: center
}

.banner_2 {
    margin: 0 auto;
    width: fit-content;
}

.banner_2 img {
    width: 15vw;
    border-radius: 10px;
    margin: 0 10px;
}


.blue_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 150, 190, 0.8);
    z-index: 1;
}

body {
    font-family: "Outfit", sans-serif;
    margin: 0;
}

button {
    padding: 20px;
    color: white;
    font-weight: bold;
    margin: 0 5px;
    border-radius: 30px;
    border: none;
}

.button_blue {
    background-color: #2596be;
}

.button_purple {
    background-color: #855fb1;
}

.container_1 {
    display: flex;
    width: 100%;
    margin: 0 !important;
}

.container_2 {
    text-align: center;
    padding: 50px 0;
}

.container_2 p {
    margin: 0;
}

.container_3 {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 50px 0;
    color: white;
    background-image: url("../assets/desktop/image-footer.jpg");
    background-size: cover;
    background-position: center;
}

.content_overlay {
    position: relative;
    z-index: 2;
}

.number {
    border: solid 1px grey;
    border-radius: 50%;
    width: fit-content;
    padding: 5px;
    font-weight: bold;
    margin: 0 auto;
    color: grey;
    background-color: white;
    position: relative;
    z-index: 3;
}

.number_top {
    height: 40px;
    width: fit-content;
    border: solid 0.5px grey;
    margin: 10px auto 0 auto;
}