/* Start banner*/
@import url("components/ArticleBanner.css");
@import url("components/SocialsWidget.css");
@import url('components/Popups.css');

.also-like-item {
    align-items: center;
    border-bottom: 1px solid #dedede;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-family: 'Lato';
}
    .also-like-item img {
        width: 180px;
        height: 140px;
        overflow: hidden;
        border-radius: var(--main-border-radius);
    }
    .also-like-item h3 {
        font-size: 22px;
        line-height: 24px;
        margin: 0;
        font-weight: 300;
        padding: 0 0 5px;
        text-transform: uppercase;
        font-family: 'Lato';
    }
    .also-like-item p {
        font-size: 18px;
        line-height: 1.2;
        margin: 0;
        padding: 0;
        font-weight: 300;
    }
    .also-like .title {
        font-size: 36px;
        font-weight: 300;
        line-height: 1;
        margin: 0;
        padding: 0 0 40px;
        font-family: 'Lato';
    }
.grid-section .grid-row p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height:36px;
}
.grid-section .grid-row h2 {
    font-weight:300 !important;
}
.grid-section .grid-row img {
    border-radius: var(--main-border-radius);
    max-width: 100%;
}
.grid-section .grid-row p.caption {
    font-size: 16px;
    font-style: italic;
}
.home-video-block {
  
    width: 100%;
    height: 25vh;
    max-width: 100%;
    background-size:cover;
}