.learn {
    display: none;
}
.library {
    display: none !important;
}
.bg-lightblue {
    background-color: #aecedb!important;
}
/* title */
section.title .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
section.title {
    position: relative;
}
section.title .bg-image:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.spacing {letter-spacing: 5px;}
.title a {
  color: white;
  text-decoration: underline;
	
}
.section__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.section__bg.overlay {
    opacity: 0.5;
}