
.case-studies-main {
  background: url(https://cloudinspot.ai/wp-content/uploads/2024/09/bg-shade.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 64px;
}
.case-studies-container {
    width: 100%;
    /* height: auto; */
    /* background: url(https://cloudinspot.ai/wp-content/uploads/2024/09/bg-shade.svg); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    display: flex;
    flex-direction: column;
    gap: 56px;
}
.case-studies-container .card-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-start; 
  padding: 0 64px;
}


.case-studies-container .content {
  width: 65%;
  background-color: #fff;
  padding: 16px;
  margin-right: -150px;
  flex-shrink: 0;
}


.case-studies-container .img {
  width: 43%;
  height: 297px;
  background: url(/wp-content/uploads/2024/01/FinOps-in-the-Age-of-AI.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
   transition: background-size 0.3s ease-in-out;
}
.case-studies-img{
  /* height: 297px;
  width: 619px;
  overflow: hidden; */
  margin: 0!important;
}
.case-studies-btn {
    text-align: left;
    margin: 0;
}

@media only screen and (min-width:1024px){
  .case-studies-img{
  height: 297px;
  width: 619px;
  overflow: hidden;
  margin: 0!important;
}
.card-inner .content.even-content {
  right: 0px;
  left: 0;
  top: 0;
  bottom: 0;
  width: 67%;
  /* min-height: 240px; */
}
.card-inner.row-reverse {
  flex-direction: row-reverse; 
}
h1.even-title , p.even-expert {
text-align: right!important;
}
.case-studies-btn.even-btn {
    text-align: right;
}
}

.case-studies-img img{
   max-width: 619px;
    height: 297px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform .5s ease;
}
.case-studies-container .content {
  width: 60%;
  height: auto;
  background-color: rgb(255, 255, 255);
  padding: 16px 16px 32px 16px;
  position: relative;
  right: 150px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-studies-container button {
  background-color: #ffffff;
  color: #2458d1;
  border-radius: 46px;
  border: 1px solid #2458d1;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  padding: 13px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  width: 210px;
}
.case-studies-container button a {
  color: #2458d1;
  text-decoration: none;
}
.content h1 {
  color: #111111;
  font-family: Poppins;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
}
.content p {
  color: #595959;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.005em;
  text-align: left;
}
.case-studies-container .card-inner:hover .case-studies-img img{
transform: scale(1.2);
}
.case-studies-container .card-inner:hover .content h1{
 color: #2458D1
}
.case-studies-container .card-inner:hover .content p {
 color: #2458D1
}
/* .case-studies-img img:hover{
transform: scale(1.2);
} */
@media only screen and (max-width:768px){
  .case-studies-container .card-inner{
    padding: 0px 32px;
    flex-direction: column;
  }
  .case-studies-img img {
    max-width: 100%!important;
  }
  .case-studies-container .content{
    width: 100%!important;
  }
}

@media only screen and (max-width: 600px) {
    .case-studies-container .card-inner {
        padding: 24px 24px;
        flex-direction: column;
    }
    .content h1 {
    font-size: 18px;
    line-height: 25px;
}
.content p {
    font-size: 14px;
    line-height: 21px; 
}
.case-studies-container{
  gap: 0;
}
}

 .right_side_card_top span{
     color:#fff;
     font-family: 'Poppins';
     font-size: 24px;
     font-weight: 500;
     line-height: 28.18px;
}
.case-study-excerpt h4{
color: #111111;
font-family: 'Poppins';
font-size: 18px;
font-weight: 500;
margin-bottom: 16px;
}
.case-study-excerpt p{
font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #383838;
    margin-bottom: 8px;
}
.case-study-excerpt li {
font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383838;
    margin-bottom: 8px;
}
