@media (min-width: 1024px) {#About-SafetyWallet {
    color: #fff;
}
#About-SafetyWallet .heading {
    font-weight: bold;
}
#About-SafetyWallet .ohsblockcard .paragraph {
    padding-right: 24px;
    margin-bottom: 0px;
    line-height: 20px;
}
.video-row {
    min-height: 300px;
    padding: 10px 6px;
    background-color: #083578;
    border-radius: 20px 20px 20px 20px;
    margin-left: 0;
    margin-right: 0;
}
.video-row iframe {
    border-radius: 20px;
    margin-top: 8px;

}
.video-row .right-cell {
    display: block;
    min-height: 75px;
    padding: 0 20px 0 20px;
    flex: 1 0 50%;
}
.video-row h1 {
    font-size: 34px;
    background-color: #10101000;
    padding: 0 0 0 58px;
    margin: 20px 0 20px 0 !important;
    font-weight: bold;
}
.video-row p {
    color: #ffffff;
    font-size: 21px;
    padding: 0;
}
.video-row img {
    max-width: 150px;
    margin-top: -15px;
}
.wc-right-col p {
    margin-bottom: 0rem !important;
}
.wc-left-col img {
    flex: 1 0 10%;
}
.wc_container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wc_container img {
    display: block;
    max-height: 86px;
    object-fit: contain;
    margin-left: -22px;
}}