.about-us-content h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    color: #00243B;
}

.about-us-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    color: #00243B;
}

.about-us-content .img-wrapper {
    background-color: #fff;
    border-radius: 50%;
}

.about-us-content .img-wrapper img {
    border-radius: 50%;
    margin-top: -122px;
}

.about-us-content .img-wrapper .word p {
    font-size: 120px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.6em;
    color: #BCBEC057;
}

/*full width video start*/
.full-width-video-wrapper {
    height: 400px;
    width: 100%;
    position: relative;
}

.full-width-video-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.69);
}

.full-width-video-wrapper video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 768px) {
    .full-width-video-wrapper {
        height: 512px;
    }
}

.full-width-video-wrapper .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.full-width-video-wrapper .text-box .head {
    color: #F5F5F5;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 2em;
}

.full-width-video-wrapper .text-box .changing-phrases span {
    font-weight: 700;
    color: #F5F5F5;
    font-size: 23px;
}


.full-width-video-wrapper .divider {
    background-color: #BCBEC0;
    width: 1px;
    height: 50px;
}

.full-width-video-wrapper .text-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 98%;
    /*z-index: 2;*/
}

.full-width-video-wrapper .text-container h2 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    color: #00243B;
}

.full-width-video-wrapper .text-container p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    color: #00243B;
}

.full-width-video-wrapper .text-container a {
    background-color: #C69B50;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    fill: #00243B;
    color: #00243B;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C69B50;
    border-radius: 0px 30px 0px 30px;
    padding: 12px 25px 12px 25px;
}