.services-section {
    padding: 50px 0;
}

.title-text {
    font-weight: bold;
}

.title-text span {
    font-weight: lighter;
    color: #EA2425;
}

.services-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
}

.service-box {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
}

.service-box img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.value-added-section {
    padding: 50px 0;
    background-color: #F6F4F5;
}

.value-added-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.value-added-box {
    width: 300px;
    text-align: center;
}

.value-added-img {
    width: 300px;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
}

.value-added-img img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}
.value-added-box h5 {
    font-size: .825em;
    font-weight: bold;
}
.value-added-box p {
    font-size: .625em;
    color: #646464;
}

.assistance-section img {
    width: 100%;
}

.assistance-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}