html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.about-jagodova-1 {
    padding: 1.5rem 3.25rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1.5rem;
}
.about-jagodova-1 .top-line {
    width: 100%;
    background-color: #e0e6eb;
    height: 2px;
}
.about-jagodova-1 .main-content {
    display: flex;
    width: 100%;
}
.about-jagodova-1 .main-content .contact-mobile {
    display: none;
}
.about-jagodova-1 .main-content .left-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}
.about-jagodova-1 .main-content .left-side > h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #2d3438;
}
.about-jagodova-1 .main-content .left-side > img {
    margin-top: 4rem;
    margin-bottom: 3.5rem;
    height: 40rem;
    width: 30rem;
    object-fit: cover;
}
.about-jagodova-1 .main-content .left-side .contact-info {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #2d3438;
    font-weight: 400;
    display: flex;
    gap: 6rem;
}
.about-jagodova-1 .main-content .right-side {
    width: 50%;
    margin-top: 5.5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.about-jagodova-1 .main-content .right-side > h2 {
    font-size: 2rem;
    line-height: 2.25rem;
    color: #2d3438;
    font-weight: 500;
}
.about-jagodova-1 .main-content .right-side .bottom-text-part {
    margin-top: 3.25rem;
    gap: 2rem;
    display: flex;
    width: 100%;
}
.about-jagodova-1 .main-content .right-side .bottom-text-part .left-text {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #2d3438;
    font-weight: 400;
    width: 100%;
}
.about-jagodova-1 .main-content .right-side .bottom-text-part .right-text {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #2d3438;
    font-weight: 400;
    width: 100%;
    gap: 3rem;
}
.about-jagodova-1
    .main-content
    .right-side
    .bottom-text-part
    .right-text
    .author {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
}

@media (max-width: 96.5rem) {
    .about-jagodova-1 {
        padding: 1.5rem 2.25rem 3rem;
        gap: 1.5rem;
    }
    .about-jagodova-1 .main-content {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .about-jagodova-1 .main-content .contact-mobile {
        display: flex;
        flex-direction: column;
        margin-top: 9rem;
        gap: 1rem;
        width: 100%;
    }
    .about-jagodova-1 .main-content .contact-mobile > h3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #2d3438;
        font-weight: 500;
    }
    .about-jagodova-1 .main-content .contact-mobile .email-container {
        flex-wrap: wrap;
        gap: 3rem;
        row-gap: 0.5rem;
        display: flex;
        width: 100%;
        justify-content: space-between;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        color: #2d3438;
    }
    .about-jagodova-1 .main-content .left-side {
        justify-content: unset;
        width: 100%;
        align-items: end;
    }
    .about-jagodova-1 .main-content .left-side > h3 {
        width: 100%;
    }
    .about-jagodova-1 .main-content .left-side > img {
        margin-top: 3rem;
        margin-bottom: 6rem;
        height: auto;
        width: 68%;
        aspect-ratio: 3 / 4;
    }
    .about-jagodova-1 .main-content .left-side .contact-headline {
        display: none;
    }
    .about-jagodova-1 .main-content .left-side .contact-info {
        display: none;
    }
    .about-jagodova-1 .main-content .right-side {
        width: 100%;
        margin-top: 0;
        gap: 3rem;
    }
    .about-jagodova-1 .main-content .right-side > h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .about-jagodova-1 .main-content .right-side .bottom-text-part {
        margin-top: 3rem;
        gap: 1.5rem;
    }
    .about-jagodova-1 .main-content .right-side .bottom-text-part .left-text {
        font-size: 1rem;
        line-height: 1.5rem;
        color: #2d3438;
        font-weight: 400;
        width: 100%;
    }
    .about-jagodova-1 .main-content .right-side .bottom-text-part .right-text {
        font-size: 1rem;
        line-height: 1.5rem;
        color: #2d3438;
        font-weight: 400;
        width: 100%;
        gap: 3rem;
    }
}
@media (max-width: 43.75rem) {
    .about-jagodova-1 {
        padding: 1rem 2.5rem 2rem;
        gap: 1rem;
    }
    .about-jagodova-1 .main-content .contact-mobile {
        margin-top: 6rem;
        gap: 1.5rem;
    }
    .about-jagodova-1 .main-content .contact-mobile .email-container {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .about-jagodova-1 .main-content .left-side > img {
        margin-top: 4rem;
        margin-bottom: 4rem;
        width: 75%;
    }
    .about-jagodova-1 .main-content .right-side {
        gap: 2rem;
    }
    .about-jagodova-1 .main-content .right-side > h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .about-jagodova-1 .main-content .right-side .bottom-text-part {
        flex-direction: column;
        margin-top: 2rem;
        gap: 3rem;
    }
    .about-jagodova-1 .main-content .right-side .bottom-text-part .left-text {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .about-jagodova-1 .main-content .right-side .bottom-text-part .right-text {
        font-size: 0.875rem;
        line-height: 1.25rem;
        gap: 2.25rem;
    }
}
