
/*==== Style ====*/

body {
    background: #ffffff;
}

/*==== Start Title Section ====*/

.heading {
    padding-bottom: 20px;
}
.heading h2 {
    text-align: center;
    font-size: 50px;
    color: #1f1f1f;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.heading p{
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
}
.heading hr {
    border-color: #e9e9e9;
    opacity: 1;
    height: 2px;
    margin: 20px 0 30px;
}
.btn-normal {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #107cc0;
    padding: 8px 30px;
    border-radius: 5px;
}
.btn-normal.normal-outline{
    background: transparent;
    border: 2px solid #ffffff;
}
.btn-normal:focus, .btn-normal:hover {
    outline: none;
    color: #ffffff;
    text-decoration: none;
}
.btn-normal.normal-outline:focus, .btn-normal.normal-outline:hover {
    border-color: #283891;
}
.arrow-btn {
    background: #283891;
    color: #ffffff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 5px;
}
.arrow-btn:hover, .arrow-btn:focus {
    color: #ffffff;
}
.news-area .heading hr,.gallery-area .heading hr{
    border-bottom: 2px solid #e9e9e9;
    opacity: 1;
    margin: 30px 0 15px;
}

/*============== Featured Area ===============*/

.featured-area {
    position: relative;
    margin-top: -110px;
    z-index: 1;
}
.featured-area > .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.featured-item {
    padding: 0;
}
.featured-area .business-bg.featured-item {
    background: transparent;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.featured-area .row > div:first-child .featured-item.business-bg h3{
    font-size: 45px;
    color: #404040;
    font-weight: 700;
}
.featured-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.featured-content {
    background: #2e395f;
    padding: 20px 25px 10px;
    justify-content: center;
    min-height: 150px;
    display: flex;
    flex-direction: column;
}
.featured-area .row > div:nth-child(3) .featured-content {
    background: #324278;
}
.featured-area .row > div:nth-child(4) .featured-content {
    background: #2b688e;
}
.featured-area .row > div:nth-child(5) .featured-content {
    background: #107cc0;
}
.featured-content h3{
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
.featured-content p {
    margin: 0;
    text-align: right;
}

/*============== News Area ===============*/

.news-area {
    background: #ffffff;
}
.news-area .heading h2{
    margin-bottom: 15px;
    color: #404040;
}
.news-item {
    position: relative;
    margin-bottom: 1.5rem;
}
.news-carousel .news-item {
    margin-bottom: 0;
}
.news-item img{
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
}
.news-item-content {
    position: absolute;
    bottom: 0;
    padding: 0 15px 15px;
}
.news-item-content h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 5px;
}
.news-item-content h3 a{
    color: #ffffff;
}
.news-slide .news-item-content h3 a, .related-area .news-item-content h3 a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-item-content h3 a:hover, .news-item-content h3 a:focus{
    color: #ffffff;
}
.news-item-content p{
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 25px;
    font-weight: 300;
}
.news-carousel .owl-nav button {
    background:  transparent;
    color: #202f30;
    border-radius: 0;
    font-size: 30px;
    height: 36px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    bottom: 50%;
    width: 50px;
    outline: none;
}
.news-carousel .owl-nav button i {
    color: #1f1f1f;
    font-size: 30px;
    line-height: 30px;
}
.news-carousel .owl-nav button.owl-next {
    left: inherit;
    right: -60px;
}
.news-carousel .owl-nav button.owl-prev {
    left: -60px;
    right: inherit;
}
.news-details-area {
    position: relative;
}
.news-subtitle {
    padding: 20px 0 20px;
}
.news-subtitle h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1f1f1f;
}
.news-subtitle p {
    color: #292721;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.details-news-area {}
.news-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.news-content h4 {
    font-size: 17px;
    font-weight: 700;
    color: #292721;
}
.news-content p {
    font-size: 16px;
    font-weight: 300;
    color: #292721;
    line-height: 25px;
    text-align: justify;
}
.news-back {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.news-sidebar {
    padding-left: 30px;
}
.news-sidebar .news-list:last-of-type{
    border-bottom: 2px solid #292722;
    padding-bottom: 50px;
}
.news-list{
    padding-bottom: 20px;
}
.news-list p{
    color: #292721;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
.news-list h3{
    font-size: 18px;
    font-weight: 700;
}
.news-list h3 a{
    color: #292721;
}
.news-list h3 a:hover, .news-list h3 a:focus{
    color: #283891;
}
.related-area {
    border-top: 2px solid #292722;
}
.related-area .heading h2 {
    text-transform: capitalize;
    font-size: 35px;
    color: #212121;
    margin-bottom: 10px;
}
.pagination-area {
    padding: 20px 0;
}
.pagination-area .page-item.active .page-link {
    background-color: #e9e9e9;
    color: #333333;
}
.pagination-area .page-link {
    color: #ffffff;
    background: #024283;
    border: none;
    margin: 0 10px;
}
.pagination-area .page-link:hover, .pagination-area .page-link:focus {
    color: #333333;
    background: #e9e9e9;
    box-shadow: none;
}
.pagination-area li.active .page-link:hover, .pagination-area li.active .page-link:focus {
    color: #333333;
    background: #e9e9e9;
    box-shadow: none;
}
.pagination-area .page-item:first-child .page-link, .pagination-area .page-item:last-child .page-link {
    border-radius: 0;
}
.pagination-area .page-item:last-child .page-link {
    color: #333333;
    background: transparent;
    margin-right: 0;
}
.gallery-pag.pagination-area .page-link {
    background: #e9e9e9;
    font-weight: 600;
}
.gallery-pag.pagination-area .page-item:first-child .page-link,
.gallery-pag.pagination-area .page-item:last-child .page-link {
    border-radius: 0;
    background: #293a90;
    color: #ffffff;
}
.gallery-pag.pagination-area .page-item.active .page-link {
    background-color: #024283;
    color: #fff;
}
.gallery-pag.pagination-area .page-link:hover,
.gallery-pag.pagination-area .page-link:focus {
    color: #fff;
}

/*============== Specialty area ===============*/

.specialty-area {
    position: relative;
    background: #2e395f url("assets/images/about-bg.jpg") no-repeat center / cover;
}
.specialty-content {
    padding: 15px;
}
.specialty-content h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
}
.specialty-content p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 25px;
}

/*============== Testimonial Area ===============*/

.testimonial-area {
    position: relative;
}
.testimonial-item{}
.testimonial-image{
    text-align: center;
    padding-bottom: 30px;
}
.testimonial-image img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 250px;
}
.testimonial-item hr{
    margin: 15px 0 20px;
    border-bottom: 2px solid #283891;
    border-top: 0;
    opacity: 1;
}
.testimonial-item h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #3c3c3c;
    font-weight: 700;
}
.testimonial-item p{
    text-align: justify;
    color: #484848;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}
.testimonial-item p.author-name {
    color: #484848;
    font-weight: 600;
    padding: 20px 0 0;
}

/*============== Stakeholder Area ===============*/

.stakeholder-area{
    position: relative;
}
.stake-item {
    position: relative;
    height: 100%;
    border: 2px solid #ededed;
    border-radius: 10px;
}
.stake-item-image {
    padding: 30px 25px 0;
    text-align: center;
}
.stake-item-image img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 140px;
}
.stake-content {
    padding: 30px 25px;
    margin-bottom: 60px;
}
.stake-content h3 {
    color: #191919;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.stake-content h3 span {
    color: #283891;
    display: block;
}
.stake-content p {
    color: #191919;
    font-size: 14px;
    text-align: justify;
    font-weight: 300;
    margin: 0;
}
.stake-btn {
    padding: 10px 25px;
    background: #f5f6f6;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.stake-btn a{
    font-size: 15px;
    color: #191919;
    font-weight: 600;
}
.stake-btn i {
    color: #a3adb5;
    padding-right: 5px;
}

