.about-section {
    width: 1180px;
    margin: 60px auto;
}

.about-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.about-text {
    flex: 1;
    color: #ffffff;
    line-height: 2;
}
.about-content-text {
    line-height: 2;
    margin-top: 40px;
}
.about-content-text p {
    margin-bottom: 20px;
    font-size: 18px;
}
.about-text p {
    margin-bottom: 20px;
    font-size: 18px;
}

.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px 0;
}

.badges button {
    width: 48%;
    font-size: 18px;
    height: 60px;
    border-radius: 2px;
    padding: 10px 20px;
}
.badges button:nth-child(3) {
    width: 98%;
}

.about-image {
    width: 400px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image img {
    width: 100%;
}

