*{
  margin:0;
  padding:0;
}

:root{
  --darkgreen:#004030;
  --white:#ffff;
  --orange:rgb(255, 98, 0);
  --primary-color: #0d5ef4;
  --secoundary-color: #0f2239;
  --common-color: #ffffff;
  --paragraph-color: #5f6875;
  
}


.samu-services .samu-services-main{
  /* border:1px solid black; */
  height:200px;
  width:100%;
  display: flex;
  justify-content: center;
  background-image: url(/assets/images/about/about-banner/about-banner.jpg);
  background-size: cover;
  box-shadow: 0px 0px 10px -2px gray;
}


.samu-services .samu-services-main .samu-services-main-under{
  height:150px;
  width:60%;
  /* border:1px solid black; */
  margin-top: 110px;
  background-color: #004030;
  box-shadow: 0px 0px 10px -2px gray;
}


.samu-services .samu-services-main .samu-services-main-under .samu-services-main-under-top{
  border:1px solid #004030;
  height:88px;
  width:99%;
}


.samu-services .samu-services-main .samu-services-main-under .samu-services-main-under-bottom{
  /* border:1px solid black; */
  height:61px;
  width:100%;
  /* position: relative; */
  display: flex;
  justify-content: space-between;
}


.samu-services .samu-services-main .samu-services-main-under .samu-services-main-under-top .samu-services-main-under-top-under{
  /* border:1px solid black; */
  height:60%;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:30px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color:white;



}



.samu-services .samu-services-main .samu-services-main-under .samu-services-main-under-bottom .samu-services-main-under-bottom-first{
  /* border:1px solid black; */
  height:100%;
  width:5%;
  position:relative;
  left:-5%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #013427;
}



.samu-services .samu-services-main .samu-services-main-under .samu-services-main-under-bottom .samu-services-main-under-bottom-second{
/* border:1px solid black; */
  height:60%;
  width:75%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.samu-services .samu-services-main .samu-services-main-under .samu-services-main-under-bottom .samu-services-main-under-bottom-second span{
  margin-left:13px;
  font-size:13px;
 font-family: "Archivo", sans-serif;
 font-weight: 500;
 color: white;
}




.samu-services .samu-services-main .samu-services-main-under .samu-services-main-under-bottom .samu-services-main-under-bottom-third{
  /* border:1px solid black; */
  height:100%;
  width:5%;
  position:relative;
  left:5%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #013427;
}




@media (max-width:425px){
 .samu-services .samu-services-main .samu-services-main-under .samu-services-main-under-bottom .samu-services-main-under-bottom-second span{
  font-size: 12px;
 } 


 .samu-services .samu-services-main .samu-services-main-under .samu-services-main-under-top .samu-services-main-under-top-under{
  font-size: 25px;
 }
}



