.main-about .main-block__info {
    min-height: 206px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-about.main-block__info img {
    width: 76px;
    height: 76px;
}

.main-block__info .post-title {
  margin-bottom: 0;
}

.main-block__info-icon {
    border-radius: 50%;
    border: 2px solid rgba(82, 82, 81, 1);
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content{
    padding: 196px 0 142px;
}

.content-wrapper {
    margin: 0 auto 100px;
    font-family: Proxima Nova;
    font-size: 22.22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    max-width: 690px;
    color: #000000;
}

.about-guide__text {
    max-width: 690px;
    margin: 0 auto;
    color: #000000;
}

.about-guide__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 16.4px 0px rgba(0, 0, 0, 0.25);
    /* padding: 64px 64px 43px 40px; */
    padding: 54px 64px 54px 40px;
    border-radius: 11px;
    max-width: 772px;
    margin: 0 auto 63px;
}

.about-guide__title {
    font-family: Proxima Nova;
    font-size: 47.6px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.02em;
    color: rgba(0, 38, 72, 1);
    max-width: 369px;
}

.about-guide__icon {
    width: 76px;
    flex: 0 0 76px;
    height: 76px;
    border-radius: 50%;
    border: 2px solid rgba(82, 82, 81, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-guide__icon  img {
    object-fit: contain;
}

.about-guide__text h4 {
    font-family: Proxima Nova;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 30px;
}

.content-wrapper strong, .content-wrapper b {
    font-family: Proxima Nova;
    font-size: 22.22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}

.content-wrapper p {
    font-family: Proxima Nova;
    font-size: 22.22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 30px;
}

.about-guide__text > p {
    font-size: 22.22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
}

.about-guide__text > b, .about-guide__text > strong,  .about-guide__text > p strong {
    font-size: 22.22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
}

.about-guide__text > p {
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .about-guide__title{
        margin-right: 1rem;
        font-family: Proxima Nova;
        font-size: 3.30556vw;
        font-weight: 700;
        line-height: 3.19444vw;
        letter-spacing: 0.02em;
        color: #002648;
    }
}
@media (max-width: 576px) {
    .about-guide{
        margin-left: -7.12468vw;
        margin-right: -7.12468vw;
    }
    .about-guide__wrapper{
        padding: 40px;
    }
    .about-guide__text h4{
        font-size: 22px;
        line-height: 28px;
    }
    .about-guide__title{
        font-size: 7.27735vw;
        line-height: 7.63359vw;
    }
    .content-wrapper p,
    .about-guide__text > p{
        font-size: 3.56234vw;
        line-height: 6.10687vw;
    }

}
