html,
body {
    overflow-x: hidden;
}

.informatii-wrapper {
    position: relative;
    top: 50vh;
    margin: 10px;
}

.informatii-wrapper .main-title h1 {
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 10px;
}

.informatii-wrapper .informatii-content .img-masina img {
    width: 400px;
    border-radius: 10px;
    margin-top: 20px;
}

.informatii-wrapper .informatii-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.informatii-wrapper .informatii-content .text p {
    color: white;
    font-size: 20px;
    margin-left: 100px;
}

.btn-decis {
    margin-top: 30px;
    margin-left: 100px;
}

.de-ce-save-academy .main-title h1 {
    margin-top: 50px;
}

.de-ce-save-academy .boxes-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.de-ce-save-academy .boxes-content .boxes-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 850px;
    max-height: 100px;
}

.de-ce-save-academy .boxes-content .boxes-container .box {
    background: rgba(255, 72, 72, 0.41);
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.333% - 10px);
}

.de-ce-save-academy .boxes-content .boxes-container .icon {
    background: rgba(255, 72, 72, 0.41);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;
    margin: 10px;
}

.de-ce-save-academy .boxes-content .boxes-container .text {
    text-align: center;
    padding-left: 10px;
}

.de-ce-save-academy .boxes-content .boxes-container .text .text-top {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

.de-ce-save-academy .boxes-content .boxes-container .text .text-bottom {
    color: rgba(255, 255, 255, 0.767);
    font-weight: 100;
}

.de-ce-save-academy .img-masina {
    flex-shrink: 0;
}

.img-masina img {
    width: 500px;
    border-radius: 20px;
}