.govt-logo {
    display: flex;
    align-items: center;
}
.govt-logo img {
    width: 100px;
    filter: brightness(0) invert(1);
}
.govt-logo h4 {
    font-weight: 700;
    margin-bottom: 1px;
    margin-top: 0px;
    color: white;
}
.govt-logo span {
    display: block;
   color: white;
}
#about {
    background-image: url(../img/bg/about.jpg);
    background-position: 50%;
    background-size: cover;
}
#about:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 46%;
    height: 100%;
    background: rgb(43 73 135);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(317deg);
    transform-origin: bottom;
}
.btnsrtyle3 {
    border: 1px solid rgb(211 241 27);
    display: inline-block;
    font-weight: 700;
    text-align: center;
    border-radius: 31px;
    margin-top: 33px;
    padding: 6px 22px;
    color: rgb(211 241 27) !important;
    transition: .2s;
}
.btnsrtyle3:hover {
   background-color:rgb(211 241 27);
   color: black !important;
   text-decoration: none;
}
.spotlight {
    margin: .5rem;
    position: relative;
    float: left;
    cursor: pointer;
    display: block;
    height: 330px;
    overflow: hidden;
}
.spotlight img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #efefef;
}
.spotlight img, .image {
    box-shadow: 2px 3px 4px grey;
    margin: 0px;
}
.photo {
    position: relative;
    transform: scale(1);
    transition: .5s ease-in-out;
}
.text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    line-height: 150%;
    height: 52px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
}