/*============== Principle Financing Area ===============*/

.service-area{
    position: relative;
}
.service-item {
    border: 0;
    border-radius: 0;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #ebebeb;
}
.service-item:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.service-item .card-body {
    padding: 0 0 0 30px;
}
.service-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.service-item h3{
    color: #1c1c1c;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.service-item p {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

/*============== Team Area ===============*/

.director-item {
    margin-bottom: 30px;
    padding: 0 20px;
}
.related-director .director-item {
    padding: 0;
}
.director-item-image {
    background: #ededed;
    text-align: center;
    margin-bottom: 15px;
    padding: 20px 20px 0;
}
.director-item-image img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.director-item hr{
    margin: 10px 0 15px;
    border-bottom: 2px solid #283891;
    border-top: 0;
    opacity: 1;
}
.director-item h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.related-director .director-item h3 {
    font-size: 18px;
}
.director-item h3 a{
    color: #3c3c3c;
}
.director-item p{
    text-align: justify;
    color: #646464;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}
.team-item {
    margin-bottom: 15px;
    padding: 0 20px;
}
.team-item > hr {
    opacity: 1;
    border-bottom: 2px solid #3043a7;
    margin: 15px 0 0 0;
}
.team-item-image {
    text-align: center;
    padding-bottom: 20px;
}
.team-item-image img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.team-item h3{
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}
.team-item p{
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
}
.profile-image{
    padding: 30px 20px;
}
.profile-image img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.profile-content{}
.profile-content h3 {
    color: #3c3c3c;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
}
.profile-content p.profile-designation{
    margin-bottom: 0;
}
.profile-content p{
    color: #646464;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
.profile-content hr{
    margin: 15px 0;
    border-bottom: 2px solid #283891;
    opacity: 1;
}
.profile-content p.back-btn a{
    color: #283891;
    font-size: 15px;
}
.profile-content p.back-btn a i {
    margin-right: 5px;
    background: #283891;
    color: #ffffff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 5px;
    top: -2px;
    position: relative;
}

/*========== Corporate Area ==========*/

.corporate-banner .banner-bg-content{
    background: rgba(0,0,0,0.5);
    padding: 25px;
    max-width: 850px;
}
.corporate-banner .banner-bg-content p{
    font-size: 15px;
    color: #ffffff;
}
.banner-bg-content p:last-of-type{
    margin-bottom: 0;
}
.information-area .col-md-10:last-of-type .information-item{
    margin-bottom: 0;
}
.information-item {
    border: 2px solid #eeeeee;
    padding: 20px 30px;
    border-radius: 5px;
    text-align: center;
}
.information-item h4{
    color: #3c3c3c;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 3px;
}
.information-item p{
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0;
}
.structure-area .information-item{
    text-align: left;
}
.structure-area .heading h2{
    font-size: 30px;
    padding-bottom: 10px;
}
.why-details p.sub-title {
    font-size: 20px;
    color: #6f6f6f;
    font-weight: 500;
    margin-bottom: 20px;
}
.why-details p {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 300;
}
.endeavor-area .heading h2 {
    font-size: 30px;
    color: #3c3c3c;
}
.endeavor-item {
    text-align: center;
    padding: 30px 20px;
    border: 2px solid #f1f2f2;
    margin-bottom: 30px;
    border-radius: 10px;
}
.endeavor-item img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 80px;
    margin-bottom: 20px;
}
.endeavor-item p {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    text-align: justify;
}
.concept-area {
    background: #263693;
}
.concept-area .heading h2 {
    font-size: 30px;
    color: #ffffff;
    text-transform: inherit;
}
.concept-area .heading p {
    color: #fff;
}
.concept-item {
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}
.concept-item img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 48px;
    margin-bottom: 15px;
}
.concept-item h3 {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 5px;
}
.concept-item p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

/*============== Principle Area ===============*/

.principle-area{
    position: relative;
}
.principle-image{}
.principle-image img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.principle-details img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.principle-details h3 {
    font-size: 32px;
    color: #1c1c1c;
    font-weight: 700;
    margin: 0 0 5px;
}
.principle-details h3 span{
    font-weight: 300;
}
.principle-details p.sub-title {
    color: #1c1c1c;
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 15px;
}
.principle-details p {
    font-size: 15px;
    color: #3c3c3c;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 0;
}

/*============== Video Area ===============*/

.video-area {
    position: relative;
    border-top: 1px solid #e9e9e9;
}
.video-area .heading hr{
    border-bottom: 2px solid #e9e9e9;
    opacity: 1;
    margin: 15px 0 25px;
}
.video-content {
    padding-right: 30px;
}
.video-content h3{
    font-size: 30px;
    color: #2e2c26;
}
.video-content p{
    color: #292721;
    font-size: 17px;
    font-weight: 300;
    text-align: justify;
}
.video-item {
    position: relative;
}
.video-item img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.video-item > a {
    position: relative;
}
.video-item > a::after {
    content: '\f04b';
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 16px);
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    background: #f7643b;
    z-index: 3;
    font-weight: 900;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    padding-left: 3px;
}
.video-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 0;
    text-align: center;
}
.video-item h3 a{
    color: #2e2c26;
}

