.tv-left {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 0;
}

.services-card-mobile {
    margin: 15px;
    background: white;
    border-radius: 20px;
    padding: 10px 15px;
}

.service-mobile-title-and-icon {
    display: flex;
    gap: 10%;
    align-items: center;
    justify-content: center;
}

.service-mobile-title {
    width: 40%;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.service-mobile-image {
    width: 40%;
}

.activities-mobile {
    background: #e6e6e6;
}

.mobile-last-activity {
    background: white;
    margin: 20px 15px;
    padding: 15px;
    border-radius: 20px;
}

.mobile-last-activity-title {
    color: #b2101d;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
}

.mobile-last-activity-text {
    margin-bottom: 10px;
}

.about-us-mobile p {
    padding: 10px 15px;
}

.kontakt-mobile {
    background: #e6e6e6;
    padding-left: 20px;
}