.year_block {
    min-width: 20%;
    background-color: rgb(247, 252, 253);
    color: rgb(70, 171, 230);
    padding-top: 1%;
    padding-left: 1%;
    font-weight: 500;
    font-size: 1.5rem;
}

.hist_descr_block {
    background-color: rgb(232, 247, 251);
    margin-left: 5px;
    padding: 1%;
}

.article_txt {
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.10);
    padding: 20px;
}

/* Container holding the image and the text */
.brend {
    position: relative;
    text-align: justify;
    color: rgb(0, 0, 0);
    padding: 0px !important;
    height: 100%;
}

.header{
    box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.35);
}

.header:active {
    box-shadow: none;
    transform: scale(0.99);
}

/* Bottom left text */
.bottom-left {
    padding-top: 0.6em;
    padding-left: 60px;
    position: absolute;
    text-align: left;
    bottom: 0px;
    left: 0px;
    color: rgb(255, 250, 250);
    font-weight: bold;
    font-size: x-large;
    background-color: rgba(26, 178, 248, 0.6);
    width: 100%;
    height: 3em;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 30px;
    left: 60px;
    width: 200px;
}

.brend-description {
    margin-top: 20px;
}
.dtl32 {
    border: 1px solid rgb(231, 231, 231);
    width: 100%;
    position: relative;
    overflow: hidden;
    /* -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3); */
    /* -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3); */
    /* box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3); */
}

.dtl32 .logo {
    position: absolute;
    width: 35%;
    top: 5%;
    left: 7%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dtl32 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl32 .dtl {
    /* background: rgba(255, 255, 255, 0.3); */
    width: 100%;
    position: absolute;
    /* height: 100%; */
    /* top: 50%; */
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl32 .dtl h3 {
    padding: 10px 15px;
    width: 100%;
    background: #c2170b;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    /* margin-top: 20px; */
    margin-bottom: 10px;
    text-decoration: underline;
}
.dtl32 .dtl p {
    padding: 15px;
    background: rgba(240, 240, 240, 0.9);
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    /* text-indent: 10px; */
}
/*.dtl32 .dtl a {
    margin-right: 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: rgb(0, 66, 92);
    float: right;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
} */
.dtl32 .dtl a:hover {
    background: #fcac19;
    border: 1px solid #adadad;
}
.dtl32:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.dtl32:hover .dtl {
    visibility: visible;
    opacity: 1;
}

.dtl32:hover .logo {
    -webkit-transform: matrix(1.5, 0, 0, 1.5, 20, 0);
    -moz-transform: matrix(1.5, 0, 0, 1.5, 20, 0);
    -ms-transform: matrix(1.5, 0, 0, 1.5, 20, 0);
    -o-transform: matrix(1.5, 0, 0, 1.5, 20, 0);
    transform: matrix(1.5, 0, 0, 1.5, 20, 0);
    /* visibility: visible;
    opacity: 1; */
}
.item {
    padding-top: 15px;
    padding-bottom: 15px;
}