/*============== Photo Gallery Area ===============*/

.gallery-area {
    position: relative;
    border-top: 1px solid #e9e9e9;
}
.gallery-area .heading p.gallery-date {
    margin: 0;
    padding: 0 0 10px;
}
.gallery-area .heading p{
    padding-bottom: 10px;
}
.photo-item {
    position: relative;
    margin-bottom: 1.5rem;
}
.photo-item img{
    border-radius: 15px;
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin: 0;
}
.photo-item-content {
    position: absolute;
    bottom: 0;
    padding: 0 15px 15px;
}
.photo-item-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0;
}
.photo-item-content h3 a{
    color: #ffffff;
}
.photo-item-content h3 a:hover, .photo-item-content h3 a:focus{
    color: #ffffff;
}
.photo-item-content .arrow-btn {
    margin-left: 2px;
}
.photo-item-content p{
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 25px;
    font-weight: 300;
}

/*======= Contact Us page =============*/

.contact-banner{
    padding: 150px 0 50px;
}
.contact-banner h2{
    text-align: center;
    font-size: 50px;
    padding-bottom: 20px;
}
.contact-banner .row > div:first-of-type .contact-info p{
    padding-left: 20px;
}
.contact-info {
    border-left: 2px solid #fff;
    padding-left: 100px;
}
.contact-banner .row > div:first-of-type .contact-info{
    border-left: 0;
}
.contact-info h5 {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}
.contact-info p {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
}
.contact-info h5 i {
    color: #ffffff;
    padding-right: 5px;
}
.contact-info p i{
    position: relative;
    top: 2px;
    color: #ffffff;
    padding-right: 5px;
}
.contact-area {
    position: relative;
    background: #324296;
}
.contact-form {
    padding: 30px;
}
.contact-form h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    padding-bottom: 30px;
}
.contact-form .g-5, .contact-form .gy-5 {
    --bs-gutter-y: 2rem;
}
.contact-form label {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 300;
}
.contact-form label span.required {
    color: #e45d5d;
    padding-right: 5px;
}
.contact-form input, .contact-form textarea {
    border-radius: 10px;
    border: 2px solid #5465c2;
    padding: 10px 15px;
    font-size: 15px;
    color: #ffffff;
    background: transparent;
    height: auto;
}
.contact-form input:focus, .contact-form textarea:focus {
    box-shadow: none;
    outline: none;
    color: #ffffff;
    border-color: #5465c2;
    background: transparent;
}
.contact-form input[type="submit"], .contact-form button[type="submit"] {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    background: #1b2661;
    padding: 8px 25px;
    border: none;
    border-radius: 5px;
}
.contact-form input[type="submit"]:hover, .contact-form button[type="submit"]:hover{
    background: #1b2661;
}
.recaptcha-cus {
    justify-content: end;
    display: flex;
}
.contact-form form hr {
    border-color: #5465c2;
    opacity: 1;
    margin: 10px 0 0;
}

