﻿.row .main-header {
    max-width: 1266px;
    margin: 0px auto;
    -webkit-box-align: center;
    align-items: center;
}

.main-title h1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.42;
    color: var(--wtw-blue);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: normal;
    margin: 0px 12px 0px 0px;
}

.main-header p {
    margin: 6px 0px 22px;
    font-size: 26px;
    line-height: 1.31;
    color: var(--wtw-deep-blue);
}

.main-image {
    margin: -73px 0px -86px;
    text-align: right;
    max-width: 100%;
    flex-basis: inherit;
}

    .main-image img {
        border: 14px solid rgb(255, 255, 255);
        max-width: 462px;
        width: auto;
        border-radius: 50%;
        border: 10px solid rgb(255, 255, 255);
    }

.main-title hr {
    -webkit-box-flex: 1;
    flex-grow: 1;
    height: 2px;
    background: var(--wtw-light-cool-gray);
    opacity: 1;
    margin: 15px 0px;
}

.main-title {
    margin-top: 58px;
    display: flex;
}

.main-header p {
    font-size: 58px;
    line-height: 1.21;
    margin: 22px 0px 32px;
}

.full-header {
    border-radius: 5px;
    background-color: var(--wtw-background-blue);
    max-width: 1440px;
    margin: 0px 0px 35px;
    padding: 0px 26px;
    margin: 50px 0px;
    padding: 23px 26px 36px;
    display: inline-flex;
}

    .full-header hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible;
        -webkit-box-flex: 1;
        flex-grow: 1;
        height: 2px;
        background: var(--wtw-light-cool-gray);
        opacity: 1;
        margin: 10px 0px;
    }
