.slider {
display: flex;
overflow-x: auto;
overflow-y: hidden;
scrollbar-color: #f3f1e9 #fa4616;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
.slider {
margin-bottom: 50px;
}
}
.slider .slider-col {
max-width: 450px;
transition: all 0.2s ease-in-out;
min-width: 300px;
text-decoration: none;
width: 100%;
}
.slider .slider-col:hover, .slider .slider-col:focus {
background-color: #f3f1e9;
}
.slider .slider-col .slider-content-wrapper {
position: relative;
z-index: 999;
}
.slider .slider-col .slide-title {
font-family: "IBM Plex semibold";
font-size: 24px;
line-height: 28px;
text-align: left;
color: #000;
}
.slider .slider-col .slide-subtext {
font-family: "IBM Plex light";
font-size: 20px;
line-height: 28px;
text-align: left;
color: #000;
margin-bottom: 0;
}
.slider::-webkit-scrollbar {
height: 10px;
-webkit-appearance: none;
}
@media only screen and (min-width: 400px) {
.slider::-webkit-scrollbar {
height: 1rem;
}
}
.slider::-webkit-scrollbar-track {
background-color: #bbbbba;
border-radius: 15px;
margin: 60px;
}
@media only screen and (min-width: 768px) {
.slider::-webkit-scrollbar-track {
margin: 30vw;
}
}
.slider::-webkit-scrollbar-thumb {
border-radius: 15px;
background-color: #bbbbba;
background-image: linear-gradient(#bbbbba 0, #bbbbba 0rem, #fa4616 0rem, #fa4616 1rem);
}
.mobile-slide-btn {
display: flex;
justify-content: center;
font-size: 42px;
gap: 12px;
align-items: center;
margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
.mobile-slide-btn {
display: none;
}
}
.mobile-slide-btn button {
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
background: none !important;
padding-left: 10px;
padding-right: 10px;
color: #FA4616 !important;
border: none;
line-height: 1;
}
.slider-content-wrapper img {
max-width: 100%;
height: auto;
}.wp-block-create-block-announcements-showcase{overflow-x:hidden;padding:60px 5% 80px}@media(min-width:991px){.wp-block-create-block-announcements-showcase{padding:120px 2.5% 65px}}.wp-block-create-block-announcements-showcase .heading-left-col{margin-right:70px;position:relative}@media(max-width:991px){.wp-block-create-block-announcements-showcase .heading-left-col{margin-right:0;width:100%}.wp-block-create-block-announcements-showcase .heading-left-col .heading-blue{text-align:center!important}}.wp-block-create-block-announcements-showcase .heading-left-col .heading-blue{color:#0321a5;font-family:"IBM Plex bold italic"!important;font-size:38px;font-style:italic;line-height:40px;text-align:right}.wp-block-create-block-announcements-showcase .text-right-col{position:relative;width:100%}@media(min-width:992px){.wp-block-create-block-announcements-showcase .text-right-col{flex:0 0 auto;width:50%}}.wp-block-create-block-announcements-showcase .text-right-col:after{background:#fa4616;content:"";display:inline-block;height:100%;left:-34px;opacity:0;position:absolute;top:0;width:2px}@media(min-width:992px){.wp-block-create-block-announcements-showcase .text-right-col:after{opacity:1}}.wp-block-create-block-announcements-showcase .text-right-col p{color:#000;font-family:"IBM Plex light";font-size:26px;line-height:36px;text-align:center}@media(min-width:991px){.wp-block-create-block-announcements-showcase .text-right-col p{text-align:left}}.wp-block-create-block-announcements-showcase .button-wrapper{flex-wrap:wrap;justify-content:space-evenly;margin-left:auto;margin-right:auto;max-width:1320px}@media(min-width:992px){.wp-block-create-block-announcements-showcase .button-wrapper{justify-content:end}}.wp-block-create-block-announcements-showcase .button-wrapper a{margin-bottom:35px}.editor-styles-wrapper .button-wrapper .block-editor-block-list__layout{display:flex!important;flex-wrap:wrap;gap:20px}