.p-top-banner {
    width: 100%;
    height: 500px;
}

.top-banner-image {
    width: 60%;
    max-height: 400px;
}

.top-banner-content {
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(221, 243, 251, 1);
}

@media (max-width : 769px) {
    .top-banner-image {
        width: 100%;
    }

    .top-banner-content {
        width: 100%;
        position: relative;
    }

    .p-top-banner {
        height: auto;
    }


}

.top-banner-content .row {
    margin-top: 1rem;
}

.top-banner-content .content-label {
    font-size: .8rem;
}

.top-banner-content .content-text {
    font-weight: bold;
    font-size: .9rem;
}

.intro-content p {
    margin-bottom: 1.1rem !important;
    text-align: justify;
}

.border-right-2 {
    border-right: 2px solid #000;
}

.year {
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: calc(3rem + 5px);
}

.year-content-title {
    font-size: 1.1rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 1rem;
}

.year-content-title.rotate-180 {
    text-align: right;
}

.year-content-title::after {
    content: "";
    position: absolute;
    background-image: url("../images/underline.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    left: -22px;
    bottom: -10px;
    width: 350px;
    height: 15px;
}

.year-content-title.rotate-180::after {
    transform: rotate(180deg);
    right: -22px;
    left: unset;
    bottom: -10px;
}

.year-content-image {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .year-content-title::after {
        width: 180px;
        left: -19px;
    }

    .year-content-title.rotate-180::after {
        right: -19px;
    }
}

.bottom-box {
    min-height: 77px;
    display: flex;
    background: rgba(34, 51, 69, 1);
    color: #fff;
    justify-content: center;
    flex-direction: column;
}

.bottom-box a {
    color: #fff;
    text-decoration: underline !important;
}

.card-img-top {
    padding: 1rem;

}

.card-img-top img {
    width: 100%;
}

.p-video .video-control .rounded-circle {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
    box-shadow: 0 0 0px 10px rgba(18, 0, 190, .6)
}

.p-video .text-des {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    color: #fff;
}

.p-video .text-des h3 {
    font: bold 30px EBGaramond-Bold
}

.p-video .text-des p:first-child {
    font-size: 18px;
}

.p-video .text-des p {
    width: 50%;
    margin: auto;
}