/*
Theme Name:         ESC Info
Theme URI:          *
Description:        *.
Version:            1.0.76
Author:             valik945
Author URI:         valik945
*/

.header .logo img {
    height: 80px;
}
.locations-section:after,
.home-hero:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(28, 29, 38, .5);
    z-index: 0;
}
.locations-section .wrap,
.home-hero .wrap {
    z-index: 1;
}
.home-hero .col .subtitle {
    font-size: 2rem;
}
@media only screen and (max-width: 768px) {
	.home-hero .col .subtitle {
		font-size: 16px;
	}
}
.home-hero .col .subtitle {
    max-width: 690px;
    margin: 12px 0;
    font-weight: 700
}

.home-hero .col ul {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media only screen and (max-width: 1024px) {
    .home-hero .col ul {
        align-items:center
    }
}

.home-hero .col ul li {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 10px 20px;
    width: fit-content;
    min-width: 310px;
    background-color: #1b228c;
    font-size: 18px;
    font-weight: 700
}

.home-hero .col ul li img {
    width: 32px;
    height: 32px
}