@charset "utf-8";

.top_msg_cont {
    display: flex;
}
.top_msg_txt {
    line-height: 2;
}
.top_msg_name {
    display: flex;
    align-items: center;
}
.top_msg_name_position {
    line-height: 1.8;
}
@media (min-width: 769px) {
    .top_msg_cont {
        justify-content: space-between;
        align-items: flex-start;
        gap: 40rem;
        margin-top: 114rem;
    }
    .top_msg_img {
        width: 524rem;
    }
    .top_msg_txt_area {
        width: 565rem;
    }
    .top_msg_txt {
        font-size: 16px;
    }
    .top_msg_name {
        margin-top: 40rem;
    }
    .top_msg_name_position {
        font-size: 18px;
    }
    .top_msg_name_img {
        width: 216px;
    }
    .links_list {
        margin-top: 212rem;
    }
    .btn_back_wrap {
        margin-top: 160rem;
    }
}
@media (max-width: 768px) {
    .top_msg_cont {
        flex-direction: column;
        gap: 30rem;
        margin-top: 32rem;
    }
    .top_msg_img {
        width: 100%;
    }
    .top_msg_txt {
        font-size: 15rem;
    }
    .top_msg_name {
        margin-top: 40rem;
        gap: 8rem;
    }
    .top_msg_name_position {
        font-size: 16rem;
    }
    .top_msg_name_img {
        width: 158rem;
    }
    .links_list {
        margin-top: 140rem;
    }
    .btn_back_wrap {
        margin-top: 129rem;
    }
}
