html {
    font-size: 19.2px;
    overflow: unset;
}

html body {
    all: initial;
}

html body .total-contain {
    all: initial;
}

.outlook-content {
    width: 100%;
}

.outlook-content .contents-outlook {
    width: 100%;
    display: flex;
}

.outlook-content .contents-outlook .overview {
    width: 100%;
    opacity: 0;
    transition: all .35s ease-in;
}

.outlook-content .contents-outlook .overview .outlook-title {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    height: 8rem;
}

.outlook-content .contents-outlook .overview .outlook-title .imag1 {
    position: absolute;
    width: 10%;
    top: 4.875rem;
    left: 4rem;
    margin: auto;
}

.outlook-content .contents-outlook .overview .outlook-title .imag2 {
    position: absolute;
    width: 50%;
    top: 2.125rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.outlook-content .contents-outlook .overview .outlook-title .title {
    width: 100%;
    position: absolute;
    display: block;
    top: 4.125rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 5vw;
    font-family: qiantuhou;
    background-image: -webkit-linear-gradient(#FAD972, #F9C67E, #F8BA87, #F6A894, #F79B98, #F494A0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.outlook-content .contents-outlook .overview .outlook-overview {
    width: 80%;
    margin: 3rem auto;
    margin-top: 0;
    border-radius: 2vw;
    box-shadow: 2px 2px 10px #81ccbd;
    padding: 3rem;
    overflow: hidden;
}

.outlook-content .contents-outlook .overview .outlook-overview p {
    margin-bottom: 3.125rem;
    font-family: NavTitle;
    line-height: 3vw;
    font-size: 1.5vw;
    text-align: justify;
    text-justify: newspaper;
}

.outlook-content .contents-outlook .overview .outlook-overview p::first-letter {
    color: #f9a10b;
    font-size: 3vw;
}

.outlook-content .contents-outlook .overview .outlook-overview .outlook-picture {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 1vw;
    margin-top: 1.75rem;
}

.outlook-content .contents-outlook .overview .outlook-overview .outlook-picture img {
    object-fit: cover;
    width: 100%;
    display: block;
    transition: all .55s ease-in;
}

.outlook-content .contents-outlook .overview .outlook-overview .outlook-picture img:hover {
    cursor: pointer;
    transform: translateZ(-10px) scale(1.2);
}

.outlook-content .contents-outlook .overview .outlook-overview .outllook-img {
    margin: 0 auto;
    object-fit: cover;
    width: 60%;
    display: block;
    border-radius: 0.5vw;
}