.about-top .content .info h1 {
    margin-bottom: 32px;
}

.about-top .content .info b,
.about-top .content .info strong {
    font-weight: 500;
    font-size: clamp(16px, 3vw, 17px);
    line-height: 28px;
    letter-spacing: 0.01em;
    color: var(--text-primary);
}
.about-top .content figure button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width:100px !important;
    height:100px !important;
    object-fit: none !important;
    border-radius: 0 !important;
}
.about-hdr-wrap .mission-hdr-right img {
    width: 240px;
    height: 240px;
    max-width: unset;
}