.brd1-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.brd1-title-text {
    margin-top: 30rem;
}

.brd1-title-text h5 {
    color: #222;
    font-size: 32rem;
    line-height: 1.5;
}

.brd1-title-text h5 span {
    color: var(--main-color);
    font-size: 45rem;
}

.brd1-title-text p {
    color: #666;
    font-size: 20rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 20rem;
}

.brd1-title img {
    padding: 100rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20rem;
    box-shadow: 0 15rem 50rem 0 rgba(80, 86, 131, .1);
}

.brd1-subtitle {
    width: 100%;
    color: #222;
    font-size: 36rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 80rem 0 50rem 0;
}

.brd1-prc-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40rem;
}

.brd1-prc {
    padding: 80rem;
    border-radius: 20rem;
    box-shadow: 0 15rem 50rem 0 rgba(80, 86, 131, .15);
}

.brd1-prc-icon {
    width: 100%;
}

.brd1-prc-icon img {
    float: right;
    height: 70rem;
}

.brd1-prc-text {
    display: flex;
    flex-direction: column;
    gap: 20rem;
}

.brd1-prc-text span {
    color: var(--main-color);
    font-size: 18rem;
    font-weight: 700;
}

.brd1-prc-text h5 {
    color: #222;
    font-size: 32rem;
    font-weight: 600;
}

.brd1-prc-text ul {
    padding-left: 15rem;
    display: flex;
    flex-direction: column;
    gap: 10rem;
    margin-top: 20rem;
}

.brd1-prc-text ul li {
    color: #777;
    font-size: 18rem;
    font-weight: 500;
    list-style-type: '-  ';
}


.brd1-list {
    position: relative;
    width: 100%;
    padding: 60rem 100rem;
    padding-right: 0;
    border-radius: 20rem;
    background-color: #005bac;
    margin-top: 100rem;
    overflow: hidden;
}

.brd1-nh {
    position: absolute;
    top: 0; right: -20%;
    height: 100%;
}

.brd1-list h5 {
    font-size: 40rem;
    margin-bottom: 15rem;
}

.brd1-list ul {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20rem;
}

.brd1-list ul li {
    font-size: 20rem;
    font-weight: 600;
    text-shadow: 0 0 30px rgba(36, 36, 36, 0.5);
}

.brd1-list ul li i {
    font-weight: lighter;
}


.brd3-text {
    padding: 100rem;
    display: flex;
    flex-direction: column;
    border-radius: 20rem;
    box-shadow: 0 15rem 50rem 0 rgba(80, 86, 131, .1);
}

.brd3-text h5 {
    width: 296px;
    color: #777;
    font-size: 50rem;
    font-family: "Song Myung", serif;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}

.brd3-text h5 span {
    font-size: 30rem;
}

.brd3-title {
    width: 100%;
    padding: 100rem;
    border-radius: 20rem;
    background-color: #111;
    background: url(../images/brd3-bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    margin: 100rem 0;
}

.brd3-title h5 {
    color: #fff;
    font-size: 50rem;
    font-family: "Song Myung", serif;
}

.brd3-title p {
    color: #fff;
    font-size: 20rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 20rem;
}

.brd3-box-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 150rem;
    margin-top: 50rem;
}

.brd3-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 150rem;
}
.brd3-box:nth-child(2) {
    flex-direction: row-reverse;
}

.brd3-box-text {
    width: 50%;
    margin-top: 30rem;
}

.brd3-box-text h5 {
    color: #222;
    font-size: 36rem;
}

.brd3-box-text p {
    color: #aaa;
    font-size: 19rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 30rem;
}

.brd3-box-image {
    width: 50%;
}

.brd3-box-image img {
    border-radius: 20rem;
}


/*==================================================*/
@media (max-width: 1250px) {
    .brd1-title img {
        width: 45%;
    }
}


@media (max-width: 768px) {
    .brd1,
    .brd2,
    .brd3 {
        overflow: hidden;
    }
    
    .brd1-title {
        position: relative;
        flex-direction: column;
        justify-content: unset;
    }

    .brd1-title img {
        position: absolute;
        top: 0; right: 30rem;
        width: 40%;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
    }
    
    .brd1-subtitle {
        margin: 70rem 0 30rem 0;
    }
    
    .brd1-prc-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .brd1-list {
        width: 120%;
        padding: 60rem 80rem;
    }

    .brd1-nh {
        top: 30rem; right: -60%;
    }
    
    .brd3 .brd1-title img {
        top: -70rem;
        width: 30% !important;
    }

    .brd3-title {
        width: 120%;
        border-radius: 0;
        margin: 50rem 0;
    }

    .brd3-title h5 {
        font-size: 45rem;
    }

    .brd3-box-wrapper {
        gap: 60rem;
        margin-top: 0;
    }

    .brd3-box {
        flex-direction: column-reverse !important;
        justify-content: unset;
        gap: 30rem;
    }

    .brd3-box-text {
        width: 100%;
    }

    .brd3-box-image {
        width: 100%;
        height: 300rem;
    }

    .brd3-box-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


@media (max-width: 550px) {
    .brd1-prc {
        padding: 60rem;
    }

    .brd1-prc-icon img {
        height: 80rem;
    }
    
    .brd1-prc-text ul li {
        font-size: 22rem;
    }
}