.description2 {
    overflow: hidden;
}

.description2 .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    padding-bottom: 20px;
}

.description2 .description {
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.01em;
    color: #000000;
}

@media (max-width: 991px) {

    .description2 .title {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 0px;
    }

    .description2 .description {
        font-size: 16px;
        line-height: 20px;
    }

}
