.section-3{display:flex;flex-direction:column;padding:1rem;margin:auto}.section-3 h2{font-family:"RedHatDisplay-MediumItalic";font-size:2rem;margin-bottom:2rem}.section-3 .tiles{position:relative;height:70vh}.section-3 .tiles .arrow{position:absolute;height:2.5rem;width:2.5rem;z-index:2;background-color:#254e5a;border-radius:50%;cursor:pointer}.section-3 .tiles .arrow.previous{left:5;top:50%;transform:translateY(-50%)}@media(max-width: 450px){.section-3 .tiles .arrow.previous{left:-50}}.section-3 .tiles .arrow.next{right:5;top:50%;transform:translateY(-50%)}@media(max-width: 450px){.section-3 .tiles .arrow.next{right:-50}}.section-3 .tiles .list{display:flex;height:100%;overflow:hidden}.section-3 .tiles .list .tile{flex:0 0 100%;width:100%;display:flex;flex-direction:column;position:relative;justify-content:flex-end}.section-3 .tiles .list .tile img{width:100%;height:100%;z-index:0;object-fit:cover;position:absolute;border-radius:1rem}.section-3 .tiles .list .tile .gradient{width:100%;height:100%;position:absolute;z-index:0;background:linear-gradient(to bottom, transparent, rgb(0, 0, 0) 100%);border-radius:1rem}.section-3 .tiles .list .tile .content{display:flex;flex-direction:column;justify-content:flex-end;z-index:1;text-shadow:1px 1px 1px #000;padding:2rem 3.5rem}@media(max-width: 450px){.section-3 .tiles .list .tile .content{padding:1rem}}.section-3 .tiles .list .tile .content h1{font-family:"RedHatDisplay-MediumItalic"}@media(max-width: 450px){.section-3 .tiles .list .tile .content h1{font-size:1.5rem}}.section-3 .tiles .list .tile .content .description{font-family:"Archivo-Regular";margin:0 0 1rem 0}.section-3 .tiles .list .tile .content a{text-decoration:none}
