.OSCSS-section-hero{
  position: relative;
  color: #ffffff;
  background-color: #000000;
}
.OSCSS-section-hero img{
  width: 100%;
  height: 300px;
  opacity: 0.8;
  object-fit: cover;
}
.OSCSS-section-hero-title{
  position: absolute;
  left: 40px;
  top: 40px;
  text-shadow: 3px 3px 1px rgb(0 0 0 / 30%);
  opacity: 1;
  z-index: 2;
}
.OSCSS-section-inner{
  padding: 40px;
}
.OSCSS-section-hero-caption{
  display: inline-block;
  font-size: 24px;
  margin-bottom: 10px;
}
.OSCSS-section-hero-label{
  display: inline-block;
  font-size: 18px;
  background-color: #56aacb;
  padding: 2px 16px 2px 16px;
}
@media screen and (max-width: 460px) {
  .OSCSS-section-hero-title{
    left: 20px;
    top: 20px;
//  text-shadow: 3px 3px 1px rgb(0 0 0 / 30%);
//  opacity: 1;
  }
  .OSCSS-section-inner{
    padding: 40px 0;
  }
  .OSCSS-section-hero-caption{
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 0px;
  }
  .OSCSS-section-hero-label{
    font-size: 11px;
  }
  .OSCSS-section-hero img{
//  width: 100%;
    height: 150px;
//  opacity: 0.8;
//  object-fit: cover;
  }
}
.OSCSS-section-latest{
  position: relative;
  background-color: #ffffff;
}
.OSCSS-section-latest .OSCSS-section-inner{
  display: flex;
  padding: 0;
}
.OSCSS-section-latest h2{
  font-size: 20px;
  margin: 0;
  width: 20%;
  text-align: center;
}
.OSCSS-section-latest-list{
  position:relative;
  width: 80%;
  margin: 10px auto;  
  padding: 0 10px;
}
.OSCSS-section-latest-col{
  position: absolute;
  border-radius: 15px;
  width: 19%;
  height: 100%;
  margin: auto 5px;
  padding: 8px;
  background-color: #ffffff;
  transition: 0.6s ease;
  filter: drop-shadow(2px 2px 2px grey);
}
@media screen and (max-width: 460px) {
  .OSCSS-section-latest{
    position: relative;
    height: 170px;
  }
  .OSCSS-section-latest h2{
    font-size: 20px;
    margin: 0;
    width: auto;
    height: 50px;
    line-height: 50px;
  }
  .OSCSS-section-latest .OSCSS-section-inner{
    display: block;
    padding: 0;
  }
  .OSCSS-section-latest-list{
    width: 70%;
    margin: 0 auto;
    padding: 0;
  }
}
.OSCSS-section-latest-col:hover{
  background-color: #e3e3e3;
}
.OSCSS-section-latest-col-pic{
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 5px; 
}
.OSCSS-section-latest-col-pic:before{
    content: "";
    display: block;
    padding-top: 75%;
}
.OSCSS-section-latest-col-pic img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 5px;
  border-radius: 5px; 
}
.OSCSS-section-latest-col-desc{
  position: relative;
  height: 30%;
  text-align: center;
  overflow: hidden;
  line-height: 2.5;
}
.OSCSS-section-latest-col-type{
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 15px;
}  
.OSCSS-section-latest-col-title{
  font-size: 12px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 460px) {
  .OSCSS-section-latest-col{
    width: 48%;
    height: auto;
    text-align: center;
    margin: 0;
  }
  .OSCSS-section-latest-col-type{
    padding: 0;
    margin: 0 auto;
  }
  .OSCSS-section-latest-col-pic img{
    width: 100%;
    height: auto;
  }
  .OSCSS-section-latest-col-desc{
    height: auto;
    line-height: 1.5;
  }
}
.OSCSS-section-description{
  position: relative;
  color: #000000;
  background-color: #ebebeb;
}
.OSCSS-section-description h2{
  text-align: center;
  margin-bottom: 35px;
}
.OSCSS-section-description-content{
  font-size: 15px;
  text-align: center;
  width: 650px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 460px) {
  .OSCSS-section-description-content{
    width: 90%;
  }
}
.OSCSS-columns{
  position: relative;
  display: flex;
  width: 80%;
  
  max-width:1080px;
  height: 500px;
  margin: 0 auto;
}
.OSCSS-columns-col{
  position: absolute;
  height: 500px;
  background-color: #ffffff;
  text-align: center;
  font-size: 20px;
  border: 1px solid #000000;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.6s ease;
}
.OSCSS-columns-col-title{
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  background-color: #2e4876;
}
.OSCSS-columns-col-img{
  width: 60%;
  max-width: 188px;
  margin: 20px auto; 
}
.OSCSS-columns-col-desc{
  width: 80%;
  margin: 20px auto; 
  font-size: 12px;
}
.OSCSS-columns-btn{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 14px;
  line-height: 2.5;
  font-weight: 700;
  color: #ffffff;
  background-color: #2e4876;
}
.OSCSS-columns-btn:hover{
  color: #2e4876;
  background-color: #ffffff;
}
@media screen and (max-width: 460px) {
  .OSCSS-columns{
    width: 65%;
    height: 450px;
  }
  .OSCSS-columns-col{
    height: 450px;
  }
  .OSCSS-columns-btn{
    bottom: 10px;
  }
}
#OSCSS-prev, #OSCSS-next, #OSCSS-portfolio-prev, #OSCSS-portfolio-next{
  cursor: pointer;
  position: absolute;
  width: 10%;
  line-height: 500px;
  color: #979797;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  transition: 0.6s ease;
  user-select: none;
}
#OSCSS-prev:hover, #OSCSS-next:hover, #OSCSS-portfolio-prev:hover, #OSCSS-portfolio-next:hover{
  background-color: #d3d3d3;
}
@media screen and (max-width: 460px) {
  #OSCSS-prev, #OSCSS-next{
    width: 25%;
    line-height: 450px;
  }
  #OSCSS-portfolio-prev, #OSCSS-portfolio-next{
    width: 15%;
    line-height: 110px;
  }
}
@media screen and (min-width: 461px) {
  #OSCSS-portfolio-prev, #OSCSS-portfolio-next{
    display: none;
  }
}

