/**
 * Place for custom page styles here.

MAIN


*/
 
/* MAIN */
.page-eshield__fourth-screen {
    padding: 80px 0 100px;
    background: #2e6b85;
    color: #fff;
}

.block-eshield-fourth-screen__title {
    text-align: center;
    font-weight: normal;
    margin-bottom: 50px;
}

.block-eshield-fourth-screen__title h2 {
    font-size: 50px;
    margin-bottom: 10px;
    color: #fff;
}

.layout-builder .block-eshield-fourth-screen__title h2 {
  color: #000;
}

.layout-builder .block-eshield-fourth-screen__title h2 {
    color: #000;
}

.block-eshield-fourth-screen__title span {
    font-size: 14px;
    text-transform: uppercase;
    opacity: 60%;
}

.block-eshield-fourth-screen__title p:nth-child(2) {
    font-size: 28px;
    padding-top: 20px;
    padding-left: 30%;
    padding-right: 30%;
}

.view-eshield-project {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 412px;
    height: 535px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    color: #1d1d1d;
}

.view-eshield-project:hover {
  cursor: pointer;
}

.view-eshield-project:hover .projects-card__content {
  background: #1d1d1d;
  color: #fff;
}

.view-eshield-project:hover .projects-card__title {
  color: #80b7d0;
}

.view-eshield-project:hover img {
  width: 110%;
  height: 110%;
}

.view-eshield-project__image {
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.view-eshield-project__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s linear;
}

.view-eshield-project__content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 220px;
    padding: 30px;
}

.view-eshield-project__title {
    font-weight: 600;
    font-size: 18px;
}

.view-eshield-project__text {

}

.slick-arrow {
  margin-top: -6.5em;
  margin-left: 0;
  margin-right: 0;
  font-size: 50px;
  cursor: pointer;
}






/* ADAPTIVE */
@media (min-width: 1920px) {

}

@media (max-width: 1920px) {

}

@media (max-width: 1700px) {
}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1366px) {
  .block-eshield-fourth-screen__title p:nth-child(2) {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media (max-width: 1280px) {
  .block-eshield-fourth-screen__title h2 {
    font-size: 40px;
  }
  .block-eshield-fourth-screen__title p:nth-child(2) {
    font-size: 20px;
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media (max-width: 1150px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {

}

@media (max-width: 834px) {
  
}

@media (max-width: 768px) {
}

@media (max-width: 650px) {
  .view-eshield-project {
    max-width: 320px;
    height: 535px;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 450px) {
}

@media (max-width: 380px) {
  .view-eshield-project {
    max-width: 300px;
    height: 455px;
  }
}







