.contact-info-wrapper {
    .contact-info {
        margin-bottom: 23px;

        .info-title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 10px;

            &.style-two {
                color: $color__theme;
            }
        }

        p {
            margin-bottom: 0;
        }
    }

    .phone {
        display: flex;
        margin-bottom: 21px;

        i {
            color: $color__theme;
            margin-right: 12px;
            font-size: 25px;

            @media(max-width: 480px) {
                font-size: 20px;
            }
        }

        .phone-number {
            font-size: 30px;
            font-weight: 600;
            margin: 0;

            @media(max-width: 480px) {
                font-size: 24px;
            }
        }
    }

    .email {
        margin-bottom: 44px;

        .email-id {
            font-family: $font__heading;
            font-size: 20px;
            color: #4c4c4c;
            margin: 0;
        }
    }
}

