@media only screen and (min-width: 1080px) {
.kbLanding .WidgetContainer_list .WidgetContainer_contentList:nth-child(2),
.kbLanding .WidgetContainer_list .WidgetContainer_contentList:nth-child(3){
width: 50%
}
.kbLanding .WidgetContainer__list{
display: flex;
flex-wrap:wrap
}
}

.kbLanding .faqs{
  display: none
}
.cw_doc_icon{
    width: 0.9375rem;
    height: 0.9375rem;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -.1133333333em
 }
 .cw_briefcase_icon{
   width: 1.25rem;
   height: 1.25rem;
   position: relative;
   top: -.1133333333em;
   display: block;
 }
 .cw_more_option{
   margin-top: 0.5rem
 }
 .cw_more_icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -.1133333333em
 }
 .cw_view_more_link{
  display: inline-block;
  font-size: 15px;
  color: #e46317
 }


.en.ticketForm #field_attachmentIds .FileUpload__positionRel .FileUpload__userLink{
  font-size: 0
}
.en.ticketForm #field_attachmentIds .FileUpload__positionRel .FileUpload__userLink::after{
  font-size: 1rem;
  content: "Attach a screenshot or recording of the issue (if any)"
}

.cta-book {
  margin-left: 12px;
  padding: 8px 16px;
  background-color: #f97316;
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.cta-book:hover {
  background-color: #ea580c;
}
.social-icons img {
  margin-right: 12px;
  width: 20px;
  filter: invert(1); 
  opacity: 0.9;
  transition: all 0.2s ease;
}

.social-icons img:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.footer__container2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.footer-logo img {
  width: 28px;
  height: 28px;
}
.logo-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.social-icons {
  display: flex;
  justify-content: center; 
  gap: 12px;
  margin-top: 6px;
}
