.general-content-img-wrap {
    display: flex;
    flex-direction: column;
    gap: 58px;
}
.general-content-image.top-img .general-content-img {
    margin-top: 58px;
}
.general-content-image.top-img .general-content-img-wrap {
    flex-direction: column-reverse;
}
.general-content-image-header,
.general-content-text{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}
.general-content-img-wrap.top-img .general-content-image-header {
    margin-bottom: 0;
}
.general-content-text {
    margin-bottom: 0 !important;
}
.general-content-text > * {
    margin: 0;
}
.general-content-text ul {
    text-align: left;
    font-family: var(--font-verdana);
}

.general-content-text a {
    color: var(--blue);
    font-weight: 700;
    text-decoration: none;
}
.general-content-text a:hover {
    text-decoration: underline;
}

@media(max-width:767px) {
    .general-content-img-wrap {
        gap: 42px;
    }
    .general-content-image.top-img .general-content-img {
        margin-top: 42px;
    }
}