/* about-custom-start */
.about-custom-left {
    width: 50%;
    border-radius: 1rem;
    overflow: hidden;
    height: fit-content;
}

.about-custom-right {
    width: 47%;
}

.about-custom-boxes {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

/* .about-custom-right {
    order: -1;
} */

.about-custom-boxes:nth-child(odd) .about-custom-right{
  order: 1;
}

p.about-custom-right-title {
  letter-spacing: 2px;
}

h3.about-custom-right-b-title {
    margin: 15px 0px 10px 0px;
}

.about-custom-title {
    text-align: center;
    margin-bottom: 35px;
}
.about-custom-left:hover img{
  scale: 1.1;
}
/* about-custom-end */