.applications-section {
    width: 100%;
    padding: 60px 0 0;
    box-sizing: border-box
}

.applications-section .applications-section__title {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    font-weight: bold;
    color: #333333;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}

.applications-section .applications-section__description {
    width: 90%;
    max-width: 1350px;
    margin: 20px auto 30px;
    font-weight: 300;
    color: #000000;
    line-height: 32px;
}

.applications-section .applications-section__content {
    width: 100%;
}

.applications-section .applications-section__image {
    width: 100%;
    height: auto;
}

.applications-section .applications-section__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}