body {
    font-family: "Nunito", sans-serif !important;
    background: rgb(26, 25, 54);
    background: linear-gradient(180deg, rgba(26, 25, 54, 1) 0%, rgba(17, 16, 29, 1) 100%);
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
}

.icon{
    position: absolute;
    width: 80px;
    top: 70;
    left: 47%;
   
    
}

.box {
    margin-top: 100px;
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.04);

}
.title {
    padding-bottom: 20px;
    text-align: justify;
    font-size: 20px;
    color: white;
}

.images-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.beexo {
    margin-left: -10px;
    height: 65px;
    align-self: center;
}

.simplex {
    margin-right: 10px;
    height: 50px;
    align-self: center;
}
