/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Tags field styling.
 */

.headermain {
    display: flex;
    justify-content: space-between;
    background: #000;
    
}

.header01 {
    width: 30%;
    
}

.header01 span {
    color: #16d378;
    
}

.header01 h2{
    font-size: 100px;
    color:#fff;
    margin-top: 100px;
    margin-left: 50px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px;
    line-height: 100px;
   

}

.header01 h3{
    font-size: 40px;
    color:#fff;
    margin-top: 100px;
    margin-left: 50px;
    
    line-height: 40px;

}

.header02 {
     width: 79%;
    
}

.header02 img {
     width: 100%;
    
}