.get-in-touch-1{
    background-color: var(--brandClr);
    border-radius: .318rem;
    padding: .454rem;
    position: relative;
    margin-top: 3.818rem;
}
@media screen and (min-width: 768px) {
    .get-in-touch-1 {
        margin-top: 5rem;
    }
}
.get-in-touch-1__title{
    font-size: var(--co-font-2);
    line-height: .6rem;
    color: white;
    font-weight: 600;
    width: 12.18rem;
    text-transform: capitalize;
}
@media screen and (min-width: 768px) {
    .get-in-touch-1__title {
        width: auto;
    }
}
.get-in-touch-1__description{
    font-size: var(--co-font-1);
    font-weight: 400;
    color: black;
    background-color: rgba(245, 209, 223, 1);
    align-self: flex-start;
    width: 3.36rem;
    height: .8181rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .318rem;
    margin-top: .5rem;
    font-weight: 600;
}
.get-in-touch-1__link{
    height: .454rem;
    width: .454rem;
    background-color: white;
    border-radius: .1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--brandClr);
    /* margin-top: .454rem; */
    margin-left: .2rem;
    padding-top: .05rem;
    background: var(--brandClr);
    
}

.get-in-touch-1__link>i{
    transform: rotate(45deg);
    font-size: .3rem;
    color: white;
    
}

.get-in-touch-1 img {
    position: absolute;
    bottom: -.3rem;
    right: 0;
    height: 6.81rem;
}