
.about-img {
    width: 122px;
    border-radius: 4px;
    float: left;
    margin-bottom: 4px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .text-container {
        position: relative;
    }
    .text-content {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; 
        text-overflow: ellipsis;
    }
    .text-container.expanded .text-content {
        -webkit-line-clamp: unset; 
    }
    .toggle-btn--text {
        padding: 0;
        margin: 0;
        font-weight: 700;
        text-decoration: none;
        background: transparent;
        border: none;
        font-size: 1em;
        color: #1B4580;
    }
}

.about-decor-ball {
    position: absolute;
    z-index: 1;
    width: clamp(2.75rem, 2.3532rem + 1.4765vw, 4.125rem);
    left: 80%;
    top: -70%;
}

@media (max-width: 767px) {
    .row-btn-about .btn {
        width: calc(50vw - 40px);
        min-width: auto;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media (min-width: 1199px) {
    .section-center-about .text-container p {
        max-width: 80%;
    }
}