.about {
    padding: 5rem 0;
}

.about .about-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about .about-content .title {
    color: var(--text-color);
    font-size: 30px;
    font-weight: bold;
}

.about .about-content .description {
    color: var(--dark-gray-color);
    font-size: 1rem;
    padding: 1rem 0;
    line-height: 2rem;
}

.about .about-img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.about .about-img img {
    width: 75%;
}

@media (max-width: 991.99px) {
    .about .about-img {
        justify-content: center;
    }
}
