.about-solicitors-dasp h3 {
    font-size: clamp(18px, 1.56vw, 30px);
    font-family: 'Lexend Deca';
    font-weight: 400;
    color: #262626;
    letter-spacing: 0px;
    line-height: normal;
}

.about-solicitors-dasp p strong {
    font-weight: 500;
}



.about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 2vw, 40px);
}

.about-card {
   background: #E3F0FF 0% 0% no-repeat padding-box;
    padding: clamp(24px, 3vw, 48px);
    height: 100%;
}


.about-title {
    margin-bottom: clamp(12px, 1vw, 20px);
}

.about-desc p {
    margin-bottom: 20px;
    letter-spacing: 0.17px;
    color: #262626;
    opacity: 1;
    font-size: 17px;
    font-weight: 400;
}

.about-desc {
    font-size: clamp(14px, 0.9vw, 18px);
    line-height: 1.6;
    margin-bottom: clamp(20px, 2vw, 32px);
}

.about-btn {
display: inline-block;
padding: clamp(10px, 0.8vw, 14px) clamp(18px, 1.5vw, 28px);
font-size: clamp(12px, 0.8vw, 16px);
background: #014278 0% 0% no-repeat padding-box;
text-decoration: none;
letter-spacing: 0.64px;        
color: #FFFFFF;
text-transform: uppercase;
opacity: 1;
font-weight: 600;
font-family: 'Montserrat';
}

a.about-btn:hover {
    color: #fff;
}

.inner-our-approach {
    display: flex;
    align-items: stretch;
    width: calc(50% + 734px);
    margin: auto 0 0 0;
    gap: 25px;
}


.right-our-approach {
    width: 50%;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}

.our-approach-image{
    flex: 1 1 50%;
}

section.section-our-approach {
    background: transparent linear-gradient(120deg, #00BBD2 0%, #014278 100%) 0% 0% no-repeat padding-box;
    position: relative;
    overflow: hidden;
}
section.section-our-approach:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: -10px;
    background-image: url("../images/our-approach-icon.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.our-approach-desc p {
    letter-spacing: 0.17px;
    color: #FFFFFF;
    opacity: 1;
  font-size: clamp(13px, 0.8vw, 17px);
    margin-bottom: 20px;
}


.our-approach-desc h3 {
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 500;
    font-size: clamp(18px, 1.35vw, 26px);
    font-family: 'Lexend Deca';
    margin-bottom: 20px;
}

.our-approach-desc ul li {
    letter-spacing: 0.17px;
    color: #FFFFFF;
    font-size: clamp(13px, 0.8vw, 17px);
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}
.our-approach-desc ul {
    padding-left: 20px;
}

.our-approach-desc ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 9px;
    left: -17px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}


.about-relationship-section {
   background: #E3F0FF 0% 0% no-repeat padding-box;
    padding: clamp(40px, 6vw, 120px) 0;
}

.relationship-desc p {
    letter-spacing: 0.17px;
    color: #262626;
    opacity: 1;
     font-size: clamp(15px, 0.8vw, 17px);
    font-weight: 400;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}


.logo-icon {
    position: relative;
    padding-top: clamp(40px, 6vw, 120px) !important;
    padding-bottom: clamp(40px, 6vw, 120px) !important;
}

.why-wyman-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: clamp(20px, 4vw, 80px);
    align-items: flex-start;
}

/* LEFT TITLE */


/* RIGHT TEXT */
.why-desc {
    margin-bottom: clamp(16px, 2vw, 30px);
}

/* BUTTON */
.why-btn {
    display: inline-block;
    padding: clamp(10px, 0.8vw, 14px) clamp(18px, 1.5vw, 28px);
    font-size: clamp(12px, 0.8vw, 16px);
    background: #014278 0% 0% no-repeat padding-box;
    text-decoration: none;
    letter-spacing: 0.64px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 600;
    font-family: 'Montserrat';
}


.logo-icon:before {
    content: "";
     position: absolute;
    bottom: 0;
    left: 79px;
    background-size: contain;
    width: clamp(100px, 8vw, 156px);
    background-image: url("../images/about-log.png");
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 156 / 215;
}

a.why-btn:hover {
    color: #fff;
}

.why-desc p {
    letter-spacing: 0.24px;
    color: #014278;
    opacity: 1;
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 400;
    font-family: 'Lexend Deca';
    margin-bottom: 15px;
}

a.about-btn:hover {
    background: #00BBD2;
}

a.why-btn:hover{
    background: #00BBD2;
}


@media (max-width: 1450px) {
   .inner-our-approach  {
        width: calc(50% + 589px);
    }
    .logo-icon:before {
        left: 86px;  
    }
}

@media (max-width: 1200px) {
   .inner-our-approach  {
        width: calc(50% + 469px);
    }
    .our-approach-image {
        flex: 1 1 50%;
    }
    .logo-icon:before {
        left: 54px;
    }
}
@media (max-width: 768px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
       .why-wyman-wrapper {
        grid-template-columns: 1fr;
    }
    .logo-icon:before{
        display: none;
    }
}

@media (max-width: 992px) {
   .inner-our-approach  {
    margin-top: 0;
    flex-direction: column;
    width: 100%;
    }

  .right-our-approach {
        width: 100%;
    }
}