/*============== Career Area ===============*/

.career-area{
    position: relative;
}
.career-area .heading h2{
    text-align: left;
    text-transform: initial;
}
.career-area .heading p{
    text-align: left;
    margin-bottom: 0;
}
.job-area{
    padding: 15px 0 10px;
}
.job-area th{
    color: #484848;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 5px;
    border-bottom: 2px solid #4154ba !important;
}
.job-area td {
    color: #484848;
    font-weight: 300;
    font-size: 16px;
    padding: 10px 5px;
    border-bottom: 1px dashed #d7d7d7;
}
.job-area td a{
    color: #283891;
}
.job-area tr:last-of-type td{
    border-color: transparent;
}
.career-details-item {
    padding-bottom: 20px;
    padding-top: 20px;
}
.career-details-item:last-of-type{
    border-top: 1px dashed #d7d7d7;
}
.career-details-item h3 {
    font-size: 40px;
    color: #292721;
    font-weight: 900;
    margin-bottom: 10px;
}
.career-details-item p{
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 300;
}
.executive-area {
    background: #fafafa;
    padding: 20px 30px;
    border: 1px solid #e5e5e5;
    margin-top: 30px;
}
.executive-area li {
    color: #17222b;
    font-size: 16px;
    font-weight: 300;
    padding: 5px;
}
.executive-area li span {
    min-width: 150px;
    display: inline-block;
}
.executive-area li span.executive-text {
    min-width: inherit;
    padding-left: 20px;
}
.executive-list {
    padding-left: 10px;
}
.executive-list li {
    position: relative;
    color: #17222b;
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
    margin-bottom: 15px;
}
.executive-list li::before {
    color: #4153ba;
    border: none;
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    left: 0;
    font-size: 8px;
    top: 6px;
}
.application-area{
    position: relative;
}
.application-area .contact-form {
    background: #324296;
    border-radius: 10px;
    padding: 40px;
}
.application-area .contact-form h3{
    font-size: 40px;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 30px;
}
.application-area .contact-form label {
    text-align: right;
    background: transparent;
    border: 0;
}
.application-area .contact-form label span.sub-label {
    display: block;
    font-size: 13px;
    color: #808cc8;
    font-weight: 600;
}
.application-area .contact-form .input-group {
    border: 2px solid #5465c2;
    border-radius: 5px;
}
.application-area .contact-form .input-group label {
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.application-area .contact-form .input-group input[type="file"] {
    border: 0;
    /* opacity: 0;
    visibility: hidden;
    padding: 0;
    height: 0; */
}

/*============== Morning area ===============*/

.morning-area .container-fluid {
    padding-left: 0;
}
.morning-video {
    position: relative;
    padding-right: 30px;
}
.morning-video > a {
    position: relative;
}
.morning-video img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.morning-video > a::after {
    content: '\f04b';
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 16px);
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    background: #f7643b;
    z-index: 3;
    font-weight: 900;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    padding-left: 3px;
}
.morning-content {
    padding-right: 30px;
}
.morning-content h3 {
    color: #324343;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.morning-content h3 img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 85px;
    padding-right: 30px;
}
.morning-content p {
    color: #324343;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}
