
.main-text h2{
    padding: 10px 0 0 98px;
    font-size: 68px;
    font-weight: 200;
    margin: 10px 0 10px 0;
}

.main-text .bold-p{
    font-weight: 500;
    margin: 38px 0;
    padding: 0 !important;
}

.main-text p{
    padding: 0 0 0 98px;

}

.main-text{ overflow: hidden; position: relative; }
.industries-img{
  object-fit: cover;
  object-position: left center;
  margin-left: 3%;
  margin-top: -10%;
  display: block;
  width: 100%;
}

.main-text-2 h2{
    padding: 50px 0 0 0px;
    font-size: 36px;
    font-weight: 500;
    margin: 20px 0;
}

.grid-section{
    margin: 60px 0 60px 0;
}

/* industries grid 1 */

.industries-grid-1{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.industries-head{
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}

.industries-content{
    color: #606060;
    margin: 10px 0;
    line-height: 26px;
    font-size: 18px;
}

.industries-grid-1 .col:nth-child(odd) {
    border-radius: 12px;
    box-shadow: 0 0px 5px 0 #16395A33;
    padding: 20px;
    height: 294px;
    background-color: #F1F2F3;
}

.industries-grid-1 .col img {
    width: 100%;
    height: auto;
    display: block;
}

.industries-grid-1 .col:nth-child(even) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


/* industries grid 2 */

.industries-grid-2{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.industries-grid-2 .col:nth-child(even) {
    border-radius: 12px;
    box-shadow: 0 0px 5px 0 #16395A33;
    padding: 20px;
    height: 294px;
    background-color: #F1F2F3;
    margin-top: -100px;
}

.industries-grid-2 .col img {
    width: 100%;
    height: auto;
    display: block;
}

.industries-grid-2 .col:nth-child(odd) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.industries-grid-2 .col img {
    margin-bottom: auto;
}

/* industries grid 3 */

.industries-grid-3{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.industries-head{
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}

.industries-content{
    color: #606060;
    margin: 10px 0;
    line-height: 26px;
    font-size: 18px;
}

.industries-grid-3 .col:nth-child(odd) {
    border-radius: 12px;
    box-shadow: 0 0px 5px 0 #16395A33;
    padding: 20px;
    height: 294px;
    background-color: #F1F2F3;
}

.industries-grid-3 .col img {
    width: 100%;
    height: auto;
    display: block;
}

.industries-grid-3 .col:nth-child(even) {
    display: flex;
    flex-direction: column;
}


/* industries grid 4 */

.industries-grid-4{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.industries-grid-4 .col:nth-child(even) {
    border-radius: 12px;
    box-shadow: 0 0px 5px 0 #16395A33;
    padding: 20px;
    height: 294px;
    background-color: #F1F2F3;
    margin-top: -100px;
}

.industries-grid-4 .col img {
    width: 100%;
    height: auto;
    display: block;
}

.industries-grid-4 .col:nth-child(odd) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.industries-grid-4 .col img {
    margin-bottom: auto;
}

.industry-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.industry-btn p{
    background: #915FFE;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #915FFE;
    padding: 7px 28px;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.circle-sketch-highlight{
    position: relative;
    padding: 0.3em 0.4em;
}
.circle-sketch-highlight:before{
  content:"";
  z-index:-1;
  left: -0em;
  top: 0.4em;
  border-width:3px;
  border-style:solid;
  border-color:#915FFE;
  position:absolute;
  border-right-color:transparent;
  width:100%;
  height:1em;
  transform:rotate(2deg);
  opacity:0.7;
  border-radius:50%;
  padding:0.1em 0.25em;
}
.circle-sketch-highlight:after{
  content:"";
  z-index:-1;
  left: -0em;
  top: 0.56em;
  padding:0.1em 0.25em;
  border-width:3px;
  border-style:solid;
  border-color:#915FFE;
  border-left-color:transparent;
  border-top-color:transparent;
  position:absolute;
  width:100%;
  height:1em;
  transform:rotate(-1deg);
  opacity:0.7;
  border-radius:50%;
}

@media(max-width:1199px){
    .main-text h2{
        font-size: 55px;
        padding: 50px 0 0 50px;
    }
}

@media(max-width:991px){
    .main-text h2{
        font-size: 26px;
        padding: 20px 0 0 20px;
        margin: 0;
    }

    .main-text .bold-p{
        margin: 0;
    }

    .industries-img{ 
        height:auto; 
        min-width:100%; 
        margin-left:0; 
        object-position:center; 
        margin-top: 0;
    }

    .main-text-2 h2{
        font-size: 26px;
        padding: 20px 0 0 20px;
        margin: 0;
    }

    .main-text p{
        padding: 0 0 0 20px;
    }

    .grid-section{
        margin: 30px 0 30px 0;
    }

    .industries-grid-1{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .industries-grid-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .industries-grid-3{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .industries-grid-4{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .industries-grid-1 .col:nth-child(odd){
        height: auto;
    }

    .industries-grid-2 .col:nth-child(even){
        height: auto;
        margin-top: 0;
    }

    .industries-grid-3 .col:nth-child(odd){
        height: auto;
    }

    .industries-grid-3{
        margin-top: 0;
    }

    .industries-grid-4 .col:nth-child(even){
        height: auto;
        margin-top: 0;
    }
}

@media (max-width:768px){
    .industries-head{
        font-size: 18px;
        margin: 0;
    }

    .industries-content{
        font-size: 14px;
        margin: 0;
        line-height: 20px;
    }

    .industries-grid-1 .col img{
        margin-top: unset;
    }

    .industries-grid-1 .col:nth-child(even){
        justify-content: center;
    }

    .industries-grid-2 .col img{
        margin-bottom: unset;
    }

    .industries-grid-2 .col:nth-child(odd){
        justify-content: center;
    }

    .industries-grid-3 .col img{
        margin-top: unset;
    }

    .industries-grid-3 .col:nth-child(even){
        justify-content: center;
    }

    .industries-grid-4 .col img{
        margin-bottom: unset;
    }

    .industries-grid-4 .col:nth-child(odd){
        justify-content: center;
    }
}