.about_container {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

@media screen and (min-width: 1260px) {
    .about_container img {
        width: 100%;
        height: auto;
        margin-top: -330px;
    }
}

@media screen and (max-width: 1260px) and (min-width: 960px) {
    .about_container img {
        width: 100%;
        height: auto;
        margin-top: -220px;
    }
}

@media screen and (max-width: 960px) {
    .about_container img {
        width: 100%;
        height: 100%;
    }
}

.about-top {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.what-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.what-box h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.capabilities-card_arrow__L_plP {
    opacity: 0;
    transform: translateX(0);
    transition: all .3s ease-in;
    font-weight: 500;
    color: #2d5453;
    line-height: 18px;
    font-size: .75rem;
    width: 46;
    height: 14;
    fill: none;
    margin-left: 10px;
}

.news-box h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news-box h3 svg {
    display: inline-block;
}

.news-box:hover .capabilities-card_arrow__L_plP {
    opacity: 1;
    width: 46;
}

.news-box:hover h3 {
    text-decoration: underline;
}